Commit 9ffa011
committed
Fix: add in-class default for robust_function_ after removing from init-list
Previously removed robust_function_ from constructor init-list along with
nu_end_ratio_, but robust_function_ had no in-class initializer, leading
to default-initialization of an enum class (indeterminate value). Add
explicit in-class default to WELSCH to preserve correct behavior.1 parent 2b6369d commit 9ffa011
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments