Subversion Repositories public iLand

Rev

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

Rev 262 Rev 278
Line 11... Line 11...
11
11
12
// tree outputs
12
// tree outputs
13
#include "treeout.h"
13
#include "treeout.h"
14
#include "standout.h"
14
#include "standout.h"
15
#include "standdeadout.h"
15
#include "standdeadout.h"
-
 
16
#include "managementout.h"
16
#include "dynamicstandout.h"
17
#include "dynamicstandout.h"
17
#include "productionout.h"
18
#include "productionout.h"
18
19
19
20
20
21
Line 25... Line 26...
25
    mOutputs.append(new TreeOut);
26
    mOutputs.append(new TreeOut);
26
    mOutputs.append(new StandOut);
27
    mOutputs.append(new StandOut);
27
    mOutputs.append(new DynamicStandOut);
28
    mOutputs.append(new DynamicStandOut);
28
    mOutputs.append(new ProductionOut);
29
    mOutputs.append(new ProductionOut);
29
    mOutputs.append(new StandDeadOut);
30
    mOutputs.append(new StandDeadOut);
-
 
31
    mOutputs.append(new ManagementOut);
30
32
31
}
33
}
32
34
33
OutputManager::~OutputManager()
35
OutputManager::~OutputManager()
34
{
36
{