Subversion Repositories public iLand

Rev

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

Rev 314 Rev 315
Line 84... Line 84...
84
            }
84
            }
85
            qDebug() << mSpeciesSets.count() << "species sets created.";
85
            qDebug() << mSpeciesSets.count() << "species sets created.";
86
        } else {
86
        } else {
87
            // no species sets specified
87
            // no species sets specified
88
            SpeciesSet *speciesSet = new SpeciesSet();
88
            SpeciesSet *speciesSet = new SpeciesSet();
89
            mSpeciesSets.push_back(speciesSet);
-
 
90
            speciesSet->setup();
89
            speciesSet->setup();
-
 
90
            mSpeciesSets.push_back(speciesSet);
91
            mCurrentSpeciesSet = speciesSet;
91
            mCurrentSpeciesSet = speciesSet;
92
        }
92
        }
93
93
94
        // ******** setup of Climate *******
94
        // ******** setup of Climate *******
95
        if ((index = mKeys.indexOf(climateKey))>-1) {
95
        if ((index = mKeys.indexOf(climateKey))>-1) {