Subversion Repositories public iLand

Rev

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

Rev 743 Rev 744
Line 682... Line 682...
682
            }
682
            }
683
        }
683
        }
684
        qSort(pixel_list.begin(), pixel_list.end(), sortInitPixelLessThan);
684
        qSort(pixel_list.begin(), pixel_list.end(), sortInitPixelLessThan);
685
    }
685
    }
686
    if (total_misses>0 || total_tries > total_count) {
686
    if (total_misses>0 || total_tries > total_count) {
687
        qDebug() << "init for stand" << stand_id << "treecount:" << total_count << ", tries:" << total_tries << ", misses:" << total_misses << ", %miss:" << qRound(total_misses*100 / (double)total_count);
-
 
-
 
687
        if (logLevelInfo()) qDebug() << "init for stand" << stand_id << "treecount:" << total_count << ", tries:" << total_tries << ", misses:" << total_misses << ", %miss:" << qRound(total_misses*100 / (double)total_count);
688
    }
688
    }
689
689
690
    int bits, index, pos;
690
    int bits, index, pos;
691
    int c;
691
    int c;
692
    QList<int> trees;
692
    QList<int> trees;