Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1498 - trunk/Interface


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1498 - trunk/Interface
  • Date: Wed, 18 Jul 2007 16:59:19 -0600 (MDT)

Author: bigler
Date: Wed Jul 18 16:59:19 2007
New Revision: 1498

Modified:
   trunk/Interface/RandomNumberGenerator.cc
Log:
Interface/RandomNumberGenerator.cc

  Fix for non sse build.


Modified: trunk/Interface/RandomNumberGenerator.cc
==============================================================================
--- trunk/Interface/RandomNumberGenerator.cc    (original)
+++ trunk/Interface/RandomNumberGenerator.cc    Wed Jul 18 16:59:19 2007
@@ -38,7 +38,7 @@
 #endif
     }
 #else
-    for (int i = 0; i < Packet::MaxSize; i++) {
+    for (int i = 0; i < Packet<float>::MaxSize; i++) {
       results.set(i, nextFloat());
     }
 #endif




  • [MANTA] r1498 - trunk/Interface, bigler, 07/18/2007

Archive powered by MHonArc 2.6.16.

Top of page