Index: /issm/trunk/src/m/solutions/SetCurrentAnalysis.m
===================================================================
--- /issm/trunk/src/m/solutions/SetCurrentAnalysis.m	(revision 4222)
+++ /issm/trunk/src/m/solutions/SetCurrentAnalysis.m	(revision 4223)
@@ -26,10 +26,9 @@
 	
 	%activate matrices and vectors: 
-	femmodel.Rmg=femmodel.m_Rmg(found);
-	femmodel.Gmn=femmodel.m_Gmn(found);
-	femmodel.nodesets=femmodel.m_nodesets(found);
-	femmodel.yg=femmodel.m_yg(found);
-	femmodel.ys=femmodel.m_ys(found);
-
+	femmodel.Rmg=femmodel.m_Rmg{found};
+	femmodel.Gmn=femmodel.m_Gmn{found};
+	femmodel.nodesets=femmodel.m_nodesets{found};
+	femmodel.yg=femmodel.m_yg{found};
+	femmodel.ys=femmodel.m_ys{found};
 
 	%Now, plug analysis_counter and analysis_type inside the parameters: 
