summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-09 10:16:09 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-09 10:16:09 (GMT)
commit95276812f04f5bf47d4c69da8bafed5563ff082b (patch)
treecc26056f5017856e4368ef3c34a741645ea391a1 /Smoke/fluids.c
parentd2dfa01936d3d6e2a9ce7213ab4471e03b6a62e3 (diff)
download2iv35-95276812f04f5bf47d4c69da8bafed5563ff082b.zip
2iv35-95276812f04f5bf47d4c69da8bafed5563ff082b.tar.gz
2iv35-95276812f04f5bf47d4c69da8bafed5563ff082b.tar.bz2
smoke!
Diffstat (limited to 'Smoke/fluids.c')
-rw-r--r--Smoke/fluids.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Smoke/fluids.c b/Smoke/fluids.c
index 2113357..21bb554 100644
--- a/Smoke/fluids.c
+++ b/Smoke/fluids.c
@@ -399,10 +399,10 @@ void populate_arrays(struct vis_data_arrays *vis_data)
vis_data->height[idx] = calculate_height_plot(heightplots_get_dataset(), idx);
vis_data->normals[idx] = calculate_normal_vector(vis_data->height, idx, i, j);
-// if (normal_array[idx].x != vis_data->normals[idx].x) {
- // printf("n: %lf; old: %lf\n",
- // vis_data->normals[idx].x, normal_array[idx].x);
- //}
+// if (normal_array[idx].z != vis_data->normals[idx].z) {
+// printf("n: %lf; old: %lf\n",
+// vis_data->normals[idx].z, normal_array[idx].z);
+// }
}
}
}