SCM Repository
[diderot] / branches / vis12 / test / tstablize.diderot |
View of /branches/vis12/test/tstablize.diderot
Parent Directory
|
Revision Log
Revision 1685 -
(download)
(annotate)
Sun Jan 22 15:23:36 2012 UTC (7 years, 10 months ago) by jhr
File size: 467 byte(s)
Sun Jan 22 15:23:36 2012 UTC (7 years, 10 months ago) by jhr
File size: 467 byte(s)
Create a branch to implement things that we need for the Vis 2012 paper
// tstabilize.diderot // // tests use of parameters in the methods and stabilize // int imgSize = 200; int maxRow = imgSize - 1; int maxCol = imgSize - 1; // NOTE: the compiler should create a shadow for col, but not for row. strand RayCast (int row, int col) { int r = row; output real maxval = 0.0; update { stabilize; } stabilize { maxval = real(r+col); } } initially [ RayCast(r, c) | r in 0..maxRow, c in 0..maxCol ];
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |