Index: /issm/trunk/src/m/classes/public/loadresultsfromdisk.m
===================================================================
--- /issm/trunk/src/m/classes/public/loadresultsfromdisk.m	(revision 2894)
+++ /issm/trunk/src/m/classes/public/loadresultsfromdisk.m	(revision 2895)
@@ -22,5 +22,5 @@
 	%Check result is consistent, only if it exists
 	disp(sprintf('%s\n','checking result consistency'));
-	if ~isresultconsistent(md,structure.analysis_type),
+	if ~isresultconsistent(md,structure(1).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 !!') 
