Skip to content
Snippets Groups Projects

Synch-ed GeoModelXml with the latest updates in the Athena repository

Merged Vakhtang Tsulaia requested to merge (removed):master-gmx-threading into master
58 files
+ 244
234
Compare changes
  • Side-by-side
  • Inline
Files
58
/*
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
*/
//
//
@@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
class MakeBox: public Element2GeoItem {
class MakeBox: public Element2GeoItem {
public:
public:
MakeBox();
MakeBox();
const RCBase * make(const xercesc::DOMElement *element, GmxUtil &gmxUtil) const;
virtual RCBase * make(const xercesc::DOMElement *element, GmxUtil &gmxUtil) const override;
};
};
#endif // GEO_MODEL_XML_MAKE_BOX_H
#endif // GEO_MODEL_XML_MAKE_BOX_H
Loading