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
b9a05fb3
Commit
b9a05fb3
authored
6 years ago
by
Verena Reimund
Browse files
Options
Downloads
Patches
Plain Diff
Clang format & delete added empty line
Refs #22383
parent
54d9da19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Framework/Algorithms/src/RunCombinationHelpers/RunCombinationHelper.cpp
+2
-1
2 additions, 1 deletion
...rithms/src/RunCombinationHelpers/RunCombinationHelper.cpp
Framework/Algorithms/test/RunCombinationHelperTest.h
+0
-1
0 additions, 1 deletion
Framework/Algorithms/test/RunCombinationHelperTest.h
with
2 additions
and
2 deletions
Framework/Algorithms/src/RunCombinationHelpers/RunCombinationHelper.cpp
+
2
−
1
View file @
b9a05fb3
...
...
@@ -21,7 +21,8 @@ using namespace Kernel;
* @param inputs : input workspaces vector [including] group workspaces (all must
* be on ADS)
* @return : the flat vector of the input workspaces
* @throw : std::runtime_error if the input workspaces are neither groups nor MatrixWorkspaces
* @throw : std::runtime_error if the input workspaces are neither groups nor
* MatrixWorkspaces
*/
std
::
vector
<
std
::
string
>
RunCombinationHelper
::
unWrapGroups
(
const
std
::
vector
<
std
::
string
>
&
inputs
)
{
...
...
This diff is collapsed.
Click to expand it.
Framework/Algorithms/test/RunCombinationHelperTest.h
+
0
−
1
View file @
b9a05fb3
...
...
@@ -27,7 +27,6 @@ using namespace Mantid::HistogramData;
using
namespace
Mantid
::
Kernel
;
using
namespace
WorkspaceCreationHelper
;
class
RunCombinationHelperTest
:
public
CxxTest
::
TestSuite
{
public:
// This pair of boilerplate methods prevent the suite being created statically
...
...
This diff is collapsed.
Click to expand it.
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