git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7907 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* ----------------------------------------------------------------------
|
||||
/* -*- c++ -*- ----------------------------------------------------------
|
||||
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
|
||||
http://lammps.sandia.gov, Sandia National Laboratories
|
||||
Steve Plimpton, sjplimp@sandia.gov
|
||||
@ -21,6 +21,7 @@ namespace LAMMPS_NS {
|
||||
|
||||
class Bond : protected Pointers {
|
||||
friend class ThrOMP;
|
||||
friend class FixOMP;
|
||||
public:
|
||||
int allocated;
|
||||
int *setflag;
|
||||
@ -42,6 +43,8 @@ class Bond : protected Pointers {
|
||||
virtual double memory_usage();
|
||||
|
||||
protected:
|
||||
int suffix_flag; // suffix compatibility flag
|
||||
|
||||
int evflag;
|
||||
int eflag_either,eflag_global,eflag_atom;
|
||||
int vflag_either,vflag_global,vflag_atom;
|
||||
|
||||
Reference in New Issue
Block a user