Commit d350fb55 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed a method that was incorrectly not marked const

parent 8c63200f
...@@ -91,7 +91,7 @@ public: ...@@ -91,7 +91,7 @@ public:
/** /**
* Get the temperature at which the system is being maintained, measured in Kelvin. * Get the temperature at which the system is being maintained, measured in Kelvin.
*/ */
double getTemperature() { double getTemperature() const {
return temperature; return temperature;
} }
/** /**
......
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