Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
9b480645
Commit
9b480645
authored
Aug 05, 2019
by
Matthieu Schaller
Browse files
Fixed typo in the const-lambda cooling i/o function.
parent
bb6bc5ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cooling/const_lambda/cooling_io.h
View file @
9b480645
...
...
@@ -73,7 +73,7 @@ __attribute__((always_inline)) INLINE static int cooling_write_particles(
const
struct
cooling_function_data
*
cooling
)
{
list
[
0
]
=
io_make_output_field_convert_part
(
"Temperature"
,
FLOAT
,
0
.
f
,
1
,
UNIT_CONV_TEMPERATURE
,
parts
,
xparts
,
"Temperature"
,
FLOAT
,
1
,
UNIT_CONV_TEMPERATURE
,
0
.
f
,
parts
,
xparts
,
convert_part_T
,
"Temperatures of the gas particles"
);
list
[
1
]
=
io_make_output_field
(
...
...
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