fix: about init.h
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#include <gsl/gsl_matrix.h>
|
#include <gsl/gsl_matrix.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "init.h"
|
||||||
|
|
||||||
#define MAX_DEPTH 15
|
#define MAX_DEPTH 15
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
double chi(double b);
|
double chi(double b);
|
||||||
int init(double bmax, double rela_err_limit);
|
int init(double bmax, double rela_err_limit, int *size, double *x, double *y);
|
||||||
|
|||||||
Reference in New Issue
Block a user