#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; }