Changeset 4774


Ignore:
Timestamp:
07/23/10 07:50:32 (15 years ago)
Author:
Mathieu Morlighem
Message:

Fixed problem in prognostic and transient (SpawnTria did not specify the element type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r4765 r4774  
    20082008        tria->results=tria_results;
    20092009        tria->parameters=tria_parameters;
     2010        tria->element_type=P1Enum; //Only P1 CG for now
    20102011        this->SpawnTriaHook(dynamic_cast<TriaHook*>(tria),&indices[0]);
    20112012
Note: See TracChangeset for help on using the changeset viewer.