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

Remove leftover ifdef statements to fix stirring bug #449

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

ttricco
Copy link
Contributor

@ttricco ttricco commented Jul 6, 2023

Type of PR:
Bug fix

Description:
Turbulent stirring had the ifdef STIR_FROM_FILE removed in commit 7c86f4e. One set of ifdef statements were missed. This would cause the turbulent stirring to try to not stir from file. Now all STIR_FROM_FILE ifdef statements are removed, instead using the logical parameter.

Testing:
Before and after test on SETUP=turb. Previously would error the first time the code tried to force.

Did you run the bots? N/A

Did you update relevant documentation in the docs directory? N/A

@danieljprice danieljprice merged commit 8d91ab0 into danieljprice:master Jul 6, 2023
@danieljprice
Copy link
Owner

thanks Terry, we really should have a test that picks up this kind of thing...

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.

2 participants