summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cGH.h4
1 files changed, 2 insertions, 2 deletions
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 */