Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Merge requests
!558
Fix stars type in select output
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix stars type in select output
fix_select_io
into
master
Overview
1
Commits
1
Changes
1
Merged
Loic Hausammann
requested to merge
fix_select_io
into
master
6 years ago
Overview
1
Commits
1
Changes
1
Expand
Fixes
#435 (closed)
Edited
6 years ago
by
Matthieu Schaller
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6264cf0d
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/common_io.c
+
1
−
1
Options
@@ -829,7 +829,7 @@ void io_check_output_fields(const struct swift_params* params,
/* Copy N_total to array with length == 6 */
const
long
long
nr_total
[
swift_type_count
]
=
{
N_total
[
0
],
N_total
[
1
],
N_total
[
2
],
0
,
0
,
0
};
N_total
[
0
],
N_total
[
1
],
0
,
0
,
N_total
[
2
],
0
};
/* Loop over all particle types to check the fields */
for
(
int
ptype
=
0
;
ptype
<
swift_type_count
;
ptype
++
)
{
Loading