Commit ad94a9c8 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Replaced a third missing F in HAVE_SINCOSF!

parent b83e61cc
...@@ -3796,7 +3796,7 @@ float prof_add(profitstruct *profit, profstruct *prof, int extfluxfac_flag) ...@@ -3796,7 +3796,7 @@ float prof_add(profitstruct *profit, profstruct *prof, int extfluxfac_flag)
ang = 0.0; ang = 0.0;
for (a=0; a<nang; a++) for (a=0; a<nang; a++)
{ {
#ifdef HAVE_SINCOS #ifdef HAVE_SINCOSF
sincosf(ang, &dsa, &dca); sincosf(ang, &dsa, &dca);
#else #else
dsa = sinf(ang); dsa = sinf(ang);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment