Subversion Repositories public iLand

Rev

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

Rev 808 Rev 835
Line 290... Line 290...
290
        emit bufferLogs(true);
290
        emit bufferLogs(true);
291
        mModel->runYear();
291
        mModel->runYear();
292
        fetchDynamicOutput();
292
        fetchDynamicOutput();
293
    } catch(const IException &e) {
293
    } catch(const IException &e) {
294
        QString error_msg = e.message();
294
        QString error_msg = e.message();
295
#ifdef ILAND_GUI
-
 
296
        Helper::msg(error_msg);
295
        Helper::msg(error_msg);
297
#endif
-
 
298
        qDebug() << error_msg;
296
        qDebug() << error_msg;
299
        err=true;
297
        err=true;
300
    }
298
    }
301
    emit bufferLogs(false);
299
    emit bufferLogs(false);
302
    return err;
300
    return err;