diff --git a/Framework/Muon/src/MuonPairingAsymmetry.cpp b/Framework/Muon/src/MuonPairingAsymmetry.cpp index d098bbd8560fdc2bfaef6dc6e521bc58dc001ac4..5f61ed9debc27ac1be68c57a6bf629aa661dbf7a 100644 --- a/Framework/Muon/src/MuonPairingAsymmetry.cpp +++ b/Framework/Muon/src/MuonPairingAsymmetry.cpp @@ -119,7 +119,8 @@ void MuonPairingAsymmetry::init() { // declareProperty(Mantid::Kernel::make_unique<WorkspaceProperty<Workspace>>( // "OutputWorkspace", emptyString, Direction::Output), - // "The workspace which will hold the results of the asymmetry " + // "The workspace which will hold the results of the asymmetry + // " // "calculation."); declareProperty("PairName", emptyString, @@ -286,9 +287,7 @@ void MuonPairingAsymmetry::validateGroupsWorkspaces( } } -bool MuonPairingAsymmetry::checkGroups(){ - return false; -} +bool MuonPairingAsymmetry::checkGroups() { return false; } void MuonPairingAsymmetry::exec() { @@ -303,8 +302,9 @@ void MuonPairingAsymmetry::exec() { // outWS = boost::dynamic_pointer_cast<MatrixWorkspace>(outWS); setPairAsymmetrySampleLogs(outWS); - if(!outWS->isGroup()){ - setProperty("OutputWorkspace", outWS);} + if (!outWS->isGroup()) { + setProperty("OutputWorkspace", outWS); + } } MatrixWorkspace_sptr MuonPairingAsymmetry::execGroupWorkspaceInput() { diff --git a/Framework/Muon/test/MuonPairingAsymmetryTest.h b/Framework/Muon/test/MuonPairingAsymmetryTest.h index b4a624895d9ed8d91745c81bdf2e8ae52b6c7c43..5f3867485d6b7f28693208260efc7e8330edf3e6 100644 --- a/Framework/Muon/test/MuonPairingAsymmetryTest.h +++ b/Framework/Muon/test/MuonPairingAsymmetryTest.h @@ -399,9 +399,11 @@ public: TS_ASSERT_DELTA(wsOut->readE(0)[9], 0.19818, 0.0001); } - // // -------------------------------------------------------------------------- + // // + // -------------------------------------------------------------------------- // // Correct Output : Multi Period - // // -------------------------------------------------------------------------- + // // + // -------------------------------------------------------------------------- void test_that_multi_period_data_combines_detectors_correctly_for_manually_specified_detectors_and_summed_periods() {