Commit 693dc44072026a5f6b06e50d5b7dc1f9563d982f

Authored by Hacene SI HADJ MOHAND
1 parent b40d700f
Exists in master

adding Shue 98

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
geopack/src/include/geopack.hh
... ... @@ -30,7 +30,11 @@ 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 smgsw_08_(float* pos_SM_X_i, float* pos_SM_Y_i, float* pos_SM_Z_i, float* pos_GSW_X_i, float* pos_GSW_Y_i, float* pos_GSW_Z_i, int* transform_flag);
  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 + float* x_mgnp, float* y_mgnp, float* z_mgnp, float* DIST_MGNP, int* ID_MGNP );
  35 +
  36 + void smgsw_08_(float* pos_SM_X_i, float* pos_SM_Y_i, float* pos_SM_Z_i,
  37 + float* pos_GSW_X_i, float* pos_GSW_Y_i, float* pos_GSW_Z_i, int* transform_flag);
34 38  
35 39 #ifdef __cplusplus
36 40 }
... ...