|
From: <sv...@va...> - 2008-03-13 17:36:17
|
Author: bart Date: 2008-03-13 17:32:41 +0000 (Thu, 13 Mar 2008) New Revision: 7668 Log: Changed default number of threads from zero into one. Modified: trunk/exp-drd/tests/matinv.c Modified: trunk/exp-drd/tests/matinv.c =================================================================== --- trunk/exp-drd/tests/matinv.c 2008-03-13 17:24:54 UTC (rev 7667) +++ trunk/exp-drd/tests/matinv.c 2008-03-13 17:32:41 UTC (rev 7668) @@ -42,7 +42,7 @@ /* Local variables. */ /********************/ -static int s_nthread; +static int s_nthread = 1; /*************************/ |