- Timestamp:
- 03/14/12 14:15:28 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 11685-11707
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/objects/Inputs/TransientInput.h
r10135 r11708 84 84 void Extrude(void){_error_("not supported yet");} 85 85 void VerticallyIntegrate(Input* thickness_forcing){_error_("not supported yet");}; 86 void GetVectorFromInputs(Vec vector,int* doflist);86 void GetVectorFromInputs(Vector* vector,int* doflist); 87 87 void GetValuesPtr(double** pvalues,int* pnum_values){_error_("not supported yet");}; 88 88 void GetTimeValues(double* values,double time){_error_("not implemented yet");};
Note:
See TracChangeset
for help on using the changeset viewer.