Changeset 16686


Ignore:
Timestamp:
11/08/13 12:02:50 (11 years ago)
Author:
bdef
Message:

Bug: Adding new function in L2ProjectionEPLAnalysis

Location:
issm/trunk-jpl/src/c/analyses
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/analyses/L2ProjectionEPLAnalysis.cpp

    r16685 r16686  
    5353           _error_("not implemented yet");
    5454}/*}}}*/
     55void L2ProjectionEPLAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/
     56        _error_("not implemented yet");
     57}/*}}}*/
    5558
  • TabularUnified issm/trunk-jpl/src/c/analyses/L2ProjectionEPLAnalysis.h

    r16685 r16686  
    1919                void CreateLoads(Loads* loads, IoModel* iomodel);
    2020                void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element);
     21                void InputUpdateFromSolution(IssmDouble* solution,Element* element);
    2122};
    2223#endif
Note: See TracChangeset for help on using the changeset viewer.