Commit 46469d9
Fix mixed-precision literals in hyper_cleaning psi initialization
Replace `1d-2` (hard double precision) and bare `2.0`/`0.05` (default
real) with `_wp`-suffixed literals so the Gaussian initialization is
consistent with the working precision across single and double builds.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5b7d49c commit 46469d9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
794 | | - | |
| 794 | + | |
795 | 795 | | |
796 | | - | |
| 796 | + | |
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
| |||
0 commit comments