Changeset 20548 for issm/trunk/src/m/classes/independent.py
- Timestamp:
- 04/25/16 10:08:11 (9 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 20501-20506,20508-20509,20511-20544
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
/issm/trunk-jpl/src merged: 20501-20503,20505,20511-20520,20522-20524,20526,20528-20531,20533-20542,20544
- Property svn:mergeinfo changed
-
issm/trunk/src/m/classes/independent.py
r20500 r20548 2 2 from pairoptions import pairoptions 3 3 from fielddisplay import fielddisplay 4 from checkfield import checkfield 4 5 from MatlabFuncs import * 5 6 from EnumDefinitions import * … … 52 53 raise TypeError("independent checkconsistency error: nods should be set to the size of the independent variable") 53 54 54 if self.fov_forward_indices:55 if len(self.fov_forward_indices) > 0: 55 56 if not strcmpi(driver,'fov_forward'): 56 57 raise TypeError("cannot declare an independent with fov_forward_indices when the driver is not fov_forward!")
Note:
See TracChangeset
for help on using the changeset viewer.