aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2011-10-02 20:59:46 -0400
committerErik Schnetter <schnetter@gmail.com>2011-10-02 20:59:46 -0400
commit1a1be47c4cc0d4ac516dd7e19498621ab35b1df6 (patch)
treedb7486fb3aca52141a46d92c9245421b3a45895d /Auxiliary/Cactus
parenteeeb8944251606644666d3a925758dd27ca12f69 (diff)
Correct comment
Diffstat (limited to 'Auxiliary/Cactus')
-rw-r--r--Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h
index e97bcef..ace83a0 100644
--- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h
+++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.h
@@ -45,11 +45,11 @@ extern "C" {
#ifdef KRANC_C
/* Grid function access */
- /* var is a pointer to a grid point (an lvalue), i,j,k are offsets
- with respect to that point.
+ /* var is a pointer to a grid point, i,j,k are offsets with respect
+ to that point.
For example: KRANC_GFINDEX3D_OFFSET(&u[ind3d],-1,-1,0) */
#ifndef VECTORISE
- /* standard, no vectorisation */
+ /* standard, thorn Vectors is not used */
/* simple implementation */
/* # define KRANC_GFOFFSET3D(var,i,j,k) ((var)[di*(i)+dj*(j)+dk*(k)]) */
/* more efficient implementation for some compilers */