We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4bfbe commit 54379fcCopy full SHA for 54379fc
Framework/DataHandling/src/LoadNexusLogs.cpp
@@ -611,7 +611,7 @@ void LoadNexusLogs::execLoader() {
611
if (workspace->run().hasProperty("proton_charge_by_period")) {
612
Kernel::PropertyWithValue<bool> *pChargeUnfiltered =
613
new Kernel::PropertyWithValue<bool>(workspace->run().getProtonChargeUnfilteredName(), 1);
614
- workspace->mutableRun().addProperty(pChargeUnfiltered, 1);
+ workspace->mutableRun().addProperty(pChargeUnfiltered, true);
615
}
616
// Try pulling proton charge from the main proton_charge entry
617
file.openData("proton_charge");
0 commit comments