|
From: <kin...@us...> - 2004-02-26 06:53:07
|
Update of /cvsroot/teem/teem/src/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16530/bin Modified Files: miter.c Log Message: fixed stupid warning message about "cant use 1 threads; only using 1" Index: miter.c =================================================================== RCS file: /cvsroot/teem/teem/src/bin/miter.c,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** miter.c 26 Feb 2004 06:26:49 -0000 1.23 --- miter.c 26 Feb 2004 06:45:23 -0000 1.24 *************** *** 151,155 **** muu->hctx->renderEnd = (hooverRenderEnd_t *)miteRenderEnd; ! if (!airThreadCapable) { fprintf(stderr, "%s: This teem not compiled with " "multi-threading support.\n", me); --- 151,155 ---- muu->hctx->renderEnd = (hooverRenderEnd_t *)miteRenderEnd; ! if (!airThreadCapable && 1 != muu->hctx->numThreads) { fprintf(stderr, "%s: This teem not compiled with " "multi-threading support.\n", me); |