Changeset 5560


Ignore:
Timestamp:
08/24/10 22:57:02 (15 years ago)
Author:
Eric.Larour
Message:

forgot debug statement

File:
1 edited

Legend:

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

    r5546 r5560  
    2323                while (ispresent==0 & time<timelimit)
    2424                        [status, result]=system(['ssh -q -p ' num2str(port) ' ' login '@localhost "if ( -e ' executionpath '/' md.runtimename '/' md.name '.lock ) echo 1"']);
    25                         result
    2625                        if ~isempty(result),
    2726                                if ismember('1',result),
Note: See TracChangeset for help on using the changeset viewer.