From 4862d3d3ce6686b44dc5234e414a7412674eac48 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 6 May 2014 13:06:59 +0000 Subject: [PATCH] oops --- Solver/elasticitySolver.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp index 61800e46af..58d1aa0696 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -725,8 +725,6 @@ PView *elasticitySolver::buildElasticEnergyView(const std::string postFileName) PView *elasticitySolver::buildVonMisesView(const std::string postFileName) { - linearSystemGmm<std::complex<double> > test; - std::cout << "build elastic view"<< std::endl; std::map<int, std::vector<double> > data; GaussQuadrature Integ_Bulk(GaussQuadrature::GradGrad); -- GitLab