Skip to content

Commit

Permalink
ww
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasaunai committed Nov 9, 2023
1 parent 15d97e9 commit 5a003d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/data/vecfield/vecfield_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ namespace core
inline std::unordered_map<std::string, Component> const Components::vecComponentMap{
{"x", Component::X}, {"y", Component::Y}, {"z", Component::Z}};
inline std::unordered_map<std::string, Component> const Components::tensComponentMap{
{"x", Component::X}, {"y", Component::Y}, {"z", Component::Z}};
{"xx", Component::XX}, {"xy", Component::XY}, {"xz", Component::XZ},
{"yy", Component::YY}, {"yz", Component::YZ}, {"zz", Component::ZZ}};

} // namespace core
} // namespace PHARE
Expand Down

0 comments on commit 5a003d5

Please sign in to comment.