source: issm/oecreview/Archive/24684-25833/ISSM-25822-25823.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 538 bytes
  • ../trunk-jpl/test/NightlyRun/runme.m

     
    106106% }}}
    107107%Process Ids according to benchmarks{{{
    108108if strcmpi(benchmark,'nightly'),
    109         test_ids=intersect(test_ids,union([1:999]));
     109        test_ids=intersect(test_ids,[1:999]);
    110110elseif strcmpi(benchmark,'validation'),
    111111        test_ids=intersect(test_ids,[1001:1999]);
    112112elseif strcmpi(benchmark,'ismip'),
Note: See TracBrowser for help on using the repository browser.