From 4de0fc7184f74700b68f92ce2acbd54b39b4fedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=DF?= Date: Tue, 19 Jan 2010 00:33:46 +0100 Subject: Mit Sun.h erweitert. --- House.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'House.cpp') diff --git a/House.cpp b/House.cpp index d6d28c9..4b2d83c 100644 --- a/House.cpp +++ b/House.cpp @@ -1,7 +1,8 @@ #include "House.h" -House::House (float inittemp0, int earthx0, int earthy0, int earthz0, float collectortemp0): - collectortemp(collectortemp0) { +House::House (float inittemp0, int earthx0, int earthy0, int earthz0, float collectortemp0, + float latitude0): + collectortemp(collectortemp0), latitude(latitude0) { Temparray temp0(inittemp0, earthx0, earthy0, earthz0); temp = temp0; } -- cgit v1.2.3