#include <string>
#include <cstring>
#include "internal.h"
Go to the source code of this file.
◆ PARAM_SET
Value: if (!ISNA(p[m])) params.X = p[m]; \
m++;
Definition at line 177 of file popul_proc.h.
177#define PARAM_SET(X) if (!ISNA(p[m])) params.X = p[m]; \
178 m++;
◆ RATE_CALC
Value:total += rate[m++] = (X);
Definition at line 179 of file popul_proc.h.
◆ YAML_PARAM
Value:(t + #X + ": " + std::to_string(params.X) + "\n")
Definition at line 180 of file popul_proc.h.
◆ YAML_STATE
Value:(t + #X + ": " + std::to_string(state.X) + "\n")
Definition at line 181 of file popul_proc.h.