[cig-commits] [commit] master: remove debug output (4beade1)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 20:13:36 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/76d4275352ef2cae5de9a073acd1c03a92c2670c...4f3d06fd1f3754419813db37ec9ef7f0f6f3cb15

>---------------------------------------------------------------

commit 4beade1df13ac3a4ce10ec22aeb72660655e2fd9
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon May 12 17:43:37 2014 -0400

    remove debug output


>---------------------------------------------------------------

4beade1df13ac3a4ce10ec22aeb72660655e2fd9
 source/simulator/assembly.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/source/simulator/assembly.cc b/source/simulator/assembly.cc
index d4b191a..673e482 100644
--- a/source/simulator/assembly.cc
+++ b/source/simulator/assembly.cc
@@ -1627,9 +1627,6 @@ namespace aspect
     system_matrix.block(blockidx, blockidx) = 0;
     system_rhs = 0;
 
-    pcout << "assemble block: " << blockidx << std::endl;
-
-
     const std::pair<double,double>
     global_field_range = get_extrapolated_temperature_or_composition_range (temperature_or_composition);
 



More information about the CIG-COMMITS mailing list