Almost finished 6th
This commit is contained in:
parent
83b8e41192
commit
0f13b05344
3 changed files with 43 additions and 2 deletions
|
@ -12,7 +12,7 @@ int init_array (
|
|||
|
||||
double *y_lst = d;
|
||||
double *x_lst = d + len;
|
||||
double *t_lst = d + (len < 1);
|
||||
double *t_lst = d + (len << 1);
|
||||
|
||||
double x = a;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue