Skip to content
Snippets Groups Projects
Commit dbee85f0 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

phyical --> physical in the snapshot fields meta-data.

parent 6d522da4
Branches
Tags
1 merge request!824Add a description and a scale-factor exponent to each individual array written to the snapshots.
......@@ -450,7 +450,7 @@ void prepareArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile,
factor);
io_write_attribute_d(
h_data,
"Conversion factor to phyical CGS (including cosmological corrections)",
"Conversion factor to physical CGS (including cosmological corrections)",
factor * pow(e->cosmology->a, props.scale_factor_exponent));
#ifdef SWIFT_DEBUG_CHECKS
......
......@@ -335,7 +335,7 @@ void prepareArray(const struct engine* e, hid_t grp, char* fileName,
factor);
io_write_attribute_d(
h_data,
"Conversion factor to phyical CGS (including cosmological corrections)",
"Conversion factor to physical CGS (including cosmological corrections)",
factor * pow(e->cosmology->a, props.scale_factor_exponent));
#ifdef SWIFT_DEBUG_CHECKS
......
......@@ -347,7 +347,7 @@ void writeArray(const struct engine* e, hid_t grp, char* fileName,
factor);
io_write_attribute_d(
h_data,
"Conversion factor to phyical CGS (including cosmological corrections)",
"Conversion factor to physical CGS (including cosmological corrections)",
factor * pow(e->cosmology->a, props.scale_factor_exponent));
#ifdef SWIFT_DEBUG_CHECKS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment