rename python.h to lmppython.h and correspondingly python.cpp to lmppython.cpp

This commit is contained in:
Axel Kohlmeyer
2019-02-04 14:24:53 -05:00
parent d6eaf73db1
commit 7e1f760b72
8 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@
#include "random_mars.h"
#include "math_const.h"
#include "atom_masks.h"
#include "python.h"
#include "lmppython.h"
#include "memory.h"
#include "info.h"
#include "error.h"