We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce00cc3 + de9c216 commit 979fac1Copy full SHA for 979fac1
1 file changed
src/tests/blueprint/t_blueprint_mpi_mesh_polytopal.cpp
@@ -252,7 +252,7 @@ void test_polytopal_create_fine_domain_2d(Node& domain)
252
xcoords.push_back(1.625);
253
xcoords.push_back(1.75);
254
xcoords.push_back(1.875);
255
- xcoords.push_back(1.0);
+ xcoords.push_back(2.0);
256
}
257
std::vector<double> ycoords;
258
double yval = 0.0;
@@ -351,7 +351,7 @@ void test_polytopal_create_fine_domain_3d(Node& domain)
351
352
353
354
355
356
357
0 commit comments