fix: about init.h

This commit is contained in:
2025-11-10 17:20:02 -05:00
parent 3dc107ad71
commit 544dac3184
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
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);