File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments