From bc9411b2c9a837b2a444686ea153fe808e34f467 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 7 Jun 2021 18:24:34 +0200 Subject: code review: move Query_result.h in a Coxeter_triangulation directory and move Cell complex in it to be more specific about its use --- src/Coxeter_triangulation/test/cell_complex_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Coxeter_triangulation/test') diff --git a/src/Coxeter_triangulation/test/cell_complex_test.cpp b/src/Coxeter_triangulation/test/cell_complex_test.cpp index 88b6142b..4f7f3ec5 100644 --- a/src/Coxeter_triangulation/test/cell_complex_test.cpp +++ b/src/Coxeter_triangulation/test/cell_complex_test.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include using namespace Gudhi::coxeter_triangulation; -- cgit v1.2.3