summaryrefslogtreecommitdiff
path: root/src/Witness_complex/example/witness_complex_from_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Witness_complex/example/witness_complex_from_file.cpp')
-rw-r--r--src/Witness_complex/example/witness_complex_from_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Witness_complex/example/witness_complex_from_file.cpp b/src/Witness_complex/example/witness_complex_from_file.cpp
index b842574b..01172fbe 100644
--- a/src/Witness_complex/example/witness_complex_from_file.cpp
+++ b/src/Witness_complex/example/witness_complex_from_file.cpp
@@ -115,7 +115,7 @@ int main (int argc, char * const argv[])
witnessComplex.landmark_choice_by_random_points(point_vector, point_vector.size(), L);
witnessComplex.nearest_landmarks(point_vector,L,WL);
end = clock();
- std::cout << "Landmark choice took "
+ std::cout << "Landmark choice for " << nbL << " landmarks took "
<< (double)(end-start)/CLOCKS_PER_SEC << " s. \n";
// Write the WL matrix in a file
mkdir("output", S_IRWXU);