Fix fallback bug
This commit is contained in:
parent
5ce9a84872
commit
d1151bbe3f
|
@ -388,7 +388,7 @@ impl<UO: UpwindOperator1d> UpwindOperator2d for (&UO, &Upwind4) {
|
|||
([1, _], [1, _]) if prev.len_of(Axis(0)) % SimdT::lanes() == 0 => {
|
||||
diss_simd_col(prev, fut);
|
||||
}
|
||||
([1, _], [1, _]) => diff_op_row(
|
||||
([1, _], [1, _]) => diff_op_col(
|
||||
Upwind4::DISS_BLOCK,
|
||||
Upwind4::DISS_DIAG,
|
||||
super::Symmetry::Symmetric,
|
||||
|
|
Loading…
Reference in New Issue