| # | Line 35 | Line 35 | class RadSimulManager { (public) | |
|---|---|---|
| 35 | } | |
| 36 | /// Load octree and prepare renderer | |
| 37 | bool LoadOctree(const char *octn); | |
| 38 | < | /// How many cores are there? |
| 38 | > | /// How many cores are available? |
| 39 | static int GetNCores(); | |
| 40 | /// Set number of computation threads (0 => #cores) | |
| 41 | int SetThreadCount(int nt = 0); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |