From 034f6748fcb86367cf7f64836a4fe2ec8e66b9e9 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 1 Jul 2011 04:09:36 -0400 Subject: [PATCH] Fixed typo in error message in physics module. --- src/physics.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics.f90 b/src/physics.f90 index a2a0c0994..830929f17 100644 --- a/src/physics.f90 +++ b/src/physics.f90 @@ -1024,7 +1024,7 @@ contains ! Check for multiple interpolation regions if (edist % n_interp > 0) then msg = "Multiple interpolation regions not supported while & - &attempting to sampling secondary energy distribution." + &attempting to sample secondary energy distribution." call error(msg) end if