Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
garfield
garfieldpp
Commits
33dc5e44
Commit
33dc5e44
authored
Oct 26, 2021
by
Heinrich Schindler
Browse files
unused-but-set-variable
parent
87da5280
Pipeline
#3165632
passed with stage
in 5 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NeBem/Isles.c
View file @
33dc5e44
...
...
@@ -2221,8 +2221,8 @@ ISLESGLOBAL int ExactRingPF(double a, Point3D localPt, double *potential,
// Following are the routines with debugging information
if
(
dbgFn
)
{
gsl_sf_result
rK1
,
rK2
;
int
status
=
gsl_sf_ellint_Kcomp_e
(
u
,
mode
,
&
rK1
);
status
=
gsl_sf_ellint_Ecomp_e
(
u
,
mode
,
&
rK2
);
gsl_sf_ellint_Kcomp_e
(
u
,
mode
,
&
rK1
);
gsl_sf_ellint_Ecomp_e
(
u
,
mode
,
&
rK2
);
K1
=
rK1
.
val
;
K2
=
rK2
.
val
;
}
else
{
// If debugging information is not necessary
...
...
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