add upwind9h2
This commit is contained in:
@@ -95,5 +95,5 @@ impl InterpolationOperator for Interpolation4 {
|
||||
|
||||
#[test]
|
||||
fn test_inter4() {
|
||||
test_interpolation_operator::<Interpolation4>();
|
||||
test_interpolation_operator(Interpolation4);
|
||||
}
|
||||
|
||||
@@ -78,5 +78,5 @@ impl InterpolationOperator for Interpolation9 {
|
||||
|
||||
#[test]
|
||||
fn test_inter9() {
|
||||
test_interpolation_operator::<Interpolation9>();
|
||||
test_interpolation_operator(Interpolation9);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user