Changeset 23500


Ignore:
Timestamp:
11/30/18 21:50:05 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing pb when config type is not the same as analysis type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r23499 r23500  
    25492549
    25502550        /*Second, constraints might be time dependent: */
    2551         SpcNodesx(nodes,constraints,parameters,analysis_type);
     2551        SpcNodesx(nodes,constraints,parameters,config_type);
    25522552
    25532553        /*Now, update degrees of freedoms: */
    2554         NodesDofx(nodes,parameters,analysis_type);
     2554        NodesDofx(nodes,parameters,config_type);
    25552555
    25562556}
Note: See TracChangeset for help on using the changeset viewer.