summaryrefslogtreecommitdiffstats
path: root/Temparray.h
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-01-17 20:10:48 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-01-17 20:10:48 +0100
commit840a16aa8ea4159c874411df0296092c56dde9fb (patch)
treedd2dae950367ac6be74b308d604c8d968393ba8e /Temparray.h
parentae5ab4efe8b7f785d06d9c0f8d59c868692a13a6 (diff)
downloadc3d-840a16aa8ea4159c874411df0296092c56dde9fb.tar
c3d-840a16aa8ea4159c874411df0296092c56dde9fb.zip
temperaturaustausch funzt noch nicht richtig
Diffstat (limited to 'Temparray.h')
-rw-r--r--Temparray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Temparray.h b/Temparray.h
index 13e858d..04250c4 100644
--- a/Temparray.h
+++ b/Temparray.h
@@ -5,6 +5,7 @@
#include "gl.h"
#include "Triangle.h"
#include <list>
+#include <math.h>
class Temparray
{
@@ -51,6 +52,7 @@ class Temparray
}
}
}
+ temperatureold(2, 2, 2, 2, 2) = 90;
}
/* void calcAverage(){
float tempcache = 0;