Changeset 14596
- Timestamp:
- 04/16/13 09:31:12 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.m
r14179 r14596 21 21 % 'procedure' 'check' : run the test (default) 22 22 % 'update': update the archive 23 % 'model' : prepare the model but no test is run24 23 % 25 24 % Usage: 26 % md=runme(varargin);25 % runme(varargin); 27 26 % 28 27 % Examples: 29 28 % runme; 30 29 % runme('exclude',101); 31 % md=runme('id',102,'procedure','model');30 % runme('id',102,'procedure','update'); 32 31 33 32 %Get ISSM_DIR variable … … 217 216 end 218 217 end 219 220 %output md if requested221 if nargout==1222 varargout{1}=md;223 end -
issm/trunk-jpl/test/NightlyRun/runme.py
r14371 r14596 32 32 33 33 Usage: 34 md=runme(varargin);34 runme(varargin); 35 35 36 36 Examples: 37 37 runme() 38 38 runme(exclude=101) 39 md=runme(id=102,procedure='update')39 runme(id=102,procedure='update') 40 40 """ 41 41 … … 236 236 raise RuntimeError(me) 237 237 238 # #output md if requested239 # if nargout==1240 # varargout{1}=md;241 # end242 243 238 return 244 239
Note:
See TracChangeset
for help on using the changeset viewer.