https://github.com/jsollari/popABC
Tip revision: e6a0334445b5755bb52a0d2209120ee4e251e7b4 authored by Joao Sollari Lopes on 13 November 2017, 18:32:56 UTC
First commit
First commit
Tip revision: e6a0334
firstpass.h
/*
@author: joao lopes
@workplace: Reading University
@date: 1st May 2009
*/
#ifndef FIRSTPASS_H_
#define FIRSTPASS_H_
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include "mylib.h"
#define MAXNPRIOR 10000 //maximum number of parameter values to be stored
#define MAXDATA 250000000 //maximum number of data (nparam+nstats)*nsim to be analysed
static int RecLine = 500000;//record step per lines analysed
#endif /*FIRSTPASS_H_*/