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

This commit is contained in:
sjplimp
2013-05-24 13:53:47 +00:00
parent c9247a0f40
commit a508eafb69

View File

@ -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) {