|
Gadget
|
#include "doublevector.h"

Go to the source code of this file.
Classes | |
| class | LengthGroupDivision |
| This is the class used to store information about the length groups of the modelled stock population. More... | |
Functions | |
| int | checkLengthGroupStructure (const LengthGroupDivision *finer, const LengthGroupDivision *coarser) |
| This is the function that will check whether one LengthGroupDivision has length groups that are finer than a second LengthGroupDivision, and print an error if this is not the case. More... | |
| int checkLengthGroupStructure | ( | const LengthGroupDivision * | finer, |
| const LengthGroupDivision * | coarser | ||
| ) |
This is the function that will check whether one LengthGroupDivision has length groups that are finer than a second LengthGroupDivision, and print an error if this is not the case.
| finer | is the LengthGroupDivision that should be on a finer scale |
| coarser | is the LengthGroupDivision that should be on a coarser scale |