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
bda47242
Commit
bda47242
authored
6 years ago
by
Anthony Lim
Browse files
Options
Downloads
Patches
Plain Diff
refs #22464 clang for fixed tests for EstimateMuonAsymm
parent
e46e3ea0
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/test/CalculateMuonAsymmetryTest.h
+0
-1
0 additions, 1 deletion
Framework/Algorithms/test/CalculateMuonAsymmetryTest.h
Framework/WorkflowAlgorithms/src/MuonGroupAsymmetryCalculator.cpp
+1
-1
1 addition, 1 deletion
...k/WorkflowAlgorithms/src/MuonGroupAsymmetryCalculator.cpp
with
1 addition
and
2 deletions
Framework/Algorithms/test/CalculateMuonAsymmetryTest.h
+
0
−
1
View file @
bda47242
...
...
@@ -258,7 +258,6 @@ public:
TS_ASSERT_DELTA
(
fineOutWS
->
e
(
0
)[
1
+
j
*
3
],
coarseOutWS
->
e
(
0
)[
j
],
Delta
);
}
}
};
class
CalculateMuonAsymmetryTestPerformance
:
public
CxxTest
::
TestSuite
{
...
...
This diff is collapsed.
Click to expand it.
Framework/WorkflowAlgorithms/src/MuonGroupAsymmetryCalculator.cpp
+
1
−
1
View file @
bda47242
...
...
@@ -24,7 +24,7 @@ namespace WorkflowAlgorithms {
* @param start is the start time
* @param end is the end time
* @param groupIndex :: [input] Workspace index of the group to analyse
* @param wsName :: the name of the workspace (for normalization table)
* @param wsName :: the name of the workspace (for normalization table)
*/
MuonGroupAsymmetryCalculator
::
MuonGroupAsymmetryCalculator
(
const
Mantid
::
API
::
WorkspaceGroup_sptr
inputWS
,
...
...
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