Skip to content
Snippets Groups Projects
Commit 971717db authored by John Hill's avatar John Hill
Browse files

Refs #10397 squashing cppcheck warning

parent f4bba382
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ namespace Mantid
std::string name = loader->name();
int version = loader->version();
std::string ext = fileNames[0].substr(fileNames[0].find_last_of("."));
//std::string ext = fileNames[0].substr(fileNames[0].find_last_of("."));
auto ifl = boost::dynamic_pointer_cast<IFileLoader<Kernel::FileDescriptor>>(loader);
auto iflNexus = boost::dynamic_pointer_cast<IFileLoader<Kernel::NexusDescriptor>>(loader);
......
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