git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9907 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -357,6 +357,9 @@ int FixStoreState::setmask()
|
|||||||
void FixStoreState::init()
|
void FixStoreState::init()
|
||||||
{
|
{
|
||||||
// set indices and check validity of all computes,fixes,variables
|
// set indices and check validity of all computes,fixes,variables
|
||||||
|
// no error check if end_of_step() will not be called
|
||||||
|
|
||||||
|
if (!firstflag && nevery == 0) return;
|
||||||
|
|
||||||
for (int m = 0; m < nvalues; m++) {
|
for (int m = 0; m < nvalues; m++) {
|
||||||
if (which[m] == COMPUTE) {
|
if (which[m] == COMPUTE) {
|
||||||
|
|||||||
Reference in New Issue
Block a user