Commit cfafe7f2 authored by Michael Sherman's avatar Michael Sherman
Browse files

Added missing "const".

parent df7f942c
......@@ -67,13 +67,13 @@ public:
/**
* Get the default temperature of the heat bath (in Kelvin).
*/
double getDefaultTemperature() {
double getDefaultTemperature() const {
return defaultTemp;
}
/**
* Get the default collision frequency (in 1/ps).
*/
double getDefaultCollisionFrequency() {
double getDefaultCollisionFrequency() const {
return defaultFreq;
}
/**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment