aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-09 19:03:27 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-09 19:03:27 +0200
commitb3caf109cd564cb63a4f4248c348a7d81df91844 (patch)
tree5b15078e15df089a4abdbf2739daf4149675a9b7
parenta1a049f9e903c0c73bb474a71573fb026bdc6e3e (diff)
Interface.m: Remove wrong comment
-rw-r--r--Tools/CodeGen/Interface.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/Tools/CodeGen/Interface.m b/Tools/CodeGen/Interface.m
index 6bd36cf..c30381a 100644
--- a/Tools/CodeGen/Interface.m
+++ b/Tools/CodeGen/Interface.m
@@ -145,11 +145,6 @@ CreateKrancInterface[nonevolvedGroups_, evolvedGroups_, rhsGroups_,
ArgString -> "CCTK_POINTER_TO_CONST IN cctkGH"
};
-
- (* For each group declared in this thorn, we need an entry in the
- interface file. Each evolved group needs an associated rhs
- group, but these are constructed at a higher level and are
- listed in the nonevolved groups. *)
nonevolvedGroupStructures =
Map[nonevolvedGroupInterfaceStructure[groupFromName[#, groups]] &,
nonevolvedGroups];