From 5a4358b1d56adf2ed188e2151b090fe23339d8c4 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Fri, 10 Feb 2012 08:41:43 -0800 Subject: [PATCH] commented out the master process filter --- src/cmfd_execute.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmfd_execute.F90 b/src/cmfd_execute.F90 index 126fcb5bdc..2fc2e8907b 100644 --- a/src/cmfd_execute.F90 +++ b/src/cmfd_execute.F90 @@ -38,7 +38,7 @@ contains #endif ! only run if master process - if (master) then +! if (master) then ! begin timer call timer_start(time_cmfd) @@ -57,7 +57,7 @@ contains ! write vtk file !if(.not. cmfd_only) call write_cmfd_vtk() - end if +! end if #ifdef PETSC ! finalize slepc