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

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

CHG: added 24684-25833

File size: 538 bytes
RevLine 
[25834]1Index: ../trunk-jpl/test/NightlyRun/runme.m
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/runme.m (revision 25822)
4+++ ../trunk-jpl/test/NightlyRun/runme.m (revision 25823)
5@@ -106,7 +106,7 @@
6 % }}}
7 %Process Ids according to benchmarks{{{
8 if strcmpi(benchmark,'nightly'),
9- test_ids=intersect(test_ids,union([1:999]));
10+ test_ids=intersect(test_ids,[1:999]);
11 elseif strcmpi(benchmark,'validation'),
12 test_ids=intersect(test_ids,[1001:1999]);
13 elseif strcmpi(benchmark,'ismip'),
Note: See TracBrowser for help on using the repository browser.