whitespace
This commit is contained in:
@ -176,7 +176,7 @@ void BondHarmonicRestrain::init_style()
|
||||
|
||||
// after a restart, natoms is set but initial is a null pointer.
|
||||
// we add the fix, but do not initialize it. It will pull the data from the restart.
|
||||
|
||||
|
||||
if (!initial) {
|
||||
initial = dynamic_cast<FixStorePeratom *>(
|
||||
modify->add_fix("BOND_RESTRAIN_X0 all STORE/PERATOM 3 0 1 1"));
|
||||
|
||||
@ -54,7 +54,7 @@ class FixStorePeratom : public Fix {
|
||||
int tensorflag; // 1 if a 3d array (array per atom)
|
||||
int ghostflag; // 0/1 to communicate values with ghost atoms
|
||||
int restartflag; // 0/1 to store values in restart files
|
||||
|
||||
|
||||
int n1, n2; // size of 3d dims of per-atom data struct
|
||||
int nvalues; // number of per-atom values
|
||||
int nbytes; // number of per-atom bytes
|
||||
|
||||
Reference in New Issue
Block a user