Changeset 8975 for issm/trunk
- Timestamp:
- 07/14/11 07:42:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r8967 r8975 4139 4139 4140 4140 if (code==5){ //boolean 4141 this->inputs->AddInput(new BoolInput(vector_enum,(bool)vector[i ]));4141 this->inputs->AddInput(new BoolInput(vector_enum,(bool)vector[index])); 4142 4142 } 4143 4143 else if (code==6){ //integer 4144 this->inputs->AddInput(new IntInput(vector_enum,(int)vector[i ]));4144 this->inputs->AddInput(new IntInput(vector_enum,(int)vector[index])); 4145 4145 } 4146 4146 else if (code==7){ //double 4147 this->inputs->AddInput(new DoubleInput(vector_enum,(double)vector[i ]));4147 this->inputs->AddInput(new DoubleInput(vector_enum,(double)vector[index])); 4148 4148 } 4149 4149 else _error_("%s%i"," could not recognize nature of vector from code ",code);
Note:
See TracChangeset
for help on using the changeset viewer.