Skip to content

Commit 7abab6e

Browse files
committed
Fixed typo
1 parent eff5584 commit 7abab6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/interpolation/test_interpolation_spherical_vector.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct InterpSchemeFixtures {
132132
static const auto cubedsphereBilinear = option::type("cubedsphere-bilinear") | Config("adjoint", true);
133133
static const auto sphericalMeanValue = option::type("spherical-mean-value") | Config("normalisation", false);
134134
static const auto sphericalMeanValueNormalised =
135-
option::type("spherical-mean-value-normalised") | Config("normalisation", true);
135+
option::type("spherical-mean-value") | Config("normalisation", true);
136136
static const auto finiteElement = option::type("finite-element") | Config("adjoint", true);
137137
static const auto structuredLinear =
138138
option::type("structured-bilinear") | option::halo(1) | Config("adjoint", true);

0 commit comments

Comments
 (0)