Index: /issm/trunk-jpl/src/m/solve/parseresultsfromdisk.m
===================================================================
--- /issm/trunk-jpl/src/m/solve/parseresultsfromdisk.m	(revision 16805)
+++ /issm/trunk-jpl/src/m/solve/parseresultsfromdisk.m	(revision 16806)
@@ -27,4 +27,5 @@
 %Read fields until the end of the file.
 result  = ReadData(fid);
+if isempty(result), error(['no results found in binary file ' filename]); end
 counter = 1;
 step    = result.step;
