Index: /issm/trunk/src/m/classes/public/loadresultsfromdisk.m
===================================================================
--- /issm/trunk/src/m/classes/public/loadresultsfromdisk.m	(revision 2031)
+++ /issm/trunk/src/m/classes/public/loadresultsfromdisk.m	(revision 2032)
@@ -21,8 +21,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
 
 %convert analysis type to string
Index: /issm/trunk/src/m/classes/public/solve.m
===================================================================
--- /issm/trunk/src/m/classes/public/solve.m	(revision 2031)
+++ /issm/trunk/src/m/classes/public/solve.m	(revision 2032)
@@ -87,7 +87,7 @@
 %Check result is consistent
 displaystring(md.debug,'%s\n','checking result consistency');
-%if ~isresultconsistent(md,options.analysis_type),
-%	disp('!! results not consistent correct the model !!') %it would be very cruel to put an error, it would kill the computed results (even if not consistent...)
-%end
+if ~isresultconsistent(md,options.analysis_type),
+	disp('!! results not consistent correct the model !!') %it would be very cruel to put an error, it would kill the computed results (even if not consistent...)
+end
 
 %convert analysis type to string finally
