Changeset 4223


Ignore:
Timestamp:
06/25/10 07:46:29 (15 years ago)
Author:
seroussi
Message:

used cells and not structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/SetCurrentAnalysis.m

    r4197 r4223  
    2626       
    2727        %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};
    3433
    3534        %Now, plug analysis_counter and analysis_type inside the parameters:
Note: See TracChangeset for help on using the changeset viewer.