new: render.h
This commit is contained in:
@@ -3,8 +3,7 @@
|
|||||||
#include <gsl/gsl_rng.h>
|
#include <gsl/gsl_rng.h>
|
||||||
#include <gsl/gsl_spline.h>
|
#include <gsl/gsl_spline.h>
|
||||||
#include <gsl/gsl_monte_miser.h>
|
#include <gsl/gsl_monte_miser.h>
|
||||||
#include "common.h"
|
#include "render.h"
|
||||||
#include "init.h"
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const System *system;
|
const System *system;
|
||||||
|
|||||||
4
src/render.h
Normal file
4
src/render.h
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#include "common.h"
|
||||||
|
#include "init.h"
|
||||||
|
|
||||||
|
int render(System *system, double **buffer, int pixel_render_max, double pixel_render_err, double chi_rela_err);
|
||||||
Reference in New Issue
Block a user