Program Listing for File constants.h

Program Listing for File constants.h#

Return to documentation for file (/github/workspace/includes/constants.h)

#ifndef GENERALMETAPOP_CONSTANTS_H
#define GENERALMETAPOP_CONSTANTS_H

namespace constants
{
    const int max_dev = 20;
    const int num_gen = 6;
    const double pi = 3.14159265;
}

enum BoundaryType{
    Toroid,
    Edge
};

enum DispersalType{
    DistanceKernel,
    Radial
};

#endif //GENERALMETAPOP_CONSTANTS_H