Commit 0a6546bc9bf0854b7d8e1aa9ab97b76a20d99f34
Exists in
master
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_COTS
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 | } | ... | ... |