fix_bond_break.cpp in parallel

Dear all,

I thought fix_bond/break cannot be used in parallel calculation because of the following reason.
Could you teach me whether my understanding is correct or not?

Thank you in advance for your comments.

The special arrays are grown to nmax length. And fix bond break defines a forward communication of the 1-2 special arrays (to the ghosts). So the special lists are indeed available for ghosts.

Tim