IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 76fa4fe6 authored by ralfulrich's avatar ralfulrich
Browse files

removed wrong fmt::ptr

parent 20371c1e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ namespace corsika::weights {
template <typename TParentStack>
inline std::string WeightDataInterface<TParentStack>::asString() const {
return fmt::format("weight={}", fmt::ptr(getWeight()));
return fmt::format("weight={}", getWeight());
}
template <typename TParentStack>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment