git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7907 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-03-05 15:31:20 +00:00
parent 932f85ff2e
commit 61c4fa6ee0
84 changed files with 510 additions and 177 deletions

View File

@ -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;