Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
c15855c6
Commit
c15855c6
authored
4 years ago
by
Peterson, Peter
Browse files
Options
Downloads
Patches
Plain Diff
Put NexusFileLoader into the correct namespace
parent
52b99020
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Framework/API/inc/MantidAPI/NexusFileLoader.h
+1
-1
1 addition, 1 deletion
Framework/API/inc/MantidAPI/NexusFileLoader.h
Framework/API/src/NexusFileLoader.cpp
+1
-1
1 addition, 1 deletion
Framework/API/src/NexusFileLoader.cpp
with
2 additions
and
2 deletions
Framework/API/inc/MantidAPI/NexusFileLoader.h
+
1
−
1
View file @
c15855c6
...
...
@@ -10,7 +10,7 @@
#include
"MantidKernel/NexusHDF5Descriptor.h"
#include
"MantidKernel/System.h"
namespace
Mantid
::
DataHandling
{
namespace
Mantid
::
API
{
class
DLLExport
NexusFileLoader
:
public
API
::
IFileLoader
<
Mantid
::
Kernel
::
NexusHDF5Descriptor
>
{
...
...
This diff is collapsed.
Click to expand it.
Framework/API/src/NexusFileLoader.cpp
+
1
−
1
View file @
c15855c6
...
...
@@ -6,7 +6,7 @@
// SPDX - License - Identifier: GPL - 3.0 +
#include
"MantidAPI/NexusFileLoader.h"
namespace
Mantid
::
DataHandling
{
namespace
Mantid
::
API
{
void
NexusFileLoader
::
exec
()
{
// make sure the descriptor is initialized
if
(
!
m_fileInfo
)
{
...
...
This diff is collapsed.
Click to expand it.
WHITFIELDRE email
@rwp
mentioned in commit
1a10ec3b
·
4 years ago
mentioned in commit
1a10ec3b
mentioned in commit 1a10ec3bf9204f17da9c3d5651bb835aa592bbbe
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment