bug:Number of rows changed to Number of Rows in json master file last year
Build on RHEL9 / build (push) Successful in 2m46s
Build on RHEL8 / build (push) Successful in 3m10s
Run tests using data on local RHEL8 / build (push) Successful in 4m3s

This commit is contained in:
2026-09-02 23:22:54 +02:00
parent c6ad139897
commit 88842e15cf
+3
View File
@@ -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.