Changeset 4223
- Timestamp:
- 06/25/10 07:46:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/SetCurrentAnalysis.m
r4197 r4223 26 26 27 27 %activate matrices and vectors: 28 femmodel.Rmg=femmodel.m_Rmg(found); 29 femmodel.Gmn=femmodel.m_Gmn(found); 30 femmodel.nodesets=femmodel.m_nodesets(found); 31 femmodel.yg=femmodel.m_yg(found); 32 femmodel.ys=femmodel.m_ys(found); 33 28 femmodel.Rmg=femmodel.m_Rmg{found}; 29 femmodel.Gmn=femmodel.m_Gmn{found}; 30 femmodel.nodesets=femmodel.m_nodesets{found}; 31 femmodel.yg=femmodel.m_yg{found}; 32 femmodel.ys=femmodel.m_ys{found}; 34 33 35 34 %Now, plug analysis_counter and analysis_type inside the parameters:
Note:
See TracChangeset
for help on using the changeset viewer.