Index: /issm/trunk/src/m/model/loadresultsfromdisk.m
===================================================================
--- /issm/trunk/src/m/model/loadresultsfromdisk.m	(revision 7934)
+++ /issm/trunk/src/m/model/loadresultsfromdisk.m	(revision 7935)
@@ -26,9 +26,9 @@
 
 	%Check result is consistent, only if it exists
-	disp(sprintf('%s\n','checking result consistency'));
-	if ~isresultconsistent(md,structure(1).SolutionType),
-		%it would be very cruel to use an error, it would kill the computed results (although they are not consistent...)
-		disp('!! results not consistent correct the model !!') 
-	end
+	%disp(sprintf('%s\n','checking result consistency'));
+	%if ~isresultconsistent(md,structure(1).SolutionType), After many uses, found out its useless.
+	%	%it would be very cruel to use an error, it would kill the computed results (although they are not consistent...)
+	%	disp('!! results not consistent correct the model !!') 
+	%end
 
 %post processes qmu results if necessary
