Skip to content

Commit 54379fc

Browse files
committed
actually remove unintended change
1 parent 7e4bfbe commit 54379fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/DataHandling/src/LoadNexusLogs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ void LoadNexusLogs::execLoader() {
611611
if (workspace->run().hasProperty("proton_charge_by_period")) {
612612
Kernel::PropertyWithValue<bool> *pChargeUnfiltered =
613613
new Kernel::PropertyWithValue<bool>(workspace->run().getProtonChargeUnfilteredName(), 1);
614-
workspace->mutableRun().addProperty(pChargeUnfiltered, 1);
614+
workspace->mutableRun().addProperty(pChargeUnfiltered, true);
615615
}
616616
// Try pulling proton charge from the main proton_charge entry
617617
file.openData("proton_charge");

0 commit comments

Comments
 (0)