[cig-commits] r15438 - short/2.5D/benchmarks/savageprescott/utils

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Jul 7 02:25:34 PDT 2009


Author: willic3
Date: 2009-07-07 02:25:34 -0700 (Tue, 07 Jul 2009)
New Revision: 15438

Modified:
   short/2.5D/benchmarks/savageprescott/utils/savpres_ss.py
Log:
Forgot to turn off debugging.



Modified: short/2.5D/benchmarks/savageprescott/utils/savpres_ss.py
===================================================================
--- short/2.5D/benchmarks/savageprescott/utils/savpres_ss.py	2009-07-07 09:17:26 UTC (rev 15437)
+++ short/2.5D/benchmarks/savageprescott/utils/savpres_ss.py	2009-07-07 09:25:34 UTC (rev 15438)
@@ -171,8 +171,8 @@
 
 
   def main(self):
-    import pdb
-    pdb.set_trace()
+    # import pdb
+    # pdb.set_trace()
     self._genPoints()
     self._genSolution()
     self.points *= self.coordScaleFactor



More information about the CIG-COMMITS mailing list