Commit 48fe982
Initialize k_v and k_g module-level variables alongside bub_pp counterparts
The bub_pp%k_v and bub_pp%k_g struct fields were initialized to dflt_real
but the corresponding module-level k_v and k_g scalars were not. Fixes
potential uninitialized reads when the thermal bubble model is inactive.
Fixes #1203
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 22304a1 commit 48fe982
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
704 | | - | |
| 703 | + | |
| 704 | + | |
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
| |||
0 commit comments