fix typo
This commit is contained in:
@ -2470,7 +2470,7 @@ void Atom::setup_sort_bins()
|
|||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
register a callback to a fix so it can manage atom-based arrays
|
register a callback to a fix so it can manage atom-based arrays
|
||||||
happens when fix is created
|
happens when fix is created
|
||||||
flag = 0 for grow, 1 for restart, 2 for border comm
|
flag = Atom::GROW for grow, Atom::RESTART for restart, Atom::BORDER for border comm
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
void Atom::add_callback(int flag)
|
void Atom::add_callback(int flag)
|
||||||
|
|||||||
@ -1509,7 +1509,7 @@ void Input::dimension()
|
|||||||
// must reset default extra_dof of all computes
|
// must reset default extra_dof of all computes
|
||||||
// since some were created before dimension command is encountered
|
// since some were created before dimension command is encountered
|
||||||
|
|
||||||
for (auto &c : modify->compute_list()) c->reset_extra_dof();
|
for (auto &c : modify->get_compute_list()) c->reset_extra_dof();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user