ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/RtraceSimulManager.cpp
(Generate patch)

Comparing ray/src/rt/RtraceSimulManager.cpp (file contents):
Revision 2.1 by greg, Wed Feb 8 17:41:48 2023 UTC vs.
Revision 2.2 by greg, Wed Jul 26 23:27:44 2023 UTC

# Line 30 | Line 30 | RadSimulManager::LoadOctree(const char *octn)
30          return true;
31   }
32  
33 + // How many processors are there?
34 + int
35 + RadSimulManager::GetNCores()
36 + {
37 +        return 1;               // XXX temporary
38 + }
39 +
40   // Set number of computation threads (0 => #cores)
41   int
42   RadSimulManager::SetThreadCount(int nt)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines