changed declaration order to allow windows compilation

git-svn-id: https://flam3.googlecode.com/svn/trunk@20 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase 2010-09-28 02:44:48 +00:00 committed by Scott Draves
parent 43a5ee89c5
commit f75030e290

View File

@ -259,10 +259,10 @@ static void iter_thread(void *fth) {
int SBS = ficp->spec->sub_batch_size;
int fuse;
fuse = (ficp->spec->earlyclip) ? FUSE_28 : FUSE_27;
double eta = 0.0;
fuse = (ficp->spec->earlyclip) ? FUSE_28 : FUSE_27;
pauset.tv_sec = 0;
pauset.tv_nsec = 100000000;