From 3d631f0cc13327b1c1903994dd2c37742a786529 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 14 Nov 2012 19:46:29 +0000 Subject: Update comment git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@74 105869f7-3296-0410-a4ea-f4349344b45a --- src/vectors-8-QPX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vectors-8-QPX.h b/src/vectors-8-QPX.h index 4d4991f..40f6c18 100644 --- a/src/vectors-8-QPX.h +++ b/src/vectors-8-QPX.h @@ -21,7 +21,7 @@ #define vec8_architecture "QPX" // Vector type corresponding to CCTK_REAL -// TODO: Use a typedef to avoid the "const" issue? Or use a struct? +// We use a struct to avoid the "const" issue // #define CCTK_REAL8_VEC vector4double struct CCTK_REAL8_VEC { vector4double v; -- cgit v1.2.3