Commit 8520f24c36978f7690b2ea6747fd09ef8c15b0e2
1 parent
693dc440
Exists in
master
shue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
geopack/src/include/geopack.hh
... | ... | @@ -30,7 +30,7 @@ extern "C" { |
30 | 30 | |
31 | 31 | void igrf_gsw_08_ (float* pos_GSW_X_i, float* pos_GSW_Y_i, float* pos_GSW_Z_i, float* HX_GSW, float* HYGSW, float* HZGSW); |
32 | 32 | |
33 | - void shuetal_mgnp_08_(float* xn_pd_i, float vel_i, float bzIMF_i, float* pos_GSW_X_i, float* pos_GSW_Y_i, float* pos_GSW_Z_i, | |
33 | + void shuetal_mgnp_08_(float* xn_pd_i, float* vel_i, float* bzIMF_i, float* pos_GSW_X_i, float* pos_GSW_Y_i, float* pos_GSW_Z_i, | |
34 | 34 | float* x_mgnp, float* y_mgnp, float* z_mgnp, float* DIST_MGNP, int* ID_MGNP ); |
35 | 35 | |
36 | 36 | void smgsw_08_(float* pos_SM_X_i, float* pos_SM_Y_i, float* pos_SM_Z_i, | ... | ... |