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

Added declaration of nest derived data type

parent 68ec7626
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
subroutine read_input_file (params,threadinfo,material0,mat,surface,boxes, & subroutine read_input_file (params,threadinfo,material0,mat,surface,boxes, &
sections,cube_faces) sections,cube_faces,nest)
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!(((((((((((((((( Purpose of the routine )))))))))))))))))))))))))))))))))))))) !(((((((((((((((( Purpose of the routine ))))))))))))))))))))))))))))))))))))))
...@@ -131,6 +131,7 @@ type (sheet) surface(params%ns) ...@@ -131,6 +131,7 @@ type (sheet) surface(params%ns)
type (box) boxes(params%nboxes) type (box) boxes(params%nboxes)
type (cross_section) sections(params%nsections) type (cross_section) sections(params%nsections)
type (face),dimension(6) :: cube_faces type (face),dimension(6) :: cube_faces
type (nest_info) :: nest
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
!(((((((((((((((( declaration of the subroutine internal variables ))))))))))))) !(((((((((((((((( declaration of the subroutine internal variables )))))))))))))
......
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