Changeset 12704 for issm/trunk-jpl/src/c/objects/Inputs/TriaP1Input.h
- Timestamp:
- 07/24/12 10:25:08 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl
- Property svn:mergeinfo changed
/issm/trunk merged: 12346-12349,12358-12359,12362,12385,12388,12614,12628,12630,12640-12641,12643,12659
- Property svn:mergeinfo changed
-
issm/trunk-jpl/src/c/objects/Inputs/TriaP1Input.h
r12550 r12704 49 49 void GetInputValue(IssmDouble* pvalue){_error2_("not implemented yet");} 50 50 void GetInputValue(IssmDouble* pvalue,GaussTria* gauss); 51 void GetInputValue(IssmDouble* pvalue,GaussPenta* gauss){_error2_("not implemented yet");}; 51 52 void GetInputValue(IssmDouble* pvalue,GaussTria* gauss,IssmDouble time){_error2_("not implemented yet");}; 52 void GetInputValue(IssmDouble* pvalue,GaussPenta* gauss ){_error2_("not implemented yet");};53 void GetInputValue(IssmDouble* pvalue,GaussPenta* gauss,IssmDouble time){_error2_("not implemented yet");}; 53 54 void GetInputValue(IssmDouble* pvalue,GaussTria* gauss ,int index){_error2_("not implemented yet");}; 54 55 void GetInputValue(IssmDouble* pvalue,GaussPenta* gauss,int index){_error2_("not implemented yet");};
Note:
See TracChangeset
for help on using the changeset viewer.