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

Replaced a third missing F in HAVE_SINCOSF!

parent b83e61cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3796,7 +3796,7 @@ float prof_add(profitstruct *profit, profstruct *prof, int extfluxfac_flag)
      ang = 0.0;
      for (a=0; a<nang; a++)
        {
#ifdef HAVE_SINCOS
#ifdef HAVE_SINCOSF
        sincosf(ang, &dsa, &dca);
#else
        dsa = sinf(ang);