Skip to content

Commit d6a99e7

Browse files
Enable CS2 grid builder in test
1 parent 72351e5 commit d6a99e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/grid/test_cubedsphere_2.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ CASE("cubed_sphere_instantiation") {
3636

3737
CASE("constructor_with_grid") {
3838
auto grid_og = Grid("O32");
39-
// auto grid_cs = Grid("CS-LFR-4-2"); // The grid factory is implemented in the next PR
40-
auto grid_cs = CubedSphereGrid2(4);
39+
auto grid_cs = Grid("CS-LFR-4-2");
4140
EXPECT( CubedSphereGrid2( grid_og ).valid() == false );
4241
EXPECT( bool(CubedSphereGrid2( grid_og )) == false );
4342
EXPECT( CubedSphereGrid2( grid_cs ).valid() == true );

0 commit comments

Comments
 (0)