Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Oct 3, 2011
1 parent eeeb894 commit 1a1be47
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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 */
Expand Down

0 comments on commit 1a1be47

Please sign in to comment.