Changeset 9028 for issm/trunk
- Timestamp:
- 07/18/11 07:53:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r9012 r9028 4879 4879 } 4880 4880 else if ((code==7) || (code==3)){ //double 4881 this->inputs->AddInput(new DoubleInput(name,( int)scalar));4881 this->inputs->AddInput(new DoubleInput(name,(double)scalar)); 4882 4882 } 4883 4883 else _error_("%s%i"," could not recognize nature of vector from code ",code);
Note:
See TracChangeset
for help on using the changeset viewer.