forked from personal/squiggle.c
formatting pass.
This commit is contained in:
parent
7a2015e3e0
commit
f5af776eb3
|
@ -1,9 +1,9 @@
|
||||||
|
#include "../../squiggle.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "../../squiggle.h"
|
|
||||||
|
|
||||||
#define NUM_SAMPLES 1000000
|
#define NUM_SAMPLES 1000000
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
#include "../../squiggle.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "../../squiggle.h"
|
|
||||||
|
|
||||||
#define NUM_SAMPLES 1000000
|
#define NUM_SAMPLES 1000000
|
||||||
#define STOP_BETA 1.0e-8
|
#define STOP_BETA 1.0e-8
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
|
#include <float.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <float.h>
|
|
||||||
#include <limits.h>
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
// #include <sys/types.h>
|
|
||||||
#define EXIT_ON_ERROR 0
|
#define EXIT_ON_ERROR 0
|
||||||
#define MAX_ERROR_LENGTH 500
|
#define MAX_ERROR_LENGTH 500
|
||||||
#define PROCESS_ERROR(...) \
|
#define PROCESS_ERROR(...) \
|
||||||
|
|
|
@ -55,4 +55,3 @@ struct box sampler_box_cdf(struct box cdf(float), uint32_t* seed);
|
||||||
struct box sampler_float_cdf(float cdf(float), uint32_t* seed);
|
struct box sampler_float_cdf(float cdf(float), uint32_t* seed);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user