Changeset 4268


Ignore:
Timestamp:
06/28/10 13:27:20 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r4267 r4268  
    19241924        VzInput=inputs->GetInput(VzEnum);
    19251925        if (VzInput){
    1926                 if (VzInput->Enum()!=TriaVertexInputEnum){
     1926                if (VzInput->Enum()!=PentaVertexInputEnum){
    19271927                        ISSMERROR("Cannot compute Vel as Vz is of type %s",EnumAsString(VzInput->Enum()));
    19281928                }
Note: See TracChangeset for help on using the changeset viewer.