| # | 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) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |