From bef66102e0ab999724dbb6c1ad9733ee2a5d6813 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Thu, 15 Sep 2016 14:00:35 +0000 Subject: Fix cpplint and warnings git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/warning_fix@1502 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: afc7d137b66225954ebfe37a823f1f0b6bcfe7a5 --- src/Skeleton_blocker/test/TestSimplifiable.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/Skeleton_blocker/test/TestSimplifiable.cpp') diff --git a/src/Skeleton_blocker/test/TestSimplifiable.cpp b/src/Skeleton_blocker/test/TestSimplifiable.cpp index 76736240..6646734d 100644 --- a/src/Skeleton_blocker/test/TestSimplifiable.cpp +++ b/src/Skeleton_blocker/test/TestSimplifiable.cpp @@ -4,7 +4,7 @@ * * Author(s): David Salinas * - * Copyright (C) 2014 INRIA Sophia Antipolis-Mediterranee (France) + * Copyright (C) 2014 INRIA * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,14 +20,12 @@ * along with this program. If not, see . */ - #include #include #include #include #include #include "gudhi/Test.h" -//#include "Skeleton_blocker/Simplex.h" #include "gudhi/Skeleton_blocker.h" @@ -406,11 +404,11 @@ int main(int argc, char *argv[]) { tests_simplifiable_complex.add("Test collapse 2", test_collapse2); tests_simplifiable_complex.add("Test collapse 3", test_collapse3); - tests_simplifiable_complex.add("Test add edge",test_add_edge); + tests_simplifiable_complex.add("Test add edge", test_add_edge); tests_simplifiable_complex.add("Test add simplex", test_add_simplex); tests_simplifiable_complex.add("Test add simplex2", test_add_simplex2); - tests_simplifiable_complex.add("Test add simplex3",test_add_simplex3); - tests_simplifiable_complex.add("Test add simplex4",test_add_simplex4); + tests_simplifiable_complex.add("Test add simplex3", test_add_simplex3); + tests_simplifiable_complex.add("Test add simplex4", test_add_simplex4); tests_simplifiable_complex.run(); -- cgit v1.2.3