Changeset 12359
- Timestamp:
- 06/04/12 11:29:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/TransientInput.h
r12358 r12359 51 51 void GetInputValue(double* pvalue){_error_("not implemented yet");}; 52 52 void GetInputValue(double* pvalue,GaussTria* gauss); 53 void GetInputValue(double* pvalue,GaussPenta* gauss) {_error_("not implemented yet");};53 void GetInputValue(double* pvalue,GaussPenta* gauss); 54 54 void GetInputValue(double* pvalue,GaussTria* gauss,double time); 55 55 void GetInputValue(double* pvalue,GaussPenta* gauss,double time);
Note:
See TracChangeset
for help on using the changeset viewer.