Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
949a1e60
Commit
949a1e60
authored
1 year ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused output argument.
parent
95b1730f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sphere/edfb.cpp
+1
-1
1 addition, 1 deletion
src/sphere/edfb.cpp
with
1 addition
and
1 deletion
src/sphere/edfb.cpp
+
1
−
1
View file @
949a1e60
...
...
@@ -353,7 +353,7 @@ int main(int argc, char **argv) {
fprintf
(
output
,
"%13.4lE"
,
pigt
/
wn
);
fprintf
(
output
,
"%13.4lE"
,
pu
);
fprintf
(
output
,
"%13.4lE
\n
"
,
pu
*
evc
);
fprintf
(
output
,
" SCALE FACTORS XI
\n
"
,
pu
*
evc
);
fprintf
(
output
,
" SCALE FACTORS XI
\n
"
);
for
(
int
jxi6612
=
1
;
jxi6612
<=
nxi
;
jxi6612
++
)
fprintf
(
output
,
"%5d%13.4lE
\n
"
,
jxi6612
,
xiv
[
jxi6612
-
1
]);
//INXI branch ends here.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment