Commit 1a61c23
committed
fix: use num_ib_patches_max_namelist in Python toolchain for patch_ib limit
NIB and the case_validator both now reference num_ib_patches_max_namelist
(50000) instead of num_ib_patches_max (2050000). This constant is the
actual namelist limit; particle beds grow patch_ib beyond it at runtime
but those entries are never specified in the namelist. The fallback values
match the constant, ensuring Homebrew installs (which lack m_constants.fpp)
use the correct limit.1 parent 1bbe86e commit 1a61c23
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
| 607 | + | |
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
1184 | 1184 | | |
1185 | 1185 | | |
1186 | 1186 | | |
1187 | | - | |
1188 | | - | |
1189 | | - | |
| 1187 | + | |
| 1188 | + | |
1190 | 1189 | | |
1191 | 1190 | | |
1192 | 1191 | | |
| |||
0 commit comments