From 73bca47833c721976cc32d8df2948584d413a7ff Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 19 Feb 2013 02:40:57 +0000 Subject: Correct grammar in comments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/NewRad/trunk@20 16f5cafb-89ad-4b9f-9d0b-9d7a0a37d03b --- src/extrap.cc | 4 ++-- src/newrad.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/extrap.cc b/src/extrap.cc index d1cda41..8d91472 100644 --- a/src/extrap.cc +++ b/src/extrap.cc @@ -11,8 +11,8 @@ using namespace std; // Adapted from BSSN_MoL's files Init.F -// Erik Schnetter: I assume this code was probably originally written -// by Miguel Alcubierre. +// Erik Schnetter: This code was probably originally written by Miguel +// Alcubierre. static void extrap_kernel (cGH const* restrict const cctkGH, int const* restrict const bmin, diff --git a/src/newrad.cc b/src/newrad.cc index 1cd1632..94f9ccf 100644 --- a/src/newrad.cc +++ b/src/newrad.cc @@ -11,8 +11,8 @@ using namespace std; // Adapted from BSSN_MoL's files NewRad.F and newrad.h -// Erik Schnetter: I assume this code was probably originally written -// by Miguel Alcubierre. +// Erik Schnetter: This code was probably originally written by Miguel +// Alcubierre. static void newrad_kernel (cGH const* restrict const cctkGH, int const* restrict const bmin, -- cgit v1.2.3