Changeset 5272


Ignore:
Timestamp:
08/16/10 10:35:10 (15 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/runme.m

    r5271 r5272  
    9595if strcmpi(benchmark,'nightly'),
    9696        test_ids=intersect(test_ids,[1:999]);
    97 else if strcmpi(benchmark,'ismip'),
     97elseif strcmpi(benchmark,'ismip'),
    9898        test_ids=intersect(test_ids,[1101:1199]);
    99 else if strcmpi(benchmark,'eismint'),
     99elseif strcmpi(benchmark,'eismint'),
    100100        test_ids=intersect(test_ids,[1201:1299]);
    101 else if strcmpi(benchmark,'thermal'),
     101elseif strcmpi(benchmark,'thermal'),
    102102        test_ids=intersect(test_ids,[1301:1399]);
    103 else if strcmpi(benchmark,'mesh'),
     103elseif strcmpi(benchmark,'mesh'),
    104104        test_ids=intersect(test_ids,[1401:1499]);
    105105end
Note: See TracChangeset for help on using the changeset viewer.