Changeset 8224 for issm/trunk/src/c/objects/Inputs/PentaVertexInput.cpp
- Timestamp:
- 05/10/11 09:30:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/PentaVertexInput.cpp
r8129 r8224 57 57 58 58 printf("PentaVertexInput:\n"); 59 printf(" enum: %i (%s)\n",this->enum_type,EnumToString (this->enum_type));59 printf(" enum: %i (%s)\n",this->enum_type,EnumToStringx(this->enum_type)); 60 60 printf(" values: [%g %g %g %g %g %g]\n",this->values[0],this->values[1],this->values[2],this->values[3],this->values[4],this->values[5]); 61 61 } … … 545 545 546 546 /*Check that input provided is a thickness*/ 547 if (thickness_input->EnumType()!=ThicknessEnum) _error_("Input provided is not a Thickness (enum_type is %s)",EnumToString (thickness_input->EnumType()));547 if (thickness_input->EnumType()!=ThicknessEnum) _error_("Input provided is not a Thickness (enum_type is %s)",EnumToStringx(thickness_input->EnumType())); 548 548 549 549 /*Get Thickness value pointer*/ … … 579 579 580 580 /*Check that inputB is of the same type*/ 581 if (inputB->Enum()!=PentaVertexInputEnum) _error_("Operation not permitted because inputB is of type %s",EnumToString (inputB->Enum()));581 if (inputB->Enum()!=PentaVertexInputEnum) _error_("Operation not permitted because inputB is of type %s",EnumToStringx(inputB->Enum())); 582 582 xinputB=(PentaVertexInput*)inputB; 583 583 … … 610 610 611 611 /*Check that inputB is of the same type*/ 612 if (inputB->Enum()!=PentaVertexInputEnum) _error_("Operation not permitted because inputB is of type %s",EnumToString (inputB->Enum()));612 if (inputB->Enum()!=PentaVertexInputEnum) _error_("Operation not permitted because inputB is of type %s",EnumToStringx(inputB->Enum())); 613 613 xinputB=(PentaVertexInput*)inputB; 614 614 … … 641 641 642 642 /*Check that inputB is of the same type*/ 643 if (inputB->Enum()!=PentaVertexInputEnum) _error_("Operation not permitted because inputB is of type %s",EnumToString (inputB->Enum()));643 if (inputB->Enum()!=PentaVertexInputEnum) _error_("Operation not permitted because inputB is of type %s",EnumToStringx(inputB->Enum())); 644 644 xinputB=(PentaVertexInput*)inputB; 645 645
Note:
See TracChangeset
for help on using the changeset viewer.