Changeset 20526
- Timestamp:
- 04/21/16 16:02:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/independent.py
r20002 r20526 52 52 raise TypeError("independent checkconsistency error: nods should be set to the size of the independent variable") 53 53 54 if self.fov_forward_indices:54 if len(self.fov_forward_indices) > 0: 55 55 if not strcmpi(driver,'fov_forward'): 56 56 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.