From 3ab0acf808ad8aa2f611e4fdc0c643705fae03ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=DF?= Date: Sun, 17 Jan 2010 16:41:35 +0100 Subject: Temperaturberechnung angefangen --- Temparray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Temparray.h') diff --git a/Temparray.h b/Temparray.h index cae1e6f..13e858d 100644 --- a/Temparray.h +++ b/Temparray.h @@ -12,7 +12,7 @@ class Temparray Temparray(float initialtemp, int x0, int y0, int z0); Temparray(){} ~Temparray(){} - void calcTemp(int x, int y, int z, int line, int pos); + void calcTemp(); float& temperatureold(int x, int y, int z, int line, int pos) { return temparrayold[x*sy*sz*6*4 + y*sz*6*4 + z*6*4 + line*4 + pos]; } -- cgit v1.2.3