[cig-commits] r12203 - mc/3D/CitcomS/trunk/module/Exchanger

tan2 at geodynamics.org tan2 at geodynamics.org
Fri Jun 13 16:25:41 PDT 2008


Author: tan2
Date: 2008-06-13 16:25:41 -0700 (Fri, 13 Jun 2008)
New Revision: 12203

Modified:
   mc/3D/CitcomS/trunk/module/Exchanger/Boundary.cc
Log:
Using firewall channel, since error channel doesn't stop the code.


Modified: mc/3D/CitcomS/trunk/module/Exchanger/Boundary.cc
===================================================================
--- mc/3D/CitcomS/trunk/module/Exchanger/Boundary.cc	2008-06-13 23:24:32 UTC (rev 12202)
+++ mc/3D/CitcomS/trunk/module/Exchanger/Boundary.cc	2008-06-13 23:25:41 UTC (rev 12203)
@@ -59,9 +59,9 @@
     if (E->parallel.nprocxy == 1)
         initX(E, excludeTop, excludeBottom);
     else {
-        journal::error_t error("CitcomS-Boundary");
-        error << "Boundary is not implemented for full solver (yet)."
-              << journal::endl;
+        journal::firewall_t firewall("CitcomS-Boundary");
+        firewall << "Boundary is not implemented for full solver (yet)."
+                 << journal::endl;
     }
 
     // define the tight bounding box of the boundary



More information about the cig-commits mailing list