From 628c5225a76d569609c8cb4d4d1d47a382245ae7 Mon Sep 17 00:00:00 2001 From: pauline Date: Tue, 30 Jun 2020 22:26:59 +0200 Subject: [PATCH] dfghjnkml --- fuenfteabgabe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuenfteabgabe.c b/fuenfteabgabe.c index 37f818c..611bb96 100644 --- a/fuenfteabgabe.c +++ b/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) {