Skip to content
Snippets Groups Projects
Commit 3e4e39c7 authored by Jose Borreguero's avatar Jose Borreguero
Browse files

Refs #30887 cling clang


Signed-off-by: default avatarJose Borreguero <borreguero@gmail.com>
parent 4c5ab308
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@
using namespace Mantid::API;
using namespace Mantid::Geometry;
using namespace Mantid::Kernel;
using Mantid::DataObjects::Peak;
using Mantid::DataObjects::PeaksWorkspace;
using Mantid::DataObjects::PeaksWorkspace_sptr;
using Mantid::DataObjects::Peak;
namespace Mantid {
namespace Crystal {
......
......@@ -96,7 +96,7 @@ public:
IPeaksWorkspace_sptr ws_out = alg.getProperty("Workspace");
// Get the peak just added.
auto peak = dynamic_cast<const Peak&>(ws_out->getPeak(0));
auto peak = dynamic_cast<const Peak &>(ws_out->getPeak(0));
/*
Now we check we have made a self - consistent peak
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment