Changeset 12994
- Timestamp:
- 08/13/12 09:04:53 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/objects
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/ElementResults/DoubleElementResult.cpp
r12832 r12994 129 129 void DoubleElementResult::GetVectorFromResults(Vector* vector,int* doflist,int* connectivitylist,int numdofs){ 130 130 131 _error _("cannot return vector on vertices");131 _error2_("cannot return vector on vertices"); 132 132 } /*}}}*/ 133 133 /*FUNCTION DoubleElementResult::GetElementVectorFromResults{{{1*/ -
issm/trunk-jpl/src/c/classes/objects/Elements/Penta.cpp
r12933 r12994 1157 1157 ElementResult* elementresult=(ElementResult*)this->results->GetObjectByOffset(offset); 1158 1158 if(elementresult->InstanceEnum()!=enum_in){ 1159 _error _("Results of offset %i is %s, when %s was expected",offset,EnumToStringx(elementresult->InstanceEnum()),EnumToStringx(enum_in));1159 _error2_("Results of offset "<<offset<<" is "<<EnumToStringx(elementresult->InstanceEnum())<<" when "<<EnumToStringx(enum_in)<<" was expected"); 1160 1160 } 1161 1161 if(interp==P1Enum){ -
issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
r12976 r12994 1266 1266 ElementResult* elementresult=(ElementResult*)this->results->GetObjectByOffset(offset); 1267 1267 if(elementresult->InstanceEnum()!=enum_in){ 1268 _error _("Results of offset %i is %s, when %s was expected",offset,EnumToStringx(elementresult->InstanceEnum()),EnumToStringx(enum_in));1268 _error2_("Results of offset "<<offset<<" is "<<EnumToStringx(elementresult->InstanceEnum())<<" when "<<EnumToStringx(enum_in)<<" was expected"); 1269 1269 } 1270 1270 if(interp==P1Enum){
Note:
See TracChangeset
for help on using the changeset viewer.