[cig-commits] r12458 - seismo/2D/SPECFEM2D/trunk

nlegoff at geodynamics.org nlegoff at geodynamics.org
Mon Jul 21 12:27:46 PDT 2008


Author: nlegoff
Date: 2008-07-21 12:27:45 -0700 (Mon, 21 Jul 2008)
New Revision: 12458

Modified:
   seismo/2D/SPECFEM2D/trunk/specfem2D.F90
Log:
fixed a bug from a test on ipass (NOTE : if you want to run coupled acoustic/elastic simulations or use absorbing conditions, revert to revision r12250 ).

Modified: seismo/2D/SPECFEM2D/trunk/specfem2D.F90
===================================================================
--- seismo/2D/SPECFEM2D/trunk/specfem2D.F90	2008-07-21 15:39:18 UTC (rev 12457)
+++ seismo/2D/SPECFEM2D/trunk/specfem2D.F90	2008-07-21 19:27:45 UTC (rev 12458)
@@ -884,7 +884,7 @@
   deallocate(mask_ibool)
 
   else
-    stop 'incorrect pass number for reduction of cache misses'
+    !stop 'incorrect pass number for reduction of cache misses'
   endif
 
 !---- compute shape functions and their derivatives for regular interpolated display grid



More information about the cig-commits mailing list