Commit 098e9c2
committed
Merge branch 'atmosphere/thompson_uninit_mvd_fix' into hotfix-v8.0.2 (PR #1152)
This merge initializes two local variables, mvd_r and mvd_c, in the mp_thompson
routine to avoid the potential use of uninitialized memory.
Note: Identical changes to those included in this merge have separately been
introduced into newer versions of the Thompson microphysics scheme, and so the
changes here can be considered a back-port of these fixes.
This merge closes Issue #1150.1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1593 | 1593 | | |
1594 | 1594 | | |
1595 | 1595 | | |
| 1596 | + | |
| 1597 | + | |
1596 | 1598 | | |
1597 | 1599 | | |
1598 | 1600 | | |
| |||
0 commit comments