Changeset 16686
- Timestamp:
- 11/08/13 12:02:50 (11 years ago)
- 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 53 53 _error_("not implemented yet"); 54 54 }/*}}}*/ 55 void L2ProjectionEPLAnalysis::InputUpdateFromSolution(IssmDouble* solution,Element* element){/*{{{*/ 56 _error_("not implemented yet"); 57 }/*}}}*/ 55 58 -
TabularUnified issm/trunk-jpl/src/c/analyses/L2ProjectionEPLAnalysis.h ¶
r16685 r16686 19 19 void CreateLoads(Loads* loads, IoModel* iomodel); 20 20 void GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element); 21 void InputUpdateFromSolution(IssmDouble* solution,Element* element); 21 22 }; 22 23 #endif
Note:
See TracChangeset
for help on using the changeset viewer.