Index: /issm/trunk/src/m/utils/Model/loadmodel.m
===================================================================
--- /issm/trunk/src/m/utils/Model/loadmodel.m	(revision 7290)
+++ /issm/trunk/src/m/utils/Model/loadmodel.m	(revision 7291)
@@ -28,5 +28,5 @@
 try,
 	%recover model and name it md
-	struc=load(path,'-mat');
+	struc=struct(load(path,'-mat'));
 	fieldname=char(fieldnames(struc));
 	md=eval(['struc.' fieldname]);
