We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c9d4a commit 546b7cfCopy full SHA for 546b7cf
1 file changed
src/SphericalBasis.cc
@@ -2410,7 +2410,7 @@ void SphericalBasis::write_FIXL0()
2410
HighFive::File::ReadWrite |
2411
HighFive::File::Create);
2412
2413
- // Add a verbose comment
+ // Add a verbose comment. This is for human readers only (e.g. h5dump)
2414
std::string comment =
2415
"This file contains the fixed monopole coefficients for the "
2416
"SphericalBasis component " + component->name
0 commit comments