EVOLUTION: Fix wrong import in update_errors_lmax().
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
60d13dff6c
commit
659449669b
@ -4446,7 +4446,7 @@ module evolution
|
|||||||
use equations , only : nf, errors
|
use equations , only : nf, errors
|
||||||
use helpers , only : print_message
|
use helpers , only : print_message
|
||||||
#ifdef MPI
|
#ifdef MPI
|
||||||
use mpitools , only : reduce_sum
|
use mpitools , only : reduce_maximum
|
||||||
#endif /* MPI */
|
#endif /* MPI */
|
||||||
use workspace , only : resize_workspace, work, work_in_use
|
use workspace , only : resize_workspace, work, work_in_use
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user