Skip to content

Commit

Permalink
Renamed Vietoris--Rips complex creation example
Browse files Browse the repository at this point in the history
The underscore as a separator seems to be a better choice than the
hyphen, so I am renaming examples as soon as they are sufficiently
documented.
  • Loading branch information
Pseudomanifold committed May 30, 2017
1 parent 246708c commit 65516c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ADD_EXECUTABLE( 1D 1D.cc )
ADD_EXECUTABLE( network_analysis network_analysis.cc )
ADD_EXECUTABLE( ply ply.cc )
ADD_EXECUTABLE( vtk vtk.cc )
ADD_EXECUTABLE( vietoris-rips vietoris-rips.cc )
ADD_EXECUTABLE( vietoris_rips vietoris_rips.cc )
ADD_EXECUTABLE( vietoris-rips-eccentricity vietoris-rips-eccentricity.cc )

ENABLE_IF_SUPPORTED( CMAKE_CXX_FLAGS "-O3" )
File renamed without changes.

0 comments on commit 65516c0

Please sign in to comment.