Ignore:
Timestamp:
06/25/10 16:43:28 (15 years ago)
Author:
Eric.Larour
Message:

Separated element results from inputs, not derived anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/ElementResults/BeamVertexElementResult.h

    r4091 r4239  
    1313/*}}}*/
    1414
    15 class BeamVertexElementResult: public BeamVertexInput,public ElementResult{
     15class BeamVertexElementResult: public ElementResult{
    1616
    1717        private:
     18                int    enum_type;
     19                double values[2];
    1820                int    step;
    1921                double time;
     
    4446                void    InputUpdateFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
    4547                void    InputUpdateFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}
    46                 void    InputUpdateFromSolution(double* solution, int analysis_type, int sub_analysis_type){ISSMERROR("Not implemented yet!");}
     48                void    InputUpdateFromSolution(double* solution){ISSMERROR("Not implemented yet!");}
    4749
    4850                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.