seapodym-parallel
Fish dynamics models with parameter estimations
Loading...
Searching...
No Matches
Tags.h
1#ifndef TAGS
2#define TAGS
3
4#define START_TASK_TAG 0
5#define END_TASK_TAG 1
6#define WORKER_AVAILABLE_TAG 2
7
8#endif