This is a straight rename. No C++-specific changes yet.
Github: #2154
# Source files
agglomerative_bundling.c
- edge_bundling.c
+ edge_bundling.cpp
ink.cpp
nearest_neighbor_graph.cpp
nearest_neighbor_graph_ann.cpp
noinst_LTLIBRARIES = libmingle_C.la
endif
-libmingle_C_la_SOURCES = edge_bundling.c ink.cpp agglomerative_bundling.c \
+libmingle_C_la_SOURCES = edge_bundling.cpp ink.cpp agglomerative_bundling.c \
nearest_neighbor_graph.cpp nearest_neighbor_graph_ann.cpp
EXTRA_DIST = minglelib.vcxproj*
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="agglomerative_bundling.c" />
- <ClCompile Include="edge_bundling.c" />
+ <ClCompile Include="edge_bundling.cpp" />
<ClCompile Include="ink.cpp" />
<ClCompile Include="nearest_neighbor_graph.cpp" />
<ClCompile Include="nearest_neighbor_graph_ann.cpp" />
<ClCompile Include="agglomerative_bundling.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="edge_bundling.c">
+ <ClCompile Include="edge_bundling.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="ink.cpp">