From 76a99e44860593ffeb3970d3dcad44ca181ae34f Mon Sep 17 00:00:00 2001 From: Sterling Harper Date: Mon, 22 Feb 2016 22:13:17 -0500 Subject: [PATCH] Minor fixes for #589 --- src/state_point.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state_point.F90 b/src/state_point.F90 index 82c53c80b8..bb674e2cdc 100644 --- a/src/state_point.F90 +++ b/src/state_point.F90 @@ -747,7 +747,7 @@ contains &file") end if - ! Read tallies to master. If we are using Parallel HDF5, all processors + ! Read tallies to master. If we are using Parallel HDF5, all processes ! need to be included in the HDF5 calls. #ifdef PHDF5 if (.true.) then @@ -777,7 +777,7 @@ contains trim(to_str(tally % id))) call read_dataset(tally_group, "results", tally % results) call read_dataset(tally_group, "n_realizations", & - &tally % n_realizations) + tally % n_realizations) call close_group(tally_group) end do TALLY_RESULTS end if