Ignore:
Timestamp:
06/17/10 11:06:40 (15 years ago)
Author:
Eric.Larour
Message:

Split results between element results and external results.
element results are held in the Results* dataset of each element.
external results are held in the femmodel->Results* dataset, and hold anything that cannot fit in the elements.

File:
1 edited

Legend:

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

    r4048 r4050  
    4848                Input* SpawnBeamInput(int* indices);
    4949                Input* SpawnTriaInput(int* indices);
    50                 Result* SpawnResult(int step, double time);
     50                ElementResult* SpawnResult(int step, double time);
    5151
    5252                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.