Skip to content
Snippets Groups Projects
Commit c53a7c34 authored by David Goz's avatar David Goz :sleeping:
Browse files

mpi/miscellaneous/cartesian.cpp bugfix

parent 39c018b4
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ int main(int argc, char **argv)
MPI_Comm_size(MPI_COMM_WORLD, &ntasks);
MPI_Comm_rank(MPI_COMM_WORLD, &task);
if (argc < 1)
if (argc <= 1)
{
if (!task)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment