Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1675 - trunk/Engine/Control


Chronological Thread 
  • From: boulos@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1675 - trunk/Engine/Control
  • Date: Tue, 21 Aug 2007 10:47:15 -0600 (MDT)

Author: boulos
Date: Tue Aug 21 10:47:15 2007
New Revision: 1675

Modified:
   trunk/Engine/Control/RTRT.cc
Log:
Removing debugging cerr statement


Modified: trunk/Engine/Control/RTRT.cc
==============================================================================
--- trunk/Engine/Control/RTRT.cc        (original)
+++ trunk/Engine/Control/RTRT.cc        Tue Aug 21 10:47:15 2007
@@ -463,7 +463,7 @@
   MANTA_CHECK_POINTER(scene->getBackground())
   scene->getBackground()->preprocess(context);
 
-  cerr << "About to preprocess the scene (proc " << proc << ")...\n";
+  //cerr << "About to preprocess the scene (proc " << proc << ")...\n";
   MANTA_CHECK_POINTER(scene->getObject())
   scene->getObject()->preprocess(context);
 




  • [Manta] r1675 - trunk/Engine/Control, boulos, 08/21/2007

Archive powered by MHonArc 2.6.16.

Top of page