Skip to content
Snippets Groups Projects
Commit f1ec89ff authored by Lennart Huth's avatar Lennart Huth
Browse files

Detector: always specify the coordinates after aligning

parent 6141f0fe
No related branches found
No related tags found
No related merge requests found
......@@ -314,9 +314,7 @@ Configuration Detector::getConfiguration() const {
Configuration config(getName());
config.set("type", m_detectorType);
if(m_detectorCoordinates != "cartesian") {
config.set("coordinates", m_detectorCoordinates);
}
config.set("coordinates", m_detectorCoordinates);
// Store the role of the detector
std::vector<std::string> roles;
......
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