Remove dependency of PROBLEMS on module SCHEME.
This commit is contained in:
parent
fcac1db487
commit
5b2d79a0c4
@ -232,7 +232,7 @@ mesh.o : mesh.F90 blocks.o coordinates.o domains.o error.o \
|
|||||||
mpitools.o : mpitools.F90 timers.o
|
mpitools.o : mpitools.F90 timers.o
|
||||||
parameters.o : parameters.F90 mpitools.o
|
parameters.o : parameters.F90 mpitools.o
|
||||||
problems.o : problems.F90 blocks.o coordinates.o equations.o error.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 \
|
refinement.o : refinement.F90 blocks.o coordinates.o parameters.o \
|
||||||
scheme.o variables.o
|
scheme.o variables.o
|
||||||
scheme.o : scheme.F90 blocks.o coordinates.o interpolations.o \
|
scheme.o : scheme.F90 blocks.o coordinates.o interpolations.o \
|
||||||
|
@ -69,7 +69,7 @@ module problems
|
|||||||
|
|
||||||
! include external procedures and variables
|
! include external procedures and variables
|
||||||
!
|
!
|
||||||
use parameters, only : get_parameter_string
|
use parameters , only : get_parameter_string
|
||||||
|
|
||||||
! local variables are not implicit by default
|
! local variables are not implicit by default
|
||||||
!
|
!
|
||||||
@ -104,8 +104,8 @@ module problems
|
|||||||
|
|
||||||
! include external procedures and variables
|
! include external procedures and variables
|
||||||
!
|
!
|
||||||
use blocks, only : block_data
|
use blocks , only : block_data
|
||||||
use error , only : print_error
|
use error , only : print_error
|
||||||
|
|
||||||
! local variables are not implicit by default
|
! local variables are not implicit by default
|
||||||
!
|
!
|
||||||
@ -163,9 +163,9 @@ module problems
|
|||||||
use blocks , only : block_data
|
use blocks , only : block_data
|
||||||
use coordinates, only : im, jm, km
|
use coordinates, only : im, jm, km
|
||||||
use coordinates, only : ax, ay, az
|
use coordinates, only : ax, ay, az
|
||||||
|
use equations , only : prim2cons
|
||||||
use equations , only : gamma
|
use equations , only : gamma
|
||||||
use parameters , only : get_parameter_real
|
use parameters , only : get_parameter_real
|
||||||
use scheme , only : prim2cons
|
|
||||||
use variables , only : nvr, nqt, idn, ivx, ivy, ivz
|
use variables , only : nvr, nqt, idn, ivx, ivy, ivz
|
||||||
#ifdef ADI
|
#ifdef ADI
|
||||||
use variables , only : ipr
|
use variables , only : ipr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user