Changeset 2177


Ignore:
Timestamp:
09/09/09 17:15:32 (16 years ago)
Author:
Mathieu Morlighem
Message:

files not needed anymore

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  
    175175
    176176                %compute fields to be checked
    177                 fields=testsgetfields2(md,sequence);
     177                fields=testsgetfields(md,sequence);
    178178
    179179                %get Archive name
     
    207207                                %Get field and tolerance
    208208                                field=fields{k};
    209                                 tolerance=testsgettolerance2(md,sequence,field);
     209                                tolerance=testsgettolerance(md,sequence,field);
    210210
    211211                                %compare to archive
  • issm/trunk/src/m/utils/Nightly/testsgetfields.m

    r2133 r2177  
    1 function fields=testsgetfields2(md,sequence),
     1function fields=testsgetfields(md,sequence),
    22%TESTSGETFIELDS - build the fields to be checked from a analysis
    33%
  • issm/trunk/src/m/utils/Nightly/testsgettolerance.m

    r2133 r2177  
    1 function tolerance=testsgettolerance2(md,sequence,field),
     1function tolerance=testsgettolerance(md,sequence,field),
    22%TESTSGETTOLERANCE - give the tolerance for the nightly run
    33%
Note: See TracChangeset for help on using the changeset viewer.