Skip to content
Snippets Groups Projects
Commit d34acb34 authored by Dave Whipp's avatar Dave Whipp
Browse files

Added passing of params

parent c19853c7
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
subroutine define_bc_nest (nnode,kfix,kfixt,x,y,z,u,v,w,temp,vo,nest) subroutine define_bc_nest (nnode,kfix,kfixt,x,y,z,u,v,w,temp,vo,params,nest)
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!(((((((((((((((( Purpose of the routine )))))))))))))))))))))))))))))))))))))) !(((((((((((((((( Purpose of the routine ))))))))))))))))))))))))))))))))))))))
...@@ -41,6 +41,7 @@ double precision :: x(nnode),y(nnode),z(nnode) ...@@ -41,6 +41,7 @@ double precision :: x(nnode),y(nnode),z(nnode)
double precision :: u(nnode),v(nnode),w(nnode) double precision :: u(nnode),v(nnode),w(nnode)
double precision :: temp(nnode) double precision :: temp(nnode)
type (void) vo type (void) vo
type (parameters) params
type (nest_info) nest type (nest_info) nest
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
......
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