Index: /branches/eam_branch_20081026/psphot/src/psphotGuessModels.c
===================================================================
--- /branches/eam_branch_20081026/psphot/src/psphotGuessModels.c	(revision 20404)
+++ /branches/eam_branch_20081026/psphot/src/psphotGuessModels.c	(revision 20405)
@@ -33,8 +33,9 @@
     assert (recipe);
 
-    int nThreads = psMetadataLookupS32(&status, config->arguments, "NTHREADS"); // Number of threads
-    if (!status) {
-        nThreads = 0;
-    }
+    // int nThreads = psMetadataLookupS32(&status, config->arguments, "NTHREADS"); // Number of threads
+    // if (!status) {
+    // nThreads = 0;
+    // }
+    int nThreads = 0;
 
     // bit-masks to test for good/bad pixels
