|
|
@ -31,7 +31,7 @@ void ustart(soli_param *sp) { |
|
|
} |
|
|
} |
|
|
void ujeins(soli_param *sp) { |
|
|
void ujeins(soli_param *sp) { |
|
|
double jmax = sp->jmax; |
|
|
double jmax = sp->jmax; |
|
|
double d = sp->n; |
|
|
|
|
|
|
|
|
double d = sp->d; |
|
|
double h = sp->h; |
|
|
double h = sp->h; |
|
|
for (int j = 0; j <= jmax; j++) { |
|
|
for (int j = 0; j <= jmax; j++) { |
|
|
if (j == 1) { |
|
|
if (j == 1) { |
|
|
|