Fix fallback bug

This commit is contained in:
Magnus Ulimoen 2020-09-04 17:35:30 +02:00
parent 5ce9a84872
commit d1151bbe3f
1 changed files with 1 additions and 1 deletions

View File

@ -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,