diff options
Diffstat (limited to 'html/en')
-rw-r--r-- | html/en/rep_guide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/en/rep_guide.html b/html/en/rep_guide.html index 144c11f..5c70790 100644 --- a/html/en/rep_guide.html +++ b/html/en/rep_guide.html @@ -35,9 +35,9 @@ void* buffer = malloc(size);</pre> <pre>float value; if (is_packed) -value = idata[y*width*depth + x*depth + d] + value = idata[y*width*depth + x*depth + d] else -value = idata[d*width*height + y*width + x]</pre> + value = idata[d*width*height + y*width + x]</pre> </div> <div align="left"> |