Changeset 25717
- Timestamp:
- 10/29/20 08:52:14 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/loadresultsfromdisk.m
r25698 r25717 15 15 %Check that file exists 16 16 if ~exist(filename,'file'), 17 error(sprintf(['\n'...17 warning(sprintf(['\n'... 18 18 '============================================================\n'... 19 ' Binary file ' filename ' not found 19 ' Binary file ' filename ' not found! \n'... 20 20 ' \n'... 21 21 ' This typically happens when the run crashed. \n'... … … 23 23 '============================================================\n'... 24 24 ])); 25 return; 25 26 end 26 27
Note:
See TracChangeset
for help on using the changeset viewer.