Changeset 4050 for issm/trunk/src/c/objects/Inputs/DoubleInput.cpp
- Timestamp:
- 06/17/10 11:06:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/DoubleInput.cpp
r4048 r4050 175 175 /*}}}*/ 176 176 /*FUNCTION DoubleInput::SpawnResult{{{1*/ 177 Result* DoubleInput::SpawnResult(int step, double time){178 179 return new Double Result(this->enum_type,this->value,step,time);177 ElementResult* DoubleInput::SpawnResult(int step, double time){ 178 179 return new DoubleElementResult(this->enum_type,this->value,step,time); 180 180 181 181 } … … 245 245 246 246 /*xinput is of the same type, so cast it: */ 247 xdoubleinput=(DoubleInput )xinput;247 xdoubleinput=(DoubleInput*)xinput; 248 248 249 249 /*Carry out the AXPY operation:*/
Note:
See TracChangeset
for help on using the changeset viewer.