Creating the loop.setup file
for(p=pl;p<pu;p+=pi) {
for(s=sl;s<su;s++) {
...
sprintf(string,"@begin\nrandomSeed %d\n%s %f\n@end\n",s,n,p);
outFile=[OutFile create: self withName: "loop.setup"];
[outFile putString: string];
[outFile drop];
...
}
}
1
2
Previous slide
Next slide
Back to first slide
View graphic version