Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
92766e8a
Commit
92766e8a
authored
May 25, 2011
by
Peter Eastman
Browse files
Added missing const qualifier
parent
2061fbbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/reference/src/SimTKUtilities/RealVec.h
platforms/reference/src/SimTKUtilities/RealVec.h
+1
-1
No files found.
platforms/reference/src/SimTKUtilities/RealVec.h
View file @
92766e8a
...
...
@@ -72,7 +72,7 @@ public:
/**
* Create a Vec3 from a RealVec.
*/
operator
Vec3
()
{
operator
Vec3
()
const
{
return
Vec3
(
data
[
0
],
data
[
1
],
data
[
2
]);
}
RealOpenMM
operator
[](
int
index
)
const
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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