FFSM++ 1.1.0
French Forest Sector Model ++
Loading...
Searching...
No Matches
CommonLib.h
Go to the documentation of this file.
1/***************************************************************************
2 * Copyright (C) 2015 by Laboratoire d'Economie Forestière *
3 * http://ffsm-project.org *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 3 of the License, or *
8 * (at your option) any later version, given the compliance with the *
9 * exceptions listed in the file COPYING that is distribued together *
10 * with this file. *
11 * *
12 * This program is distributed in the hope that it will be useful, *
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15 * GNU General Public License for more details. *
16 * *
17 * You should have received a copy of the GNU General Public License *
18 * along with this program; if not, write to the *
19 * Free Software Foundation, Inc., *
20 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
21 ***************************************************************************/
22#ifndef COMMONLIB_H
23#define COMMONLIB_H
24
25// Core C++ headers
26#include <string>
27#include <vector>
28#include <map>
29#include <stdexcept>
30#include <iostream>
31#include <sstream>
32#include <time.h>
33
34// regmas headers...
35
36
37/**
38A file containing utility functions
39*/
40
41using namespace std;
42
43/*template <typename K> int getMaxPosition (const vector <K> & aVector);*/
44//template <typename K> int getMaxPosition (const vector <K> & aVector);
45//int testAA (const vector <double> & atest){return 1;}
46double testB ();
47
48
49
50
51
52
53#endif // CARBON_H
double testB()
Definition CommonLib.cpp:40