Commit e12577c
Fix moncon_cutoff declared as integer, truncating 1e-8 to 0
moncon_cutoff is assigned 1e-8_wp but declared as integer, so Fortran
silently truncates it to 0. This makes all THINC monotonicity constraint
comparisons always true, completely disabling the constraint.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 84c46e0 commit e12577c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments