basic feature complete version of lj melt example with python interaction function

This commit is contained in:
Axel Kohlmeyer
2017-05-15 00:15:41 -04:00
parent f484ab6dfb
commit 6e113c1eaf
2 changed files with 133 additions and 18 deletions

View File

@ -45,6 +45,7 @@ class PairPython : public Pair {
protected:
double cut_global;
void * py_potential;
virtual void allocate();
};