Ignore:
Timestamp:
08/11/20 19:43:31 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving inputs2 back to inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/InputUpdateFromConstantx/InputUpdateFromConstantx.h

    r24374 r25379  
    77
    88#include "../../classes/classes.h"
    9 class Inputs2;
     9class Inputs;
    1010
    1111/* local prototypes: */
     
    1414void InputUpdateFromConstantx(FemModel* femmodel,IssmDouble constant,int name);
    1515#ifdef _HAVE_AD_
    16 void InputUpdateFromConstantx(Inputs2* inputs2,Elements* elements,IssmPDouble constant,int name);
     16void InputUpdateFromConstantx(Inputs* inputs,Elements* elements,IssmPDouble constant,int name);
    1717#endif
    18 void InputUpdateFromConstantx(Inputs2* inputs2,Elements* elements,IssmDouble constant,int name);
    19 void InputUpdateFromConstantx(Inputs2* inputs2,Elements* elements,bool       constant,int name);
     18void InputUpdateFromConstantx(Inputs* inputs,Elements* elements,IssmDouble constant,int name);
     19void InputUpdateFromConstantx(Inputs* inputs,Elements* elements,bool       constant,int name);
    2020
    2121#endif  /* _UPDATEINPUTSFROMCONSTANTXX_H */
Note: See TracChangeset for help on using the changeset viewer.