Changeset 21848
- Timestamp:
- 07/24/17 13:27:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r21846 r21848 2665 2665 break; 2666 2666 case IntInputEnum: 2667 element->AddInput(new IntInput(P0input_enums[i], vector[element->sid]));//sid because newfemmodel has just a partitioning2667 element->AddInput(new IntInput(P0input_enums[i],reCast<int>(vector[element->sid])));//sid because newfemmodel has just a partitioning 2668 2668 break; 2669 2669 case BoolInputEnum: 2670 element->AddInput(new BoolInput(P0input_enums[i], vector[element->sid]));//sid because newfemmodel has just a partitioning2670 element->AddInput(new BoolInput(P0input_enums[i],reCast<bool>(vector[element->sid])));//sid because newfemmodel has just a partitioning 2671 2671 break; 2672 2672 default:
Note:
See TracChangeset
for help on using the changeset viewer.