Update BasicSolver/2D-mpi/src/comm-v1.c

This commit is contained in:
Jan Eitzinger 2024-09-10 10:54:30 +02:00
parent d81313f293
commit be3db085af

View File

@ -4,6 +4,7 @@
* Use of this source code is governed by a MIT style * Use of this source code is governed by a MIT style
* license that can be found in the LICENSE file. * license that can be found in the LICENSE file.
*/ */
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "comm.h" #include "comm.h"