added cmfd execute back in and commented out HDF5 writing -- need to integrate with Paul now

This commit is contained in:
Bryan Herman 2012-01-19 14:31:02 -05:00
parent b873c695d3
commit b0b1612106
2 changed files with 4 additions and 1 deletions

View file

@ -52,7 +52,7 @@ contains
write(108,*) cmfd % dhat
! write cmfd object to hdf5 file
call write_hdf5()
! call write_hdf5()
! solve diffusion equation
call cmfd_solver()

View file

@ -67,6 +67,9 @@ program main
call run_problem()
end if
! run diffusion
call execute_cmfd()
! finalize run
call finalize_run()