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 COMPUTE_PE_H
|
||||
#define COMPUTE_PE_H
|
||||
#ifdef COMPUTE_CLASS
|
||||
|
||||
ComputeStyle(pe,ComputePE)
|
||||
|
||||
#else
|
||||
|
||||
#ifndef LMP_COMPUTE_PE_H
|
||||
#define LMP_COMPUTE_PE_H
|
||||
|
||||
#include "compute.h"
|
||||
|
||||
@ -32,3 +38,4 @@ class ComputePE : public Compute {
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user