From 7b836281bdd677bdf47a20f699dabf3e326565db Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Mon, 27 Apr 2009 09:32:20 +0000 Subject: [PATCH] Removed debug information output --- AMDiS/src/ResidualEstimator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/AMDiS/src/ResidualEstimator.cc b/AMDiS/src/ResidualEstimator.cc index 0299c6ed..000786d6 100644 --- a/AMDiS/src/ResidualEstimator.cc +++ b/AMDiS/src/ResidualEstimator.cc @@ -220,7 +220,6 @@ namespace AMDiS { } if (timestep) { - MSG("TimeStep is true"); TEST_EXIT_DBG(uhOld[system])("no uhOld\n"); uhOld[system]->getLocalVector(el, uhOldEl[system]); -- GitLab