SMARTPOP
Simulating Mating Alliances as a Reproductive Tactic for Populations
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Friends
demographic_function.h
1
#ifndef DEF_DEMOFCT_H
2
#define DEF_DEMOFCT_H
3
#include "utils.h"
4
5
double
demographic_function(
double
popsize,
double
a,
double
b,
double
c);
6
double
max_demo(
double
popsize,
double
a,
double
b,
double
c,
int
n,
double
maxvalue);
7
8
#endif
Generated on Fri Sep 6 2013 16:06:11 for SMARTPOP by
1.8.4
Home