Skip to content
Snippets Groups Projects
Commit 7c87edda authored by Markus Frank's avatar Markus Frank
Browse files

Fix compile error

parent 6915ef60
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,6 @@ long64 Segmentation::cellID(const Position& localPosition, const Position& globa ...@@ -150,7 +150,6 @@ long64 Segmentation::cellID(const Position& localPosition, const Position& globa
/// Namespace for the AIDA detector description toolkit /// Namespace for the AIDA detector description toolkit
namespace DD4hep { namespace DD4hep {
/// Namespace for the geometry part of the AIDA detector description toolkit /// Namespace for the geometry part of the AIDA detector description toolkit
namespace Geometry { namespace Geometry {
...@@ -165,7 +164,7 @@ namespace DD4hep { ...@@ -165,7 +164,7 @@ namespace DD4hep {
} }
except("CartesianGridXY", except("CartesianGridXY",
"Cannot convert segmentation:%s to CartesianGridXY.", "Cannot convert segmentation:%s to CartesianGridXY.",
seg->name()); obj->name().c_str());
} }
return 0; return 0;
} }
......
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