Subversion Repositories public iLand

Rev

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

Rev 129 Rev 135
Line 53... Line 53...
53
    static void resetStatistics();
53
    static void resetStatistics();
54
    static const int statPrints() { return m_statPrint; }
54
    static const int statPrints() { return m_statPrint; }
55
    static const int statCreated() { return m_statCreated; }
55
    static const int statCreated() { return m_statCreated; }
56
56
57
    static float lafactor;
57
    static float lafactor;
-
 
58
-
 
59
    QString dump();
58
60
59
private:
61
private:
60
    // helping functions
62
    // helping functions
61
    void calcBiomassCompartments();
63
    void calcBiomassCompartments();
62
    void partitioning(double npp);
64
    void partitioning(double npp);
Line 83... Line 85...
83
    Species *mSpecies;
85
    Species *mSpecies;
84
    RessourceUnit *mRU;
86
    RessourceUnit *mRU;
85
87
86
    // special functions
88
    // special functions
87
    bool isDebugging() { return mId == mDebugid; }
89
    bool isDebugging() { return mId == mDebugid; }
88
    QString dump();
-
 
-
 
90
89
    void dumpList(DebugList &rTargetList);
91
    void dumpList(DebugList &rTargetList);
90
    // static data
92
    // static data
91
    static FloatGrid *mGrid;
93
    static FloatGrid *mGrid;
92
    static FloatGrid *mHeightGrid;
94
    static FloatGrid *mHeightGrid;
93
    // debugging
95
    // debugging