v1.0.0-rc.41

This commit is contained in:
2025-06-10 18:14:04 +02:00
parent 72cdbd04a5
commit 41a3e671f4
244 changed files with 3064 additions and 705 deletions
+1 -1
View File
@@ -60,4 +60,4 @@ std::shared_ptr<JFJochReaderDataset> JFJochReader::GetStartMessage() const {
if (!start_message)
throw JFJochException(JFJochExceptionCategory::InputParameterInvalid, "File not loaded");
return start_message;
}
}