update: use chi(cotpsi) instead of chi(b)
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
double chi(double b);
|
||||
int init(double bmax, double rela_err_limit, int *size, double **x, double **y);
|
||||
double chi(double cotpsi);
|
||||
int init(double rmax, double rela_err_limit, int *size, double **x, double **y);
|
||||
|
||||
Reference in New Issue
Block a user