Changeset 26039 for issm/trunk-jpl/src/m/solve/waitonlock.m
- Timestamp:
- 03/04/21 15:39:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/waitonlock.m
r21766 r26039 2 2 %WAITONLOCK - wait for a file 3 3 % 4 % This routine will return when a file named 'lockfilename' is written to disk.5 % Also check for outlog file be cause it might bewritten several seconds6 % after the lock file.4 % This routine will return when a file named 'lockfilename' is written to 5 % disk. Also check for outlog file be cause it might be written several 6 % seconds after the lock file. 7 7 % If the time limit given in input is exceeded, return 0 8 8 %
Note:
See TracChangeset
for help on using the changeset viewer.