Skip to content
Snippets Groups Projects
Commit 776d8783 authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: corrected header comment

parent d71a7857
Branches
Tags
No related merge requests found
......@@ -122,8 +122,8 @@ public:
//- Operation mode enumeration
enum operationMode
{
fixedPower, //!< Fixed heat flux
fixedHeatFlux, //!< Fixed heat flux
fixedPower, //!< Fixed heat power [W]
fixedHeatFlux, //!< Fixed heat flux [W/m2]
fixedHeatTransferCoeff, //!< Fixed heat transfer coefficient
};
......
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