308c308
< for (int ctx = 0; ctx < system._numContexts; ++ctx)
---
> for (int ctx = 0; ctx < system.numContexts(); ++ctx)
317c317
< for (int ctx = 0; ctx < system._numContexts; ++ctx)
---
> for (int ctx = 0; ctx < system.numContexts(); ++ctx)
348c348
< for (int ctx = 0; ctx < system._numContexts; ++ctx) {
---
> for (int ctx = 0; ctx < system.numContexts(); ++ctx) {
426c426
< for (int cpu = 0; cpu < system._numContexts; ++cpu) {
---
> for (int cpu = 0; cpu < system.numContexts(); ++cpu) {