This commit is contained in:
Axel Kohlmeyer
2022-10-16 16:56:29 -04:00
parent bf8a9d07a7
commit 3a8abecd68
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}
/* ---------------------------------------------------------------------- */