Changeset 17338 for issm/trunk-jpl/src/c/classes/Elements/Seg.h
- Timestamp:
- 02/21/14 14:16:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Seg.h
r17322 r17338 125 125 IssmDouble GetGroundedPortion(IssmDouble* xyz_list){_error_("not implemented yet");}; 126 126 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");};131 127 Node* GetNode(int node_number){_error_("Not implemented");}; 132 128 IssmDouble GetXcoord(Gauss* gauss){_error_("Not implemented");};
Note:
See TracChangeset
for help on using the changeset viewer.