Ignore:
Timestamp:
12/01/09 08:02:11 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/solveparallel.m

    r2605 r2689  
    2626
    2727%Do we return, or just wait for results?
    28 if md.waitonlock~=0,
     28if md.waitonlock~=0 &  ~strcmpi(options.batch,'yes'),
    2929        %we wait for the done file
    3030        islock=waitonlock(md,executionpath);
Note: See TracChangeset for help on using the changeset viewer.