Changeset 26018
- Timestamp:
- 02/22/21 10:14:55 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/sampling.py
r26017 r26018 73 73 md = checkfield(md,'fieldname','sampling.phi','NaN',1,'Inf',1,'numel',1,'>=',0) 74 74 md = checkfield(md,'fieldname','sampling.alpha','NaN',1,'Inf',1,'numel',1,'>',0) 75 md = checkfield(md,'fieldname','sampling.robin','numel',1,'values',[0 1])75 md = checkfield(md,'fieldname','sampling.robin','numel',1,'values',[0, 1]) 76 76 md = checkfield(md,'fieldname','sampling.seed','NaN',1,'Inf',1,'numel',1) 77 77 md = checkfield(md,'fieldname','sampling.requested_outputs','stringrow',1)
Note:
See TracChangeset
for help on using the changeset viewer.