DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include "options.h"
Macros | |
#define | O(MAP, NAME) MAP.insert(std::make_pair(#NAME,NAME)) |
#define | M(MAP, NAME, ENUM) MAP.insert(std::make_pair(NAME,ENUM)) |
#define M | ( | MAP, | |
NAME, | |||
ENUM | |||
) | MAP.insert(std::make_pair(NAME,ENUM)) |
#define O | ( | MAP, | |
NAME | |||
) | MAP.insert(std::make_pair(#NAME,NAME)) |