[cig-commits] r5802 - in long/3D/Gale/trunk: . python/Gale

walter at geodynamics.org walter at geodynamics.org
Wed Jan 17 13:55:45 PST 2007


Author: walter
Date: 2007-01-17 13:55:45 -0800 (Wed, 17 Jan 2007)
New Revision: 5802

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/python/Gale/Configure.py
Log:
 r1421 at earth:  boo | 2007-01-16 17:06:39 -0800
 Make reconfigure work



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1419
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1421

Modified: long/3D/Gale/trunk/python/Gale/Configure.py
===================================================================
--- long/3D/Gale/trunk/python/Gale/Configure.py	2007-01-17 21:09:42 UTC (rev 5801)
+++ long/3D/Gale/trunk/python/Gale/Configure.py	2007-01-17 21:55:45 UTC (rev 5802)
@@ -71,7 +71,7 @@
     f.write('  import sys\n')
     f.write('  import configure\n')
     f.write('  configure_options = '+repr(args.values())+'\n')
-    f.write('  configure.petsc_configure(configure_options)\n')
+    f.write('  configure.gale_configure(configure_options)\n')
     f.close()
     try:
       os.chmod(scriptName, 0775)



More information about the cig-commits mailing list