Index: /issm/trunk/src/m/classes/public/loadresultsfromdisk.m
===================================================================
--- /issm/trunk/src/m/classes/public/loadresultsfromdisk.m	(revision 2385)
+++ /issm/trunk/src/m/classes/public/loadresultsfromdisk.m	(revision 2386)
@@ -22,8 +22,8 @@
 	%Check result is consistent, only if it exists
 	disp(sprintf('%s\n','checking result consistency'));
-%	if ~isresultconsistent(md,md.analysis_type),
-%		%it would be very cruel to put an error, it would kill the computed results (even if not consistent...)
-%		disp('!! results not consistent correct the model !!') 
-%	end
+	if ~isresultconsistent(md,md.analysis_type),
+		%it would be very cruel to put an error, it would kill the computed results (even if not consistent...)
+		disp('!! results not consistent correct the model !!') 
+	end
 end
 
