diff --git a/Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c b/Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c index 6ba64f2..cd6fb82 100644 --- a/Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c +++ b/Hausaufgaben/ComputerphysikAbgabe/src/ComputerphysikAbgabe.c @@ -72,7 +72,7 @@ int main(void) { int eps = 1e-8; //genauigkeit epsilon //Eingabe der Variablen printf("Bitte geben Sie den Abstand der Punktladung von der x-Achse z ein \n"); - scanf("%lf \n", &z); + scanf("%lf\n", &z); printf("Bitte geben Sie n ein \n"); scanf("%d\n", &n); printf("Bitte geben Sie a ein\n");