Skip to content
Snippets Groups Projects
Commit 19482d67 authored by Paul Gessinger's avatar Paul Gessinger Committed by Andre Sailer
Browse files

Update addVariantParameters.cpp

parent 3f5f32af
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ static long addVariantParameters(Detector& description, int argc, char** argv) {
extension->variantParameters[key] = value;
}
else if (type == "double") {
extension->variantParameters[key] = dd4hep:_toDouble(value);
extension->variantParameters[key] = dd4hep::_toDouble(value);
}
else if (type == "int") {
extension->variantParameters[key] = dd4hep::_toInt(value);
......
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