Skip to content

Fix a missing if in FFTOpenPoissonSolver#469

Merged
biddisco merged 2 commits intoIPPL-framework:masterfrom
s-mayani:fix_setting_without_initialization
Feb 18, 2026
Merged

Fix a missing if in FFTOpenPoissonSolver#469
biddisco merged 2 commits intoIPPL-framework:masterfrom
s-mayani:fix_setting_without_initialization

Conversation

@s-mayani
Copy link
Collaborator

There is a setting to 0 of fields which are never initialized with a mesh and a field layout unless the VICO algorithm is set. This could be a potential source of errors. It is fixed by putting this setting to 0 inside an if (so it should only be executed if we are running the VICO algorithm).

…rwise setting to 0 a field which was not initialized
@s-mayani s-mayani requested a review from srikrrish February 17, 2026 18:35
@s-mayani s-mayani self-assigned this Feb 17, 2026
@s-mayani s-mayani added the bug Something isn't working label Feb 17, 2026
@srikrrish srikrrish requested review from srikrrish and removed request for srikrrish February 18, 2026 07:49
@srikrrish srikrrish added this pull request to the merge queue Feb 18, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 18, 2026
@s-mayani s-mayani added this pull request to the merge queue Feb 18, 2026
@biddisco biddisco removed this pull request from the merge queue due to a manual request Feb 18, 2026
@biddisco biddisco added this pull request to the merge queue Feb 18, 2026
Merged via the queue into IPPL-framework:master with commit 42c7bdf Feb 18, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working gitlab-mirror

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments