Changeset 21016
- Timestamp:
- 07/27/16 14:59:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/independent.py
r20528 r21016 58 58 if self.nods==0: 59 59 raise TypeError("independent checkconsistency error: nods should be set to the size of the independent variable") 60 md = checkfield(md,'fieldname',"autodiff.independents[%d].fov_forward_indices" % i,'>=',1,'<=',self.nods ,'size',[float('NaN'),1])60 md = checkfield(md,'fieldname',"autodiff.independents[%d].fov_forward_indices" % i,'>=',1,'<=',self.nods) 61 61 62 62 return md
Note:
See TracChangeset
for help on using the changeset viewer.