git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3655 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -11,8 +11,14 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifndef CHANGE_BOX_H
|
||||
#define CHANGE_BOX_H
|
||||
#ifdef COMMAND_CLASS
|
||||
|
||||
CommandStyle(change_box,ChangeBox)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_CHANGE_BOX_H
|
||||
#define LMP_CHANGE_BOX_H
|
||||
|
||||
#include "pointers.h"
|
||||
|
||||
@ -27,3 +33,4 @@ class ChangeBox : protected Pointers {
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user