Skip to content

Commit

Permalink
fix grid rank to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter9192 committed Nov 5, 2023
1 parent add99b2 commit 96e1c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sfincs_bmi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ int SfincsBmi::GetGridRank(const int grid)
{
int rank;
get_grid_rank(&rank);
return rank;
return 1;
}
int SfincsBmi::GetGridSize(const int grid)
{
Expand Down

0 comments on commit 96e1c51

Please sign in to comment.