Commit 687b6bc1c24e70e9a6aad9c9fd7be2716d57a038

Authored by Benjamin Renard
1 parent c7186191
Exists in master

Fix maglib wrapping

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
maglib/src/include/maglib.hh
... ... @@ -10,8 +10,8 @@ extern "C" {
10 10 */
11 11  
12 12 void getmag_(int* iyear, int* imonth, int* iday, int* ihour, int* imin, int* isec,
13   - int* magout, int* isatex, float* rrmag_i, float* thetr_i, float* phir_i,
14   - float* tgl, float* flg, float* xlamb, int* ifail);
  13 + int* magout, int* isatex, double* rrmag_i, double* thetr_i, double* phir_i,
  14 + double* tgl, double* flg, double* xlamb, int* ifail);
15 15  
16 16 #ifdef __cplusplus
17 17 }
... ...