From 472bfd399cd1c29a03d20cc5cffe56dfb263717c Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 24 Mar 2017 14:26:18 +0000 Subject: cpplint fix git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2238 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 79b012972d91ce734cb3b11300ecf2e97eb2ea66 --- src/Witness_complex/example/example_witness_complex_sphere.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Witness_complex/example/example_witness_complex_sphere.cpp') diff --git a/src/Witness_complex/example/example_witness_complex_sphere.cpp b/src/Witness_complex/example/example_witness_complex_sphere.cpp index 06fe3889..124fd99b 100644 --- a/src/Witness_complex/example/example_witness_complex_sphere.cpp +++ b/src/Witness_complex/example/example_witness_complex_sphere.cpp @@ -60,12 +60,12 @@ int main(int argc, char * const argv[]) { } int number_of_landmarks = atoi(argv[1]); - clock_t start, end; std::vector< std::pair > l_time; // Generate points for (int nbP = 500; nbP < 10000; nbP += 500) { + clock_t start, end; // Construct the Simplex Tree Gudhi::Simplex_tree<> simplex_tree; Point_Vector point_vector, landmarks; -- cgit v1.2.3