From d998169b0c0f56f074c029e679546d7e6d6f2589 Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Fri, 27 Apr 2018 15:26:26 +0200
Subject: [PATCH] clean-up

---
 src/main.cpp | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/main.cpp b/src/main.cpp
index e00e02c50..7172de3b1 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -119,19 +119,6 @@ int main(int argc, char *argv[])
   //   method_cost_map["AcousticSolverTest"] = timer.seconds();
   // }
 
-
-
-  TinyMatrix<2,double> A( 2,1,
-			 -1,3);
-  std::cout << "det" << A << "=" << det(A) << '\n'; 
-
-  TinyMatrix<3,double> B(6,1,1,
-			 4,-2,5,
-			 2,8,7);
-  std::cout << "det" << B << "=" << det(B) << '\n'; 
-  std::exit(0);
-
-  
   if (filename != "") {
     std::cout << "Reading (gmsh) " << rang::style::underline << filename << rang::style::reset << " ...\n";
     GmshReader gmsh_reader(filename);
-- 
GitLab