diff --git a/src/blocks.F90 b/src/blocks.F90 index 4f986cf..a4d8473 100644 --- a/src/blocks.F90 +++ b/src/blocks.F90 @@ -143,8 +143,7 @@ module blocks ! subroutine init_blocks() - use config, only : maxlev, ncells - use error , only : print_warning + use error, only : print_warning implicit none ! diff --git a/src/makefile b/src/makefile index f6b931c..4a1458a 100644 --- a/src/makefile +++ b/src/makefile @@ -196,7 +196,7 @@ clean-all: clean-bak clean-data clean-exec clean-logs clean-modules \ #------------------------------------------------------------------------------- -blocks.o : blocks.F90 config.o error.o +blocks.o : blocks.F90 error.o boundaries.o : boundaries.F90 blocks.o config.o error.o interpolation.o \ mpitools.o variables.o timer.o config.o : config.F90 error.o