[lammps-users] small bug in restart2data.cpp

Hi,
    In Oct27 's version, when I use icc to compile the restart2data.cpp, I
receive the warning:
restart2data.cpp(2285): warning #267: the format string requires additional
arguments
                pair_gb_epsa[i],pair_gb_epsb[i],pair_gb_epsc[i]);

   This complaint seems to be due to that the number of fields in format
string and number of arguments don't match. One is 10 and the other is 9.
    I removed one extra "%g" from format string and it comiles fine. However,
g++ won't complain about this. I choose icc to compile it because I use icc
to build lammps.
    Cheers,

jiwu

Thanks - I'll post a patch.

Steve