Ignore:
Timestamp:
06/10/10 19:10:44 (15 years ago)
Author:
Eric.Larour
Message:

New results framework. Now, elements have results datasets,
which they fill up as they wish with results found in the inputs.
Then, the results dataset will be processed in OutputResults, to output
something to disk. We ended up putting the results inside the elements,
because they depend on the interpolation, this avoids partitioning of vectors,
and inputs cannot hold different time steps for the same enum!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Inputs/BoolInput.cpp

    r3956 r4037  
    175175}
    176176/*}}}*/
     177/*FUNCTION BoolInput::SpawnResult{{{1*/
     178Result* BoolInput::SpawnResult(int step, double time){
     179
     180        return new BoolResult(this->enum_type,this->value,step,time);
     181
     182}
     183/*}}}*/
    177184
    178185/*Object functions*/
Note: See TracChangeset for help on using the changeset viewer.