chiark / gitweb /
Merge multiprocessor support; fix up Makefile runes
[moebius2.git] / primer.c
index 70cbcfeda45883205414c05c6b285df43fbb790c..76939a6356b9911dc59e29913603cf8af5ee671b 100644 (file)
--- a/primer.c
+++ b/primer.c
@@ -17,7 +17,7 @@ int main(int argc, const char **argv) {
         X*Y, N, X, Y, D3,
         prec+5,prec);
 
-  FOR_VERTEX(vi) {
+  FOR_VERTEX(vi, INNER) {
     int x= vi & XMASK; /* distance along strip */
     int y= vi >> YSHIFT; /* distance across strip */
     double u= y * 1.0 / (Y-1); /* SGT's u runs 0..1 across the strip */