Commit bb9ffe2e authored by Christoph Junghans's avatar Christoph Junghans
Browse files

simple.c: fix lammps include

parent 5da96f45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{