Revision d12d603036b334b53d6e886cfa985a082e981860 authored by Emmanuel Thomé on 29 January 2021, 06:20:31 UTC, committed by Emmanuel Thomé on 29 January 2021, 21:39:17 UTC
1 parent 590bfe4
Raw File
area.h
#ifndef AREA_H_
#define AREA_H_

/* default parameters for Murphy's E-value */
#define BOUND_F 1e7
#define BOUND_G 5e6
#define AREA    1e16

#ifdef __cplusplus
extern "C" {
#endif

extern double area, bound_f, bound_g;

#ifdef __cplusplus
}
#endif


/* default rootsieve effort */
#define DEFAULT_ROPTEFFORT 5.0

#endif	/* AREA_H_ */
back to top