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
5bd70ec3
Commit
5bd70ec3
authored
Jan 21, 2016
by
Lynch, Vickie
Browse files
Refs #14857 clang format 1 line
parent
f09cbba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/MDAlgorithms/src/IntegratePeaksMD2.cpp
View file @
5bd70ec3
...
...
@@ -278,8 +278,8 @@ void IntegratePeaksMD2::integrate(typename MDEventWorkspace<MDE, nd>::sptr ws) {
out
.
open
(
outFile
.
c_str
(),
std
::
ofstream
::
out
);
}
// volume of Background sphere with inner volume subtracted
double
volumeBkg
=
4.0
/
3.0
*
M_PI
*
(
std
::
pow
(
BackgroundOuterRadius
,
3
)
-
std
::
pow
(
BackgroundOuterRadius
,
3
));
double
volumeBkg
=
4.0
/
3.0
*
M_PI
*
(
std
::
pow
(
BackgroundOuterRadius
,
3
)
-
std
::
pow
(
BackgroundOuterRadius
,
3
));
// volume of PeakRadius sphere
double
volumeRadius
=
4.0
/
3.0
*
M_PI
*
std
::
pow
(
PeakRadius
,
3
);
//
...
...
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