Ignore:
Timestamp:
08/08/12 15:50:07 (13 years ago)
Author:
jschierm
Message:

NEW: A bunch more python checkconsistency and marshall methods for sub-classes (plus other minor changes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/private.py ΒΆ

    r12943 r12949  
    66        def __init__(self):
    77                # {{{ Properties
    8                 self.isconsistent = True;
     8                self.isconsistent = True
    99                self.runtimename  = ''
    1010                self.bamg         = {}
    11                 self.solution     = '';
     11                self.solution     = ''
    1212
    1313                #set defaults
Note: See TracChangeset for help on using the changeset viewer.