DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
fileformathelper.h
Go to the documentation of this file.
1 #ifndef FILEFORMATHELPER_H
2 #define FILEFORMATHELPER_H
3 
5 {
6 public:
7  static double roundWeight(double w);
8  static const double WeightRoundingFactor;
9 };
10 
11 #endif // FILEFORMATHELPER_H
static double roundWeight(double w)
Definition: fileformathelper.cpp:27
Definition: fileformathelper.h:4
static const double WeightRoundingFactor
Definition: fileformathelper.h:8