forked from lijiext/lammps
Merge branch 'add-pair-python' of github.com:akohlmey/lammps into add-pair-python
This commit is contained in:
commit
a6f0d700f1
|
@ -15,6 +15,7 @@
|
|||
Contributing author: Axel Kohlmeyer and Richard Berger (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <Python.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "fix_python.h"
|
||||
|
|
Loading…
Reference in New Issue