summaryrefslogtreecommitdiffstats
path: root/Smoke/report/chapter7.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/report/chapter7.tex')
-rw-r--r--Smoke/report/chapter7.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/report/chapter7.tex b/Smoke/report/chapter7.tex
index 58412e5..5fb859e 100644
--- a/Smoke/report/chapter7.tex
+++ b/Smoke/report/chapter7.tex
@@ -66,7 +66,7 @@ the center. \\
\subsection{Height strips}
When first implementing the height plots a third dimension was simply added when rendering the triangle strips for the smoke visualization. This had as an effect
-that the different rows of each of the triangle strips in the simulation where not connected. In stead of a height plots we implemented height strips. \\
+that the different rows of each of the triangle strips in the simulation where not connected. In stead of a height plots, height strips were implemented. \\
This problem was countered first calculating the height for each vertex and storing it in an array. When rendering a vertex, the correct value is then retrieved
from the array to correctly display the height. \\