aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2012-11-14 19:46:29 +0000
committereschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2012-11-14 19:46:29 +0000
commit3d631f0cc13327b1c1903994dd2c37742a786529 (patch)
treee49e570327ce0b2000c435aa7e5075c083804b17
parentdaf2693619c35d5775091aa8fd2911c4cb7f57d5 (diff)
Update comment
git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@74 105869f7-3296-0410-a4ea-f4349344b45a
-rw-r--r--src/vectors-8-QPX.h2
1 files changed, 1 insertions, 1 deletions
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;