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
cfafe7f2
"serialization/tests/TestSerializeRGForce.cpp" did not exist on "ede48b85dc905d36a0314b7fcaf2c95b6d78635e"
Commit
cfafe7f2
authored
Jul 01, 2009
by
Michael Sherman
Browse files
Added missing "const".
parent
df7f942c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openmmapi/include/openmm/AndersenThermostat.h
openmmapi/include/openmm/AndersenThermostat.h
+2
-2
No files found.
openmmapi/include/openmm/AndersenThermostat.h
View file @
cfafe7f2
...
@@ -67,13 +67,13 @@ public:
...
@@ -67,13 +67,13 @@ public:
/**
/**
* Get the default temperature of the heat bath (in Kelvin).
* Get the default temperature of the heat bath (in Kelvin).
*/
*/
double
getDefaultTemperature
()
{
double
getDefaultTemperature
()
const
{
return
defaultTemp
;
return
defaultTemp
;
}
}
/**
/**
* Get the default collision frequency (in 1/ps).
* Get the default collision frequency (in 1/ps).
*/
*/
double
getDefaultCollisionFrequency
()
{
double
getDefaultCollisionFrequency
()
const
{
return
defaultFreq
;
return
defaultFreq
;
}
}
/**
/**
...
...
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