Ignore:
Timestamp:
08/08/12 14:38:52 (13 years ago)
Author:
cborstad
Message:

CHG: merged trunk-jpl into branch through revision 12945

Location:
issm/branches/trunk-jpl-damage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage

  • issm/branches/trunk-jpl-damage/src/m/classes/private.py

    r12168 r12946  
    66        def __init__(self):
    77                # {{{ Properties
    8                 self.runtimename = ''
    9                 self.bamg        = {}
    10                 self.solution    = '';
     8                self.isconsistent = True;
     9                self.runtimename  = ''
     10                self.bamg         = {}
     11                self.solution     = '';
    1112
    1213                #set defaults
     
    1718                # {{{ Display
    1819                string='   private parameters: do not change'
     20
     21                string="%s\n%s"%(string,fielddisplay(obj,'isconsistent','is model self consistent'))
    1922                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 construced 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'))
    2124                string="%s\n%s"%(string,fielddisplay(obj,'solution','type of solution launched'))
    2225                return string
Note: See TracChangeset for help on using the changeset viewer.