This is straight renaming; no C++ adaptations made yet.
Gitlab: #2154
agglomerative_bundling.c
edge_bundling.c
ink.cpp
- nearest_neighbor_graph.c
+ nearest_neighbor_graph.cpp
nearest_neighbor_graph_ann.cpp
)
endif
libmingle_C_la_SOURCES = edge_bundling.c ink.cpp agglomerative_bundling.c \
- nearest_neighbor_graph.c nearest_neighbor_graph_ann.cpp
+ nearest_neighbor_graph.cpp nearest_neighbor_graph_ann.cpp
EXTRA_DIST = minglelib.vcxproj*
<ClCompile Include="agglomerative_bundling.c" />
<ClCompile Include="edge_bundling.c" />
<ClCompile Include="ink.cpp" />
- <ClCompile Include="nearest_neighbor_graph.c" />
+ <ClCompile Include="nearest_neighbor_graph.cpp" />
<ClCompile Include="nearest_neighbor_graph_ann.cpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="ink.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="nearest_neighbor_graph.c">
+ <ClCompile Include="nearest_neighbor_graph.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="nearest_neighbor_graph_ann.cpp">