Subversion Repositories public iLand

Rev

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

Rev 779 Rev 782
Line 387... Line 387...
387
        total_count += item.count;
387
        total_count += item.count;
388
        item.dbh_from = infile.value(row, idbh_from).toDouble();
388
        item.dbh_from = infile.value(row, idbh_from).toDouble();
389
        item.dbh_to = infile.value(row, idbh_to).toDouble();
389
        item.dbh_to = infile.value(row, idbh_to).toDouble();
390
        item.hd = infile.value(row, ihd).toDouble();
390
        item.hd = infile.value(row, ihd).toDouble();
391
        if (item.hd==0. || item.dbh_from / 100. * item.hd < 4.)
391
        if (item.hd==0. || item.dbh_from / 100. * item.hd < 4.)
392
            throw IException(QString("load init file: file '%1' tries to init trees below 4m height. hd=%2, dbh=%3.").arg(fileName).arg(item.hd).arg(item.dbh_from) );
-
 
-
 
392
            qWarning() << QString("load init file: file '%1' tries to init trees below 4m height. hd=%2, dbh=%3.").arg(fileName).arg(item.hd).arg(item.dbh_from) ;
-
 
393
            //throw IException(QString("load init file: file '%1' tries to init trees below 4m height. hd=%2, dbh=%3.").arg(fileName).arg(item.hd).arg(item.dbh_from) );
393
        ok = true;
394
        ok = true;
394
        if (iage>=0)
395
        if (iage>=0)
395
            item.age = infile.value(row, iage).toInt(&ok);
396
            item.age = infile.value(row, iage).toInt(&ok);
396
        if (iage<0 || !ok)
397
        if (iage<0 || !ok)
397
            item.age = 0;
398
            item.age = 0;