Skip to content

Commit

Permalink
const class why?
Browse files Browse the repository at this point in the history
  • Loading branch information
rraustad committed Sep 1, 2024
1 parent 3c29869 commit 60066bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/WindowManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8842,7 +8842,7 @@ namespace Window {
void initWindowModel(EnergyPlusData &state)
{
const std::string objectName = "WindowsCalculationEngine";
auto &wm = state.dataWindowManager;
auto const &wm = state.dataWindowManager;
wm->inExtWindowModel = CWindowModel::WindowModelFactory(state, objectName);
wm->winOpticalModel = CWindowOpticalModel::WindowOpticalModelFactory(state);
} // InitWindowModel()
Expand Down

0 comments on commit 60066bf

Please sign in to comment.