Repeated output from ReaxFF (C++ version) during FF parse

Dear LAMMPS developers,

I have noticed a minor issue in the reaxc_ffield.cpp file, in the
Read_Force_Field function. There are various warnings that can be
printed out, but they are not printed on the master process only, so
in a parallel run, they end up being printed multiple times. It seems
that a simple if around each of these will fix it.

Best regards,
Ondrej Marsalek

That is correct. I will include this in the next change to reax/c.

Ray