removed restart and hdf5 capability for cmfd temporarily

This commit is contained in:
Bryan Herman 2012-01-27 20:31:24 -05:00
parent 4e31b92eb0
commit 30cdfc0ca2

View file

@ -1,7 +1,7 @@
program main
use cmfd_execute, only: execute_cmfd,allocate_cmfd,cmfd_solver
use cmfd_utils, only: read_hdf5
use cmfd_execute, only: execute_cmfd
! use cmfd_utils, only: read_hdf5
use constants
use global
use finalize, only: finalize_run
@ -47,13 +47,13 @@ program main
cmfd_only = .TRUE.
! read in HDF5 file
call read_hdf5()
! call read_hdf5()
! run diffusion
call cmfd_solver()
! call cmfd_solver()
! deallocate arrays
call free_memory()
! call free_memory()
! terminate code
stop