Changeset 8979 for issm/trunk
- Timestamp:
- 07/14/11 08:34:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r8967 r8979 4947 4947 4948 4948 if (code==5){ //boolean 4949 this->inputs->AddInput(new BoolInput(vector_enum,(bool)vector[i ]));4949 this->inputs->AddInput(new BoolInput(vector_enum,(bool)vector[index])); 4950 4950 } 4951 4951 else if (code==6){ //integer 4952 this->inputs->AddInput(new IntInput(vector_enum,(int)vector[i ]));4952 this->inputs->AddInput(new IntInput(vector_enum,(int)vector[index])); 4953 4953 } 4954 4954 else if (code==7){ //double 4955 this->inputs->AddInput(new DoubleInput(vector_enum,(double)vector[i ]));4955 this->inputs->AddInput(new DoubleInput(vector_enum,(double)vector[index])); 4956 4956 } 4957 4957 else _error_("%s%i"," could not recognize nature of vector from code ",code);
Note:
See TracChangeset
for help on using the changeset viewer.