update: use chi(cotpsi) instead of chi(b)

This commit is contained in:
2025-12-03 15:55:52 -05:00
parent 2b4b36963d
commit 455f15d309
2 changed files with 14 additions and 11 deletions
+2 -2
View File
@@ -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);