Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
665b347c
Commit
665b347c
authored
Oct 24, 2017
by
Antti Soininen
Browse files
Code beautification.
Re #21010
parent
36128de6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Framework/DataHandling/inc/MantidDataHandling/LoadILLReflectometry.h
View file @
665b347c
...
...
@@ -41,7 +41,9 @@ public:
/// Algorithm's version for identification. @see Algorithm::version
int
version
()
const
override
{
return
1
;
}
/// Algorithm's category for search and find. @see Algorithm::category
const
std
::
string
category
()
const
override
{
return
"DataHandling
\\
Nexus;ILL
\\
Reflectometry"
;
}
const
std
::
string
category
()
const
override
{
return
"DataHandling
\\
Nexus;ILL
\\
Reflectometry"
;
}
/// Algorithm's summary. @see Algorithm::summary
const
std
::
string
summary
()
const
override
{
return
"Loads an ILL reflectometry Nexus file (instrument D17 or "
...
...
Framework/DataHandling/inc/MantidDataHandling/LoadILLTOF2.h
View file @
665b347c
...
...
@@ -46,7 +46,9 @@ public:
/// Algorithm's version
int
version
()
const
override
{
return
2
;
}
/// Algorithm's category for identification
const
std
::
string
category
()
const
override
{
return
"DataHandling
\\
Nexus;ILL
\\
Direct"
;
}
const
std
::
string
category
()
const
override
{
return
"DataHandling
\\
Nexus;ILL
\\
Direct"
;
}
/// Returns a confidence value that this algorithm can load a file
int
confidence
(
Kernel
::
NexusDescriptor
&
descriptor
)
const
override
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment