JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, I wasn't using nrocks in my timing calculations. doh\!
[vor.git] / shape.h
diff --git a/shape.h b/shape.h
index 01a5708..26b3b63 100644 (file)
--- a/shape.h
+++ b/shape.h
@@ -6,7 +6,7 @@
 
 struct shape {
        int w, h;
-       int mw;
+       int mw; // mask width (number of uint32's)
        uint32_t *mask;
        uint32_t area;
 };