bug in fix-spring (6 Jun 2016)

When updating my copy of lammps today from github to version 6 Jun 2016, I found it wouldn’t compile due to two missing “;” in fix_spring.cpp (lines 280 and 286).

if (masstotal2 > 0.0) {
fx2 = fx/masstotal2;
fy2 = fy/masstotal2;
fz2 = fz/masstotal2;
} else fx2 = fy2 = fz2 = 0.0

if (masstotal > 0.0) {
fx /= masstotal;
fy /= masstotal;
fz /= masstotal;
} else fx = fy = fz = 0.0

When updating my copy of lammps today from github to version 6 Jun 2016, I
found it wouldn't compile due to two missing ";" in fix_spring.cpp (lines
280 and 286).

yeah, that one is on me. that was a last minute bugfix for a bugfix. i
already sent the bugfix**3 to steve, but it was too late for getting
it into tonight's svn/git update. it is fixed in the lammps-icms
branch already.

sorry about this,

axel.