Index: /issm/trunk-jpl/src/m/solve/loadresultsfromdisk.m
===================================================================
--- /issm/trunk-jpl/src/m/solve/loadresultsfromdisk.m	(revision 25716)
+++ /issm/trunk-jpl/src/m/solve/loadresultsfromdisk.m	(revision 25717)
@@ -15,7 +15,7 @@
 	%Check that file exists
 	if ~exist(filename,'file'),
-		error(sprintf(['\n'...
+		warning(sprintf(['\n'...
 			'============================================================\n'...
-			'   Binary file ' filename ' not found                       \n'... 
+			'   Binary file ' filename ' not found!                      \n'... 
 			'                                                            \n'...
 			'   This typically happens when the run crashed.             \n'...
@@ -23,4 +23,5 @@
 			'============================================================\n'...
 			]));
+		return;
 	end
 
