From 7c1ecd189aa2c18328bc8a0f7d3fedc5f7a8399c Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 25 Sep 2006 16:43:39 +0100 Subject: [PATCH] checkpoint --- src/edu/berkeley/slipway/AsyncPaperDemo.java | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/edu/berkeley/slipway/AsyncPaperDemo.java b/src/edu/berkeley/slipway/AsyncPaperDemo.java index e289f2a..d41a59f 100644 --- a/src/edu/berkeley/slipway/AsyncPaperDemo.java +++ b/src/edu/berkeley/slipway/AsyncPaperDemo.java @@ -63,7 +63,8 @@ public class AsyncPaperDemo { String fname = "data/size"+sizes+".csv"; if (!new File(fname).exists()) { PrintWriter outfile = new PrintWriter(new OutputStreamWriter(new FileOutputStream(fname))); - for(int i=0; i=0; i--) test(i, rsize, outfile); outfile.flush(); outfile.close(); } @@ -145,8 +146,9 @@ public class AsyncPaperDemo { private void fill(int count, int size) { //topLeft().ylut((count>0 && count0) + topLeft().ylut(0x00); + boolean yes = true; for(int i=0; i0 && count0) { + topLeft().xlut(0xff); + fpslic.flush(); + topLeft().ylut(0xff); + reconfigTopLeftPreserve(false); + } //System.out.println("running."); //try { System.in.read(); } catch (Exception _) { } @@ -209,6 +214,8 @@ public class AsyncPaperDemo { Fpslic.Cell c = topLeft(); fpslic.flush(); if (on) c.ylut(0x00); + //else c.ylut(0xff); + //fpslic.flush(); c.xlut(LUT_Z); fpslic.flush(); c.ylut((LUT_SELF & ~LUT_OTHER) | -- 1.7.10.4