From 135c29034dcc2c136e8e9cd3d8d329db6d6c5178 Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 12 Dec 2011 19:49:35 +0000 Subject: Improve comment explaining cGH->data git-svn-id: http://svn.cactuscode.org/flesh/trunk@4777 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cGH.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/cGH.h b/src/include/cGH.h index 043400d8..e2f62098 100644 --- a/src/include/cGH.h +++ b/src/include/cGH.h @@ -74,8 +74,8 @@ typedef struct _cGH (used to construct names for output files) */ const char *identity; - /* data[var_num][TIMELEVEL][xyz]*/ - /* TIMELEVEL I believe, xyz is linear */ + /* data[variable_index][timelevel][ijk] + (ijk is as calculated e.g. by CCTK_GFINDEX3D) */ void ***data; /* The extension array */ -- cgit v1.2.3