From d3d99993804f4351751227ba54dcd4c709058425 Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 26 Jun 2013 12:16:05 +0000 Subject: fix comment git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@318 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- src/Boundary.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Boundary.c b/src/Boundary.c index c9dc963..e4be3e2 100644 --- a/src/Boundary.c +++ b/src/Boundary.c @@ -1028,8 +1028,7 @@ void Boundary_ApplyPhysicalBCs(CCTK_ARGUMENTS) widths = NULL; /* avoids a compiler warning */ tables = NULL; /* avoids a compiler warning */ - /* Warning: This function does not consider which GH it is called on, which - will be a bug in Cactus 4.1. */ + /* Warning: This function does not consider which GH it is called on */ /* Step through each requested physical boundary condition */ for (current_bcdata = bcdata_list; -- cgit v1.2.3