summaryrefslogtreecommitdiffstats
path: root/Temparray.h
diff options
context:
space:
mode:
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;