FFSM++  1.1.0
French Forest Sector Model ++
CommonLib.cpp
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 
23 #include "CommonLib.h"
24 
25 
26 
27 
28 /*template <typename K> int getMaxPosition (const vector <K> & aVector){
29  return 0;
30 }*/
31 
32 /*template <typename K> int getMaxPosition (const vector <k> & aVector){
33  return 0;
34 }
35 
36 template int getMaxPosition<int>(const vector <int> & aVector);
37 template int getMaxPosition<double>(const vector <double> & aVector);*/
38 
39 
40 double testB (){
41  return 2.0;
42 }
43 
double testB()
Definition: CommonLib.cpp:40