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

This commit is contained in:
sjplimp
2011-01-04 20:30:03 +00:00
parent 3c17a27034
commit 8d5905c455
5 changed files with 30 additions and 5 deletions

View File

@ -15,6 +15,7 @@
#define LMP_MIN_H
#include "pointers.h"
#include "lmptype.h"
namespace LAMMPS_NS {
@ -70,7 +71,7 @@ class Min : protected Pointers {
class Compute *pe_compute; // compute for potential energy
double ecurrent; // current potential energy
double ndoftotal; // total dof for entire problem
bigint ndoftotal; // total dof for entire problem
int nvec; // local atomic dof = length of xvec
double *xvec; // variables for atomic dof, as 1d vector