Commit 850a0fb
Fix amrex::Math for Microphysics (#4570)
PR #4520 broke Microphysics's autodiff math. It could be fixed on the
Microphysics side. However, we can fix it on the amrex side and we
should use std::enable_if anyway to limit the data types.
---------
Co-authored-by: Axel Huebl <[email protected]>1 parent 2211077 commit 850a0fb
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
184 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
185 | 193 | | |
186 | 194 | | |
187 | 195 | | |
| |||
0 commit comments