public tempCurveDataContainer(CelestialBody body, AtmTempCurve callingCurve, bool dumpToText) { this.body = body; this.callingCurve = callingCurve; this.dumpToText = dumpToText; }