Changeset 4268
- Timestamp:
- 06/28/10 13:27:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/Elements/Penta.cpp ΒΆ
r4267 r4268 1924 1924 VzInput=inputs->GetInput(VzEnum); 1925 1925 if (VzInput){ 1926 if (VzInput->Enum()!= TriaVertexInputEnum){1926 if (VzInput->Enum()!=PentaVertexInputEnum){ 1927 1927 ISSMERROR("Cannot compute Vel as Vz is of type %s",EnumAsString(VzInput->Enum())); 1928 1928 }
Note:
See TracChangeset
for help on using the changeset viewer.