Unverified Commit f80c577b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1316 from akohlmey/python-portable-header

Rename python.h to lmppython.h
parents 510641c0 7e1f760b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include "update.h"
#include "respa.h"
#include "error.h"
#include "python.h"
#include "lmppython.h"
#include "python_compat.h"

using namespace LAMMPS_NS;
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#include "force.h"
#include "memory.h"
#include "neigh_list.h"
#include "python.h"
#include "lmppython.h"
#include "error.h"
#include "python_compat.h"

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include "memory.h"
#include "update.h"
#include "neigh_list.h"
#include "python.h"
#include "lmppython.h"
#include "error.h"
#include "python_compat.h"

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
------------------------------------------------------------------------- */

#include <Python.h>
#include "python.h"
#include "lmppython.h"
#include "force.h"
#include "input.h"
#include "variable.h"
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
#include "accelerator_kokkos.h"
#include "accelerator_omp.h"
#include "timer.h"
#include "python.h"
#include "lmppython.h"
#include "version.h"
#include "memory.h"
#include "error.h"
Loading