FFSM++ 1.1.0
French Forest Sector Model ++
Loading...
Searching...
No Matches
CommonLib.h File Reference
#include <string>
#include <vector>
#include <map>
#include <stdexcept>
#include <iostream>
#include <sstream>
#include <time.h>
Include dependency graph for CommonLib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double testB ()
 

Function Documentation

◆ testB()

double testB ( )

Definition at line 40 of file CommonLib.cpp.

40 {
41 return 2.0;
42}