Skip to content
Snippets Groups Projects
Commit 04c4af3c authored by Jens Georg's avatar Jens Georg
Browse files

Some Missing changes from 258c9437

parent 388390a7
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ namespace ChimeraTK {
if(dynamic_cast<xmlpp::CommentNode const*>(node)) continue;
if(node->get_name() == "property") {
processNode<AutoPropertyDescription>(node, locationName);
processNode(node, locationName);
}
else if(node->get_name() == "import") {
processImportNode(node, locationName);
......@@ -65,7 +65,7 @@ namespace ChimeraTK {
processSpectrumNode(node, locationName);
}
else if(node->get_name() == "D_array") {
processNode<AutoPropertyDescription>(node, locationName);
processNode(node, locationName);
}
else {
throw std::invalid_argument(std::string("Error parsing xml file in location ") + locationName +
......
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