From 22b2912bbdd637c1a206b30f7d02c8e560ff9850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Wed, 10 Feb 2010 22:30:18 +0100 Subject: =?UTF-8?q?ver=C3=A4nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Temparray.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Temparray.h') diff --git a/Temparray.h b/Temparray.h index 19040a2..ed5813e 100644 --- a/Temparray.h +++ b/Temparray.h @@ -32,7 +32,7 @@ class Temparray float *temparrayold, *temparraynew; Cubehole *cubearray; int sx, sy, sz, *weight1, maxweight; - float averagetemp, earthtemp, probetemp, input, inputpower, factor; + float averagetemp, earthtemp, probetemp, input, inputpower, factor, basementtemp; Cubehole& cubehole(int x, int y, int z, int line) { return cubearray[x*sy*sz*6 + y*sz*6 + z*6 + line]; @@ -61,6 +61,7 @@ class Temparray } } earthtemp=8; + basementtemp=20; } void calcAverage(){ float tempcache = 0; -- cgit v1.2.3