Browse Source

dfghjnkml

master
pauline 5 years ago
parent
commit
628c5225a7
1 changed files with 1 additions and 1 deletions
  1. 2
      fuenfteabgabe.c

2
fuenfteabgabe.c

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

Loading…
Cancel
Save