Import Geant4 11.0.1 source tree
This commit is contained in:
@@ -16,6 +16,11 @@ committal in the SVN repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
March 2, 2022 I. Hrivnacova (analysis-V10-07-31)
|
||||
- Fix notifying about closing file in G4GenericAnalysisManager;
|
||||
this fixes saving scorers in analysis file in B3 example
|
||||
for the second and further runs.
|
||||
|
||||
November 15, 2021 I. Hrivnacova (analysis-V10-07-30)
|
||||
- Fixed remaining Coverity issues
|
||||
|
||||
|
||||
@@ -259,6 +259,8 @@ G4bool G4GenericFileManager::CloseFiles()
|
||||
result &= fileManager->CloseFiles();
|
||||
}
|
||||
|
||||
fIsOpenFile = false;
|
||||
|
||||
Message(kVL3, "close", "analysis files", "", result);
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user