Skip to content
Snippets Groups Projects

Attempt to fix the pipeline -- Another one

Closed Johannes Junggeburth requested to merge cpp_flags into main
Files
2
@@ -35,6 +35,7 @@ class GeoVPhysVol: public GeoPlacement {
Query<unsigned int> indexOf(PVConstLink daughter) const;
/// Returns the logical volume.
[[deprecated]]
const GeoLogVol* getLogVol() const {
return m_logVol;
}
Loading