From 0c90985b20e3d39d6d761614f4c73e0eefc54170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=DF?= Date: Mon, 18 Jan 2010 23:20:00 +0100 Subject: Temparray verfeinert/House.cpp und House.h angefangen. --- House.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 House.cpp (limited to 'House.cpp') diff --git a/House.cpp b/House.cpp new file mode 100644 index 0000000..d6d28c9 --- /dev/null +++ b/House.cpp @@ -0,0 +1,7 @@ +#include "House.h" + +House::House (float inittemp0, int earthx0, int earthy0, int earthz0, float collectortemp0): + collectortemp(collectortemp0) { + Temparray temp0(inittemp0, earthx0, earthy0, earthz0); + temp = temp0; +} -- cgit v1.2.3