We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00e925 commit e5dcf97Copy full SHA for e5dcf97
src/tests/interpolation/test_interpolation_cubedsphere.cc
@@ -69,7 +69,7 @@ double dotProd(const Field& a, const Field& b) {
69
return prod;
70
}
71
72
-CASE("temporary const lvalue referene test") {
+CASE("temporary const lvalue reference test") {
73
74
const auto grid = CubedSphereInterpolationFixture{}.sourceGrid_;
75
0 commit comments