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
e71079a0
Commit
e71079a0
authored
Dec 13, 2011
by
Campbell, Stuart
Browse files
Fix Compiler Warning. refs #3868 & #4297
parent
7b74dc85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Code/Mantid/Framework/DataObjects/src/PeaksWorkspace.cpp
View file @
e71079a0
...
...
@@ -238,7 +238,7 @@ namespace DataObjects
{
//Number of Peaks
const
in
t
np
(
peaks
.
size
());
const
size_
t
np
(
peaks
.
size
());
// Column vectors for peaks table
std
::
vector
<
int
>
detectorID
(
np
);
...
...
@@ -466,4 +466,4 @@ namespace Mantid
}
// namespace Kernel
}
// namespace Mantid
///\endcond TEMPLATE
\ No newline at end of file
///\endcond TEMPLATE
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