summaryrefslogtreecommitdiff
path: root/src/Witness_complex
diff options
context:
space:
mode:
Diffstat (limited to 'src/Witness_complex')
-rw-r--r--src/Witness_complex/doc/Witness_complex_doc.h6
-rw-r--r--src/Witness_complex/test/CMakeLists.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h
index e17b0fa6..4f3671e5 100644
--- a/src/Witness_complex/doc/Witness_complex_doc.h
+++ b/src/Witness_complex/doc/Witness_complex_doc.h
@@ -8,7 +8,7 @@
\image html "Witness_complex_representation.png" "Witness complex representation"
- \section Definitions
+ \section witnessdefinitions Definitions
Witness complex is a simplicial complex defined on two sets of points in \f$\mathbb{R}^D\f$:
@@ -34,7 +34,7 @@
which leads to definitions of **weak relaxed witness complex** (or just relaxed witness complex for short) and **strong relaxed witness complex** respectively.
- \section Implementation
+ \section witnessimplementation Implementation
The two complexes described above are implemented in the corresponding classes
- Gudhi::witness_complex::Witness_complex
@@ -47,7 +47,7 @@
The constructors take on the step 1, while the function 'create_complex' executes the steps 2 and 3.
- \section Examples
+ \section witnessexamples Examples
Here is an example of constructing a strong witness complex filtration and computing persistence on it:
diff --git a/src/Witness_complex/test/CMakeLists.txt b/src/Witness_complex/test/CMakeLists.txt
index c616ccdf..8d68ea1f 100644
--- a/src/Witness_complex/test/CMakeLists.txt
+++ b/src/Witness_complex/test/CMakeLists.txt
@@ -17,4 +17,4 @@ target_link_libraries(Witness_complex_test_simple_witness_complex ${Boost_SYSTEM
add_test(NAME simple_witness_complex
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/Witness_complex_test_simple_witness_complex
# XML format for Jenkins xUnit plugin
- --log_format=XML --log_sink=${CMAKE_SOURCE_DIR}/Witness_complex_test_simple_witness_complex.xml --log_level=test_suite --report_level=no)
+ --log_format=XML --log_sink=${CMAKE_SOURCE_DIR}/Witness_complex_test_simple_witness_complexUT.xml --log_level=test_suite --report_level=no)