Skip to content
Snippets Groups Projects
Commit c697380d authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

Add back mutex member data

parent 87118012
No related branches found
No related tags found
1 merge request!320Deal with mutable materials such as a gas mixture.
Pipeline #7380326 failed
......@@ -57,7 +57,7 @@ class GeoLogVol : public RCBase
// Material composition of this volume.
mutable GeoIntrusivePtr<const GeoMaterial> m_material{};
//JFB mutable std::shared_mutex m_mutex{};
mutable 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