whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2021-07-15 15:12:04 -04:00
parent a7619b8dae
commit d024dc0e09
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ void AtomVecOxdna::data_atom_post(int ilocal)
/* ---------------------------------------------------------------------- /* ----------------------------------------------------------------------
process bond information as per data file process bond information as per data file
store 5' partner to inform 3'->5' bond directionality store 5' partner to inform 3'->5' bond directionality
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
void AtomVecOxdna::data_bonds_post(int m, int num_bond, tagint atom1, void AtomVecOxdna::data_bonds_post(int m, int num_bond, tagint atom1,

View File

@ -1014,7 +1014,7 @@ void PairOxrna2Stk::coeff(int narg, char **arg)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
void PairOxrna2Stk::init_style() void PairOxrna2Stk::init_style()
{ {
if (!atom->style_match("oxdna")) { if (!atom->style_match("oxdna")) {
error->all(FLERR,"Must use 'atom_style hybrid bond ellipsoid oxdna' with pair style oxdna/stk, oxdna2/stk or oxrna2/stk"); error->all(FLERR,"Must use 'atom_style hybrid bond ellipsoid oxdna' with pair style oxdna/stk, oxdna2/stk or oxrna2/stk");
} }

View File

@ -444,7 +444,7 @@ void AtomVecHybrid::data_atom_post(int ilocal)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
void AtomVecHybrid::data_bonds_post(int m, int num_bond, tagint atom1, void AtomVecHybrid::data_bonds_post(int m, int num_bond, tagint atom1,
tagint atom2, tagint id_offset) tagint atom2, tagint id_offset)
{ {
for (int k = 0; k < nstyles; k++) for (int k = 0; k < nstyles; k++)
styles[k]->data_bonds_post(m, num_bond, atom1, atom2, id_offset); styles[k]->data_bonds_post(m, num_bond, atom1, atom2, id_offset);
} }