SCM Repository
[diderot] / examples / boids / boids.diderot |
Diff of /examples/boids/boids.diderot
Parent Directory
|
Revision Log
|
Patch
revision 2127, Fri Feb 8 15:40:35 2013 UTC | revision 2128, Fri Feb 8 15:46:55 2013 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | * COPYRIGHT (c) 2012 The Diderot Project (http://diderot-language.cs.uchicago.edu) | * COPYRIGHT (c) 2012 The Diderot Project (http://diderot-language.cs.uchicago.edu) |
9 | * All rights reserved. | * All rights reserved. |
10 | */ | */ |
11 | real{} initVelocities = load("data/velocities.nrrd"); | real{} initVelocities = load("velocities.nrrd"); |
int numBoids = length(initVelocities)/2; | ||
12 | int numBoids = length(initVelocities)/2; | int numBoids = length(initVelocities)/2; |
13 | int strandSize = 2; | int strandSize = 2; |
14 | real query_radius = 50; | real query_radius = 50; |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |