Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for incorrect BrewNote calculation, plus small tidy-up of BtHorizontalTabs #790

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

matty0ung
Copy link
Contributor

Fix for #789 is correcting the following line of src/model/BrewNote.cpp:

double BrewNote::projVolIntoBK_l() const { return m_projVolIntoFerm_l; }

to:

double BrewNote::projVolIntoBK_l() const { return m_projVolIntoBK_l; }

The other changes are tidying up BtHorizontalTabs (specifically pulling code out of the header file into a .cpp file and adding some comments). This doesn't change functionality but is part of investigating #787.

@matty0ung matty0ung merged commit 4523a02 into Brewtarget:develop Feb 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant