lammps.h must include cstdio and mpi.h
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
#ifndef LMP_LAMMPS_H
|
||||
#define LMP_LAMMPS_H
|
||||
|
||||
#include <mpi.h>
|
||||
#include <cstdio>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user