SCM Repository
[diderot] / branches / charisee / test / triv.diderot |
View of /branches/charisee/test/triv.diderot
Parent Directory
|
Revision Log
Revision 2840 -
(download)
(annotate)
Tue Nov 25 19:46:43 2014 UTC (5 years ago) by cchiw
File size: 255 byte(s)
Tue Nov 25 19:46:43 2014 UTC (5 years ago) by cchiw
File size: 255 byte(s)
testing
// triv.diderot // strand RayCast () { real t = 0.0; output real x=8;//added output here update { t = t + 0.1; if (t > 20.0) stabilize; } /* render: output maxval */ } initially [ RayCast() | r in 0..199, c in 0..199 ];
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |