From 371806f0334a605835a9a8abb6857399a397da6a Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 29 May 1998 20:35:41 +0000 Subject: [PATCH] Added zlib support for reading in compressed data files. --- Astro/orbits.cxx | 83 +++++++++++++++++++++++++----------------------- Astro/stars.cxx | 30 ++++++++++------- 2 files changed, 62 insertions(+), 51 deletions(-) diff --git a/Astro/orbits.cxx b/Astro/orbits.cxx index bf30e94a7..5fc84e1f9 100644 --- a/Astro/orbits.cxx +++ b/Astro/orbits.cxx @@ -32,6 +32,7 @@ #include #include +#include #include
#include