aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@6a38eb6e-646e-4a02-a296-d141613ad6c4>2013-06-26 12:16:05 +0000
committerknarf <knarf@6a38eb6e-646e-4a02-a296-d141613ad6c4>2013-06-26 12:16:05 +0000
commitd3d99993804f4351751227ba54dcd4c709058425 (patch)
treefc9eabbb3c7a1cd8038ec488f318649e26362808
parent932074d09d9bb230869f4b4246f1cd2933f7c433 (diff)
fix comment
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@318 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--src/Boundary.c3
1 files changed, 1 insertions, 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;