Skip to content
Snippets Groups Projects
Commit a3dbb6f1 authored by Matthias Schmiddunser's avatar Matthias Schmiddunser
Browse files

Remove warnings from define_bc_rot_sub_init

removing superflous variables and function parameters
parent b8e3f826
No related branches found
No related tags found
No related merge requests found
...@@ -830,7 +830,7 @@ case ('input.rot_subduction','rot_subduction') ...@@ -830,7 +830,7 @@ case ('input.rot_subduction','rot_subduction')
call define_bc_rot_subduction (params,osolve,vo,bcdef) call define_bc_rot_subduction (params,osolve,vo,bcdef)
case ('input.rot_sub_init','rot_sub_init') case ('input.rot_sub_init','rot_sub_init')
call define_bc_rot_sub_init (params,osolve,vo,bcdef,nest) call define_bc_rot_sub_init (params,osolve,vo,bcdef)
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
subroutine define_bc_rot_sub_init(params,osolve,vo,bcdef,nest) subroutine define_bc_rot_sub_init(params,osolve,vo,bcdef)
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!(((((((((((((((( Purpose of the routine ))))))))))))))))))))))))))))))))))))) !(((((((((((((((( Purpose of the routine )))))))))))))))))))))))))))))))))))))
...@@ -46,8 +46,7 @@ type (nest_info) nest ...@@ -46,8 +46,7 @@ type (nest_info) nest
integer i,iproc,nproc,ierr,tempcase integer i,iproc,nproc,ierr,tempcase
double precision :: eps,pi,y0,h,rx,wy,vin double precision :: eps,pi,y0,h,rx,wy,vin
double precision :: rmain,zmain,omega,theta,phi,distmain,distrot double precision :: rmain,zmain,omega,theta,distmain,distrot
double precision :: distzonerad,distzoney,distzone,distedge
double precision :: nl_heat,hr,depth,ztemp,shellwidth double precision :: nl_heat,hr,depth,ztemp,shellwidth
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment