simple.c: fix lammps include

This commit is contained in:
Christoph Junghans 2020-04-06 14:15:47 -06:00
parent 5da96f4574
commit bb9ffe2edc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include "stdlib.h"
#include "string.h"
#include "mpi.h"
#include "library.h" /* this is a LAMMPS include file */
#include "lammps/library.h" /* this is a LAMMPS include file */
int main(int narg, char **arg)
{