EVOLUTION: Fix wrong import in update_errors_lmax().

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2023-12-28 11:52:22 -03:00
parent 60d13dff6c
commit 659449669b

View File

@ -4446,7 +4446,7 @@ module evolution
use equations , only : nf, errors
use helpers , only : print_message
#ifdef MPI
use mpitools , only : reduce_sum
use mpitools , only : reduce_maximum
#endif /* MPI */
use workspace , only : resize_workspace, work, work_in_use