Changeset 16296


Ignore:
Timestamp:
10/03/13 17:59:50 (11 years ago)
Author:
schlegel
Message:

BUG: save Bbar if 2d, not 3d

File:
1 edited

Legend:

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

    r16291 r16296  
    731731                                                }
    732732                                                parameters->FindParam(&meshtype,MeshTypeEnum);
    733                                                 if(meshtype==Mesh3DEnum){
     733                                                if(meshtype==Mesh2DhorizontalEnum){
    734734                                                        /*Duplicate rheology input: */
    735735                                                        this->inputs->AddInput(new TriaInput(MaterialsRheologyBbarEnum,values,P1Enum));
Note: See TracChangeset for help on using the changeset viewer.