Changeset 25379 for issm/trunk-jpl/src/c/modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h
- Timestamp:
- 08/11/20 19:43:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h
r24374 r25379 7 7 8 8 #include "../../classes/classes.h" 9 class Inputs 2;9 class Inputs; 10 10 11 11 /* local prototypes: */ … … 14 14 void InputUpdateFromConstantx(FemModel* femmodel,IssmDouble constant,int name); 15 15 #ifdef _HAVE_AD_ 16 void InputUpdateFromConstantx(Inputs 2* inputs2,Elements* elements,IssmPDouble constant,int name);16 void InputUpdateFromConstantx(Inputs* inputs,Elements* elements,IssmPDouble constant,int name); 17 17 #endif 18 void InputUpdateFromConstantx(Inputs 2* inputs2,Elements* elements,IssmDouble constant,int name);19 void InputUpdateFromConstantx(Inputs 2* inputs2,Elements* elements,bool constant,int name);18 void InputUpdateFromConstantx(Inputs* inputs,Elements* elements,IssmDouble constant,int name); 19 void InputUpdateFromConstantx(Inputs* inputs,Elements* elements,bool constant,int name); 20 20 21 21 #endif /* _UPDATEINPUTSFROMCONSTANTXX_H */
Note:
See TracChangeset
for help on using the changeset viewer.