summaryrefslogtreecommitdiffstats
path: root/Temparray.h
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-04 19:09:28 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-04 19:09:28 +0100
commitf53795458ddf252d08979820a98697cca9327834 (patch)
tree24499155d0e560dc96ecd7b80a0dd001dc4372ed /Temparray.h
parenta16b094f23f9d664ec71544b7ef9ff487101af7d (diff)
downloadc3d-f53795458ddf252d08979820a98697cca9327834.tar
c3d-f53795458ddf252d08979820a98697cca9327834.zip
ungewolltes schauspiel...
Diffstat (limited to 'Temparray.h')
-rw-r--r--Temparray.h2
1 files changed, 1 insertions, 1 deletions
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];