From f53795458ddf252d08979820a98697cca9327834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Thu, 4 Feb 2010 19:09:28 +0100 Subject: ungewolltes schauspiel... --- Temparray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Temparray.h') diff --git a/Temparray.h b/Temparray.h index 15eb696..ac96c04 100644 --- a/Temparray.h +++ b/Temparray.h @@ -30,7 +30,7 @@ class Temparray float *temparrayold, *temparraynew; Cubehole *cubearray; int sx, sy, sz; - float averagetemp, earthtemp, probetemp, input; + float averagetemp, earthtemp, probetemp, input, inputpower, factor; Cubehole& cubehole(int x, int y, int z, int line) { return cubearray[x*sy*sz*6 + y*sz*6 + z*6 + line]; -- cgit v1.2.3