Forgot to update saving buffer size

This commit is contained in:
jtclemm
2020-08-05 18:59:33 -06:00
parent 27fe315db7
commit 6b1191b1c0

View File

@ -280,7 +280,7 @@ int FixStore::pack_restart(int i, double *buf)
return 1;
}
buf[0] = ubuf(nvalues+1).d;
buf[0] = nvalues+1;
if (vecflag) buf[1] = vstore[i];
else
for (int m = 0; m < nvalues; m++)