-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathELAFish.msl
38 lines (29 loc) · 1.1 KB
/
ELAFish.msl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// -----------------------------------------------------------------------
// HEMMIS - Ghent University, BIOMATH - Université Laval, modelEAU
// Implementation: Hans Vangheluwe, Peter Vanrolleghem, Henk Vanhooren,
// Jurgen Meirlaen,Frederik Decouttere, Youri Amerlinck
// Frederik De Laender, Ludiwine Clouzot.
// Description: MSL-USER/ELAFish
// -----------------------------------------------------------------------
#ifndef ELAFISH
#define ELAFISH
#include "generic.msl"
#include "ELAFish.general.msl"
#include "ELAFish.definitions.msl"
#include "ELAFish.base.msl"
#include "ELAFish.quantity.msl"
#include "ELAFish.base.controllers.msl"
#include "Object LIMITATIONS.msl"
#include "Object DD.msl"
#include "Object PD.msl"
#include "Object SD.msl"
#include "Object NITROGEN.msl"
#include "Object PHOSPHORUS.msl"
#include "Object EXTINCTION.msl"
#include "Object ALGAE.msl"
#include "Object GRAZER.msl"
#include "Object PRED.msl"
#include "Object COLLECTOR.msl"
#include "Object COLLECT_FISH.msl"
#endif
// *****************************