[cig-commits] commit: change rfaults.dat to rfaults.xy

Mercurial hg at geodynamics.org
Tue Sep 20 12:13:03 PDT 2011


changeset:   8:9992112ff05a
user:        Sylvain Barbot <sylbar.vainbot at gmail.com>
date:        Mon Apr 11 08:59:18 2011 -0700
files:       relax.f90
description:
change rfaults.dat to rfaults.xy


diff -r ab4a669ee6d7 -r 9992112ff05a relax.f90
--- a/relax.f90	Mon Apr 11 08:53:51 2011 -0700
+++ b/relax.f90	Mon Apr 11 08:59:18 2011 -0700
@@ -156,9 +156,6 @@ PROGRAM relax
   !                  (02-28-11) - add constraints on the broad direction of 
   !                               afterslip, export faults to GMT xy format
   !                               and allow scaling of computed time steps.
-  !                  (04-11-11) - make the constraint on the broad direction
-  !                               of afterslip optional and fixes the case
-  !                               of dip-slip afterslip.
   !-----------------------------------------------------------------------
 
   USE green
@@ -1635,7 +1632,7 @@ CONTAINS
           rffilename=wdir(1:j-1)//"/rfaults-"//digit//".vtp"
           CALL exportvtk_rfaults(events(e),rffilename)
 #endif
-          rffilename=wdir(1:j-1)//"/rfaults-"//digit//".dat"
+          rffilename=wdir(1:j-1)//"/rfaults-"//digit//".xy"
           CALL exportxy_rfaults(events(e),rffilename)
 
           PRINT 2000



More information about the CIG-COMMITS mailing list