Skip to content

Commit 5bf5cb2

Browse files
committed
examples: remove unused import in distributed jacobi
1 parent 0240014 commit 5bf5cb2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • examples/distributed/jacobi3d/source

examples/distributed/jacobi3d/source/grid.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <mpi.h>
1817
#include <stdio.h>
1918
#include <math.h>
2019
#include "grid.hpp"
@@ -910,4 +909,4 @@ void Grid::print(const uint32_t it)
910909
printf("\n");
911910
}
912911
}
913-
}
912+
}

0 commit comments

Comments
 (0)