Subversion Repositories public iLand

Rev

Rev 1068 | Rev 1085 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1068 Rev 1071
Line 365... Line 365...
365
365
366
        // setup the helper that does the multithreading
366
        // setup the helper that does the multithreading
367
        threadRunner.setup(valid_rus);
367
        threadRunner.setup(valid_rus);
368
        threadRunner.setMultithreading(GlobalSettings::instance()->settings().valueBool("system.settings.multithreading"));
368
        threadRunner.setMultithreading(GlobalSettings::instance()->settings().valueBool("system.settings.multithreading"));
369
        threadRunner.print();
369
        threadRunner.print();
-
 
370
370
371
371
    } else  {
372
    } else  {
372
        throw IException("resourceUnitsAsGrid MUST be set to true - at least currently :)");
373
        throw IException("resourceUnitsAsGrid MUST be set to true - at least currently :)");
373
    }
374
    }
374
    mSetup = true;
375
    mSetup = true;