ALMaSS Rabbit ODdox
1.1
The rabbit model description following ODdox protocol
ls.h
Go to the documentation of this file.
1
/*
2
*******************************************************************************************************
3
Copyright (c) 2011, Christopher John Topping, University of Aarhus
4
All rights reserved.
5
6
Redistribution and use in source and binary forms, with or without modification, are permitted provided
7
that the following conditions are met:
8
9
Redistributions of source code must retain the above copyright notice, this list of conditions and the
10
following disclaimer.
11
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
12
the following disclaimer in the documentation and/or other materials provided with the distribution.
13
14
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
15
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
16
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
17
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
18
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
19
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
21
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22
********************************************************************************************************
23
*/
24
//
25
// ls.h
26
//
27
28
29
#ifndef LS_H
30
#define LS_H
31
32
#include <array>
33
#include <string.h>
34
#include <stdio.h>
35
#include <stdlib.h>
36
#include <math.h>
37
using namespace
std;
38
#include "../BatchALMaSS/ALMaSS_Setup.h"
39
#include "../ALMaSSDefines.h"
40
#include "../Landscape/configurator.h"
41
#include "../BatchALMaSS/BoostRandomGenerators.h"
42
extern
boost::variate_generator<base_generator_type&, boost::uniform_real<> >
g_rand_uni
;
43
#include "../RodenticideModelling/Rodenticide.h"
44
#include "../Landscape/maperrormsg.h"
45
#include "../Landscape/rastermap.h"
46
#include "../Landscape/treatment.h"
47
#include "../Landscape/plants.h"
48
#include "../Landscape/elements.h"
49
#include "../Landscape/croprotation.h"
50
#include "../Landscape/lowqueue.h"
51
#include "../Landscape/treatment.h"
52
#include "../Landscape/farm.h"
53
#include "../Landscape/calendar.h"
54
#include "../Landscape/weather.h"
55
#include "../Landscape/tole_declaration.h"
56
#include "../Landscape/tov_declaration.h"
57
#include "../BatchALMaSS/CurveClasses.h"
58
#include "../Landscape/landscape.h"
59
#include "../Landscape/pesticide.h"
60
#include "../Landscape/Misc.h"
61
62
63
#endif
g_rand_uni
boost::variate_generator< base_generator_type &, boost::uniform_real<> > g_rand_uni
ALMaSS_all
Landscape
ls.h
Generated on Tue Oct 1 2019 13:02:52 for ALMaSS Rabbit ODdox by
1.8.16