Changeset 26528


Ignore:
Timestamp:
11/02/21 08:00:50 (3 years ago)
Author:
vverjans
Message:

BUG: forgot to add header file in previous commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Element.h

    r26501 r26528  
    6868                /*bool               AnyActive(void);*/
    6969                bool               AnyFSet(void);
    70                 void                                     AutoregressionInit(int numbasins,int arorder,int nspin,IssmDouble starttime,IssmDouble tstep_ar,IssmDouble tinit_ar,IssmDouble* beta0,IssmDouble* beta1,IssmDouble* phi,IssmDouble* noisespin,int enum_type);
     70                void                                     AutoregressionInit(int numbasins,int arorder,int nspin,IssmDouble starttime,IssmDouble tstep_ar,IssmDouble tinit_ar,IssmDouble* beta0,IssmDouble* beta1,IssmDouble* phi,int enum_type);
    7171      void               Autoregression(bool isstepforar,int arorder,IssmDouble telapsed_ar,IssmDouble* beta0,IssmDouble* beta1,IssmDouble* phi,IssmDouble* noiseterms,int enum_type);
    7272                void               ComputeLambdaS(void);
Note: See TracChangeset for help on using the changeset viewer.