Changeset 2177
- Timestamp:
- 09/09/09 17:15:32 (16 years ago)
- Location:
- issm/trunk/src/m/utils/Nightly
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/runme.m
r2176 r2177 175 175 176 176 %compute fields to be checked 177 fields=testsgetfields 2(md,sequence);177 fields=testsgetfields(md,sequence); 178 178 179 179 %get Archive name … … 207 207 %Get field and tolerance 208 208 field=fields{k}; 209 tolerance=testsgettolerance 2(md,sequence,field);209 tolerance=testsgettolerance(md,sequence,field); 210 210 211 211 %compare to archive -
issm/trunk/src/m/utils/Nightly/testsgetfields.m
r2133 r2177 1 function fields=testsgetfields 2(md,sequence),1 function fields=testsgetfields(md,sequence), 2 2 %TESTSGETFIELDS - build the fields to be checked from a analysis 3 3 % -
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r2133 r2177 1 function tolerance=testsgettolerance 2(md,sequence,field),1 function tolerance=testsgettolerance(md,sequence,field), 2 2 %TESTSGETTOLERANCE - give the tolerance for the nightly run 3 3 %
Note:
See TracChangeset
for help on using the changeset viewer.