From 2fbcf3afe9bf246774ace4ff8b3524b45b2a869b Mon Sep 17 00:00:00 2001 From: skachano Date: Tue, 18 Oct 2016 13:06:24 +0000 Subject: Added Doxygen names for Witness_complex_doc sections git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1734 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c860505be703779dccad23af24945b6298caf27e --- src/Witness_complex/doc/Witness_complex_doc.h | 6 +++--- src/Witness_complex/test/CMakeLists.txt | 2 +- 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) -- cgit v1.2.3