Changeset 12946 for issm/branches/trunk-jpl-damage/src/m/classes/private.py
- Timestamp:
- 08/08/12 14:38:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12881-12896,12898-12900,12902-12916,12920-12935,12937-12945
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/m/classes/private.py
r12168 r12946 6 6 def __init__(self): 7 7 # {{{ Properties 8 self.runtimename = '' 9 self.bamg = {} 10 self.solution = ''; 8 self.isconsistent = True; 9 self.runtimename = '' 10 self.bamg = {} 11 self.solution = ''; 11 12 12 13 #set defaults … … 17 18 # {{{ Display 18 19 string=' private parameters: do not change' 20 21 string="%s\n%s"%(string,fielddisplay(obj,'isconsistent','is model self consistent')) 19 22 string="%s\n%s"%(string,fielddisplay(obj,'runtimename','name of the run launched')) 20 string="%s\n%s"%(string,fielddisplay(obj,'bamg','structure with mesh properties construc ed if bamg is used to mesh the domain'))23 string="%s\n%s"%(string,fielddisplay(obj,'bamg','structure with mesh properties constructed if bamg is used to mesh the domain')) 21 24 string="%s\n%s"%(string,fielddisplay(obj,'solution','type of solution launched')) 22 25 return string
Note:
See TracChangeset
for help on using the changeset viewer.