Changeset 17335


Ignore:
Timestamp:
02/21/14 13:34:11 (11 years ago)
Author:
seroussi
Message:

BUG: fixed meshtype that need vertical extrusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/masstransport_core.cpp

    r17333 r17335  
    6262                if(VerboseSolution()) _printf0_("   call computational core\n");
    6363                solutionsequence_linear(femmodel);
    64                 if(meshtype!=Mesh2DhorizontalEnum){
     64                if(meshtype==Mesh2DverticalEnum){
    6565                        femmodel->parameters->SetParam(ThicknessEnum,InputToExtrudeEnum);
    6666                        extrudefrombase_core(femmodel);
Note: See TracChangeset for help on using the changeset viewer.