Skip to content

Commit

Permalink
Tests: Make constraints test smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
mirenradia committed May 24, 2024
1 parent 46a45b4 commit 9bbc7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ConstraintTest/ConstraintTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int main()
{
// std::cout << "#threads = " << omp_get_max_threads() << std::endl;

const int N_GRID = 32;
const int N_GRID = 16;
Box box(IntVect(0, 0, 0), IntVect(N_GRID - 1, N_GRID - 1, N_GRID - 1));
Box ghosted_box(IntVect(-3, -3, -3),
IntVect(N_GRID + 2, N_GRID + 2, N_GRID + 2));
Expand Down

0 comments on commit 9bbc7f8

Please sign in to comment.