|
From: Gordon K. <kin...@us...> - 2004-05-25 15:30:44
|
Update of /cvsroot/teem/teem/src/nrrd/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24196/test Modified Files: ax.c Log Message: holdover from airRand conversion Index: ax.c =================================================================== RCS file: /cvsroot/teem/teem/src/nrrd/test/ax.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ax.c 12 May 2004 11:09:21 -0000 1.10 --- ax.c 25 May 2004 15:30:27 -0000 1.11 *************** *** 180,184 **** /* and now for random-ness */ ! airSrand(); nrrd->axis[0].center = nrrdCenterNode; nrrd->axis[0].center = nrrdCenterCell; --- 180,184 ---- /* and now for random-ness */ ! airSrand48(airTime()); nrrd->axis[0].center = nrrdCenterNode; nrrd->axis[0].center = nrrdCenterCell; |