Skip to content
Snippets Groups Projects
Commit d998169b authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

clean-up

parent c39e5500
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment