Skip to content

Commit

Permalink
Change delim. Is this stupid?
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Sep 26, 2024
1 parent f229274 commit 3283635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outputs/parthenon_opmd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace OpenPMDUtils {
// access to non-standard groups (such as "Params" versus the standard "meshes").
// TODO(pgrete & reviewer) (agree on delim and add check for package name and keys) OR
// better use of opmd-api
inline static const std::string delim = "+";
inline static const std::string delim = "🤝";

// Construct OpenPMD Mesh "record" name and comonnent identifier.
// - comp_idx is a flattended index over all components of the vectors and tensors, i.e.,
Expand Down

0 comments on commit 3283635

Please sign in to comment.