Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Oct 9, 2013
1 parent 257009a commit 53436e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ Unforunately, describing two dimensional stencils (e.g. discretization of
Laplace operator) would not be effective, because stencil width would be too
large. One can solve this problem by using combination of function
`raw_pointer(const vector<T>&)` with a derefence operator (essentially doing
pointer arithmetic inside compute kernel). For the sake of siplicity, the
pointer arithmetic inside compute kernel). For the sake of simplicity, the
example below implements simple 3-point laplace operator for a one-dimensional
vector; but this could be easily extended for a two-dimensional case:
~~~{.cpp}
Expand Down

0 comments on commit 53436e6

Please sign in to comment.