[cig-commits] commit: Fix a bug in par_file.txt with 1Dcrust

Mercurial hg at geodynamics.org
Sun Jul 3 20:04:43 PDT 2011


changeset:   23:383a2b65f692
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Jun 29 13:42:16 2011 -0700
files:       SeismoWebPortal/templates/SeismoWebPortal/par_file.txt
description:
Fix a bug in par_file.txt with 1Dcrust


diff -r 07dadfae4d72 -r 383a2b65f692 SeismoWebPortal/templates/SeismoWebPortal/par_file.txt
--- a/SeismoWebPortal/templates/SeismoWebPortal/par_file.txt	Tue Jun 28 15:52:40 2011 -0700
+++ b/SeismoWebPortal/templates/SeismoWebPortal/par_file.txt	Wed Jun 29 13:42:16 2011 -0700
@@ -23,7 +23,7 @@ NPROC_XI                        = {{ par
 NPROC_XI                        = {{ parameters.mesh.nproc_xi }}
 NPROC_ETA                       = {{ parameters.mesh.nproc_eta }}
 
-MODEL                           = {{ parameters.model }}{% if !parameter.crust3D%}_1Dcrust{% endif %}
+MODEL                           = {{ parameters.model }}{% if parameter.crust3D %} {% else %}_1Dcrust{% endif %}
 
 # parameters describing the Earth model
 OCEANS                          = .{{ parameters.oceans }}.



More information about the CIG-COMMITS mailing list