Ignore:
Timestamp:
02/21/14 14:16:13 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moved some GetInputValue to Element.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Seg.h

    r17322 r17338  
    125125                IssmDouble  GetGroundedPortion(IssmDouble* xyz_list){_error_("not implemented yet");};
    126126                void        GetInputValue(IssmDouble* pvalue,Node* node,int enumtype){_error_("not implemented yet");};
    127                 void        GetInputValue(bool* pvalue,int enum_type){_error_("not implemented yet");};
    128                 void        GetInputValue(int* pvalue,int enum_type){_error_("not implemented yet");};
    129                 void        GetInputValue(IssmDouble* pvalue,int enum_type){_error_("not implemented yet");};
    130                 void        GetInputValue(IssmDouble* pvalue,Gauss* gauss,int enum_type){_error_("not implemented yet");};
    131127                Node*       GetNode(int node_number){_error_("Not implemented");};
    132128                IssmDouble  GetXcoord(Gauss* gauss){_error_("Not implemented");};
Note: See TracChangeset for help on using the changeset viewer.