mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
added global object to cmfd utils and modified dependency of file
This commit is contained in:
parent
be6a232352
commit
85056be15e
2 changed files with 13 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
cmfd_utils.o: global.o
|
||||
|
||||
cross_section.o: constants.o
|
||||
cross_section.o: cross_section_header.o
|
||||
cross_section.o: datatypes.o
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
module cmfd_utils
|
||||
|
||||
implicit none
|
||||
use global
|
||||
|
||||
implicit none
|
||||
|
||||
contains
|
||||
|
||||
|
|
@ -39,4 +41,12 @@ contains
|
|||
|
||||
end function get_matrix_idx
|
||||
|
||||
!===============================================================================
|
||||
! PRINT_CMFD is a test routine to check if info from tally is being accessed
|
||||
!===============================================================================
|
||||
|
||||
subroutine print_cmfd()
|
||||
|
||||
end subroutine print_cmfd
|
||||
|
||||
end module cmfd_utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue