Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
ad94a9c8
Commit
ad94a9c8
authored
13 years ago
by
Emmanuel Bertin
Browse files
Options
Download
Email Patches
Plain Diff
Replaced a third missing F in HAVE_SINCOSF!
parent
b83e61cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/profit.c
+1
-1
src/profit.c
with
1 addition
and
1 deletion
+1
-1
src/profit.c
+
1
-
1
View file @
ad94a9c8
...
@@ -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_SINCOS
F
sincosf
(
ang
,
&
dsa
,
&
dca
);
sincosf
(
ang
,
&
dsa
,
&
dca
);
#else
#else
dsa
=
sinf
(
ang
);
dsa
=
sinf
(
ang
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets