Ignore:
Timestamp:
09/12/13 09:26:10 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving SystemMatrices back to modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutionsequences/solutionsequence_linear.cpp

    r15849 r16126  
    2424        femmodel->UpdateConstraintsx();
    2525
    26         femmodel->SystemMatricesx(&Kff, &Kfs, &pf, &df, NULL);
     26        SystemMatricesx(&Kff,&Kfs,&pf,&df,NULL,femmodel);
    2727        CreateNodalConstraintsx(&ys,femmodel->nodes,configuration_type);
    2828        Reduceloadx(pf, Kfs, ys); delete Kfs;
Note: See TracChangeset for help on using the changeset viewer.