Commit 0fafb310fae0c6d95468d38f8c123fd46158338b
1 parent
effdb9b3
Exists in
master
geopack/src/include/geopack.hh
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
geopack/src/include/geopack.hh
... | ... | @@ -30,6 +30,8 @@ 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); | |
34 | + | |
33 | 35 | #ifdef __cplusplus |
34 | 36 | } |
35 | 37 | #endif | ... | ... |