"vscode:/vscode.git/clone" did not exist on "8d9a656dd3d0e45445f4ebaf7a53aa3ca7584f04"
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:
/**
* Get the temperature at which the system is being maintained, measured in Kelvin.
*/
double getTemperature() {
double getTemperature() const {
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