#include "popmodel.h"
#include "parpop0p.h"
#include "parpop2p.h"
#include "parpop2s.h"
#include "parpop3p.h"
#include "limits2d.h"
#include "indknown.h"
#include "indpop2d.h"
Go to the source code of this file.
Namespaces | |
| namespace | custom |
Typedefs | |
| typedef MapPopModel | theMapType |
| Defines the type of the map to be used for the computations. | |
Variables | |
| const int | controlNumber = 31131 |
| The control number that is used to confirm the compatibility between the coordinator and workers. | |
This is a configuration file for the program "cmgraphs.cpp". It defines the map which is analyzed, the ranges of parameters, and the phase space information.
Definition in file config.h.
| typedef MapPopModel theMapType |
| const int controlNumber = 31131 |
The control number that is used to confirm the compatibility between the coordinator and workers.
Please, increase this number by 1 every time the configuration of the program changes substantially (e.g., different parameter ranges, different numbers of subintervals, or different maps are chosen).
Definition at line 96 of file config.h.
Referenced by Coordinator::Prepare(), and Worker::Process().
1.5.3