Subversion Repositories public iLand

Rev

Rev 1157 | Rev 1162 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1157 Rev 1159
Line 44... Line 44...
44
    trees and distributes the trees on the landscape (on the ResoureceUnit or on a stand defined by a grid).
44
    trees and distributes the trees on the landscape (on the ResoureceUnit or on a stand defined by a grid).
45

45

46
    See http://iland.boku.ac.at/initialize+trees
46
    See http://iland.boku.ac.at/initialize+trees
47
  */
47
  */
48
// provide a mapping between "Picus"-style and "iLand"-style species Ids
48
// provide a mapping between "Picus"-style and "iLand"-style species Ids
49
QVector<int> picusSpeciesIds = QVector<int>() << 0 << 1 << 17;
49
static QVector<int> picusSpeciesIds = QVector<int>() << 0 << 1 << 17;
50
QStringList iLandSpeciesIds = QStringList() << "piab" << "piab" << "fasy";
50
static QStringList iLandSpeciesIds = QStringList() << "piab" << "piab" << "fasy";
51
51
52
StandLoader::~StandLoader()
52
StandLoader::~StandLoader()
53
{
53
{
54
    if (mRandom)
54
    if (mRandom)
55
        delete mRandom;
55
        delete mRandom;