Corrected text in warning message

This commit is contained in:
Oliver Henrich
2021-07-19 11:27:08 +01:00
parent 2881f95d7a
commit cf85fba37c

View File

@ -50,7 +50,7 @@ AtomVecOxdna::AtomVecOxdna(LAMMPS *lmp) : AtomVec(lmp)
setup_fields();
if(!force->newton_bond) {
error->warning(FLERR,"Write_data command requires newton_bond on to preserve 3'->5' bond polarity");
error->warning(FLERR,"Write_data command requires newton on to preserve 3'->5' bond polarity");
}
}