Index: /issm/trunk-jpl/src/m/io/loadvars.py
===================================================================
--- /issm/trunk-jpl/src/m/io/loadvars.py	(revision 21257)
+++ /issm/trunk-jpl/src/m/io/loadvars.py	(revision 21258)
@@ -122,10 +122,10 @@
 								t=indexlist[i]
 								if listtype=='dict':
-									Tree[t][str(var)]=varval.getValue()
-								else:
-									Tree[t].__dict__[str(var)]=varval.getValue()
+									Tree[t][str(var)]=varval[0]
+								else:
+									Tree[t].__dict__[str(var)]=varval[0]
 							else:
 								try:
-									Tree.__dict__[str(var)]=varval.getValue()
+									Tree.__dict__[str(var)]=varval[0]
 									if varval.getValue()=='True':
 										Tree.__dict__[str(var)]=True
