Changeset 11792


Ignore:
Timestamp:
03/25/12 10:25:28 (13 years ago)
Author:
Eric.Larour
Message:

Added cluster and diagnostic class

Location:
issm/trunk-jpl/src/py/classes
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/py/classes/model.py

    r11787 r11792  
    1616from settings import settings
    1717from solver import solver
     18from none import none
     19from balancethickness import balancethickness
     20from diagnostic import diagnostic
    1821#}}}
    1922class model:
     
    3841                self.settings         = settings()
    3942                self.solver           = solver()
    40                 self.cluster          = [];
     43                self.cluster          = none()
    4144
    42                 self.balancethickness = [];
    43                 self.diagnostic       = [];
     45                self.balancethickness = balancethickness()
     46                self.diagnostic       = diagnostic()
    4447                self.groundingline    = [];
    4548                self.hydrology        = [];
Note: See TracChangeset for help on using the changeset viewer.