@@ -36,6 +36,8 @@ void sum_4gf_v2(float *,int,float *,struct gfheader *,int,int,float *,float *,fl
3636void timeshift_gf_v2 (float * ,int ,float * ,struct gfheader * ,int ,float * ,float * ,int );
3737void mech_4gf_v2 (float * ,float * ,struct gfheader * ,struct gfparam gfp ,int ,struct mechparam ,float * ,float * );
3838
39+ void momten_4gf (struct standrupformat * ,int ,int ,float * ,float * ,struct gfheader * ,struct gfparam ,int ,float * );
40+
3941void read_beroza (struct beroza * ,char * rfile ,float * );
4042void get_brmpars (struct beroza * ,int ,int ,float * ,float * ,float * ,float * );
4143void beroza_stf (struct beroza * ,int ,int ,float * ,float * ,float * ,int ,float * ,float * );
@@ -57,6 +59,9 @@ void get_srfpars(struct standrupformat *,int,int,float *,float *,float *,float *
5759void get_srfpars_v2 (struct standrupformat * ,int ,int ,float * ,float * ,struct mechparam * );
5860void get_srfparsOLD (struct standrupformat * ,int ,int ,float * ,float * ,float * ,int ,int ,struct mechparam * );
5961void srf_stf (struct standrupformat * ,int ,int ,float * ,float * ,float * ,int ,float * ,struct mechparam ,float * );
62+ void srf_stf_v2 (struct standrupformat * ,int ,int ,float * ,float * ,float * ,int ,float * ,struct mechparam ,float * );
63+
64+ void get_indx_pow (float * ,float * ,float * ,struct sgtindex * ,struct geoprojection * ,int );
6065
6166char * skipval (int ,char * );
6267void do_cnvlv (float * ,float * ,int ,float * ,int );
0 commit comments