Files
blackhole-ray-trace/src/init.h
T
wyj 0221a0aa25 fix: pass **x instead
This is because when I pass *x then it's just a copy.
2025-11-11 02:01:26 -05:00

3 lines
103 B
C

double chi(double b);
int init(double bmax, double rela_err_limit, int *size, double **x, double **y);