Skip to content
Snippets Groups Projects
Commit 607779b9 authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2: Committed by Joseph Boudreau
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 5968d14a
No related branches found
No related tags found
1 merge request!320Deal with mutable materials such as a gas mixture.
Pipeline #7376012 failed
......@@ -55,6 +55,7 @@ class GeoLogVol : public RCBase
// Material composition of this volume.
mutable GeoIntrusivePtr<const GeoMaterial> m_material{};
std::shared_mutex m_mutex{};
// Shape of this volume.
GeoIntrusivePtr<const GeoShape> m_shape{};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment