SCM Repository
[diderot] / branches / vis12 / test / bug0.diderot |
View of /branches/vis12/test/bug0.diderot
Parent Directory
|
Revision Log
Revision 1859 -
(download)
(annotate)
Fri Apr 20 20:15:10 2012 UTC (8 years, 9 months ago) by jhr
File size: 368 byte(s)
Fri Apr 20 20:15:10 2012 UTC (8 years, 9 months ago) by jhr
File size: 368 byte(s)
update with comments
// Compile with the --exec option. // The executable produced doesn't produce any output. // // Not a bug; output is named t.nrrd [jhr; 2012-04-20] real p = 2.5; strand R (int i, int j, int k) { output vec3 t = [p * real(i), p * real(j), p * real(k)]; update { stabilize; } } initially [ R(i, j, k) | i in 0..60, j in 0..60 , k in 0..60];
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |