From 5b2d79a0c468e60f75e859c5cd2df1a8a39ef382 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Fri, 27 Jul 2012 21:42:10 -0300 Subject: [PATCH] Remove dependency of PROBLEMS on module SCHEME. --- src/makefile | 2 +- src/problems.F90 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/makefile b/src/makefile index 6c9d115..6d92f25 100644 --- a/src/makefile +++ b/src/makefile @@ -232,7 +232,7 @@ mesh.o : mesh.F90 blocks.o coordinates.o domains.o error.o \ mpitools.o : mpitools.F90 timers.o parameters.o : parameters.F90 mpitools.o problems.o : problems.F90 blocks.o coordinates.o equations.o error.o \ - parameters.o scheme.o variables.o + parameters.o variables.o refinement.o : refinement.F90 blocks.o coordinates.o parameters.o \ scheme.o variables.o scheme.o : scheme.F90 blocks.o coordinates.o interpolations.o \ diff --git a/src/problems.F90 b/src/problems.F90 index 1ef56eb..da2b255 100644 --- a/src/problems.F90 +++ b/src/problems.F90 @@ -69,7 +69,7 @@ module problems ! include external procedures and variables ! - use parameters, only : get_parameter_string + use parameters , only : get_parameter_string ! local variables are not implicit by default ! @@ -104,8 +104,8 @@ module problems ! include external procedures and variables ! - use blocks, only : block_data - use error , only : print_error + use blocks , only : block_data + use error , only : print_error ! local variables are not implicit by default ! @@ -163,9 +163,9 @@ module problems use blocks , only : block_data use coordinates, only : im, jm, km use coordinates, only : ax, ay, az + use equations , only : prim2cons use equations , only : gamma use parameters , only : get_parameter_real - use scheme , only : prim2cons use variables , only : nvr, nqt, idn, ivx, ivy, ivz #ifdef ADI use variables , only : ipr