fix typo
This commit is contained in:
@ -1509,7 +1509,7 @@ void Input::dimension()
|
||||
// must reset default extra_dof of all computes
|
||||
// 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