Remove remaining dependency of BLOCK on CONFIG modules.

- now, the BLOCK module dependends only on ERROR module; all other
   dependencies have been removed;
This commit is contained in:
Grzegorz Kowal 2011-05-05 16:59:51 -03:00
parent f590f85b72
commit dcd58927cc
2 changed files with 2 additions and 3 deletions

View File

@ -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
!

View File

@ -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