Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Volker Springel
Gadget4
Commits
ce4198f3
Commit
ce4198f3
authored
Nov 30, 2020
by
Volker Springel
Browse files
renamed fileformat2-tag of field GroupAscale from (duplicate) FMAS to FMAA
parent
8935b955
Changes
1
Show whitespace changes
Inline
Side-by-side
src/fof/fof_io.cc
View file @
ce4198f3
...
...
@@ -75,7 +75,7 @@ fof_io<partset>::fof_io(fof<partset> *FoF_ptr, MPI_Comm comm, int format) : IO_D
init_field
(
"FMTY"
,
"GroupMassType"
,
MEM_MY_DOUBLE
,
FILE_MY_IO_FLOAT
,
READ_IF_PRESENT
,
NTYPES
,
A_G
,
&
FoF
->
Group
[
0
].
MassType
[
0
],
NULL
,
GROUPS
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
init_field
(
"FMA
S
"
,
"GroupAscale"
,
MEM_MY_DOUBLE
,
FILE_MY_IO_FLOAT
,
READ_IF_PRESENT
,
1
,
A_G
,
&
FoF
->
Group
[
0
].
Ascale
,
NULL
,
GROUPS
,
0
,
init_field
(
"FMA
A
"
,
"GroupAscale"
,
MEM_MY_DOUBLE
,
FILE_MY_IO_FLOAT
,
READ_IF_PRESENT
,
1
,
A_G
,
&
FoF
->
Group
[
0
].
Ascale
,
NULL
,
GROUPS
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
#if defined(SUBFIND_ORPHAN_TREATMENT)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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