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
Commits
3d322806
Commit
3d322806
authored
6 years ago
by
Folkert Nobels
Browse files
Options
Downloads
Patches
Plain Diff
Fix tracers output
parent
169b8c8c
No related branches found
No related tags found
1 merge request
!751
Fix typo in tracers output: Type0 and Type4 should have the same name
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tracers/EAGLE/tracers_io.h
+1
-1
1 addition, 1 deletion
src/tracers/EAGLE/tracers_io.h
with
1 addition
and
1 deletion
src/tracers/EAGLE/tracers_io.h
+
1
−
1
View file @
3d322806
...
@@ -88,7 +88,7 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles(
...
@@ -88,7 +88,7 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles(
}
else
{
}
else
{
list
[
1
]
=
io_make_output_field
(
"MaxTemperature time"
,
FLOAT
,
1
,
list
[
1
]
=
io_make_output_field
(
"Max
imal
Temperature time"
,
FLOAT
,
1
,
UNIT_CONV_NO_UNITS
,
sparts
,
UNIT_CONV_NO_UNITS
,
sparts
,
tracers_data
.
maximum_temperature_time
);
tracers_data
.
maximum_temperature_time
);
}
}
...
...
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