From 30cdfc0ca20d664df7e699e2676353dfed93a33c Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Fri, 27 Jan 2012 20:31:24 -0500 Subject: [PATCH] removed restart and hdf5 capability for cmfd temporarily --- src/main.F90 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.F90 b/src/main.F90 index 0781027698..cde9f92205 100644 --- a/src/main.F90 +++ b/src/main.F90 @@ -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