Changeset 25717


Ignore:
Timestamp:
10/29/20 08:52:14 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: changed error message to warning so that bin/toolkits/etc are still being deleted even if the run crashed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/loadresultsfromdisk.m

    r25698 r25717  
    1515        %Check that file exists
    1616        if ~exist(filename,'file'),
    17                 error(sprintf(['\n'...
     17                warning(sprintf(['\n'...
    1818                        '============================================================\n'...
    19                         '   Binary file ' filename ' not found                       \n'...
     19                        '   Binary file ' filename ' not found!                      \n'...
    2020                        '                                                            \n'...
    2121                        '   This typically happens when the run crashed.             \n'...
     
    2323                        '============================================================\n'...
    2424                        ]));
     25                return;
    2526        end
    2627
Note: See TracChangeset for help on using the changeset viewer.