mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-09-04 07:30:43 +02:00
bug:Number of rows changed to Number of Rows in json master file last year
This commit is contained in:
@@ -338,6 +338,9 @@ void RawMasterFile::parse_json(std::istream &is) {
|
||||
if (j.contains("Number of rows") && j["Number of rows"].is_number()) {
|
||||
m_number_of_rows = j["Number of rows"];
|
||||
}
|
||||
if (j.contains("Number of Rows") && j["Number of Rows"].is_number()) {
|
||||
m_number_of_rows = j["Number of Rows"]; // changed at some point
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
// Special treatment of analog flag because of Moench03.
|
||||
|
||||
Reference in New Issue
Block a user