From bbfd2f802bd4227260ba576d213d1519ac8f4302 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 bf30e94a..5fc84e1f 100644 --- a/Astro/orbits.cxx +++ b/Astro/orbits.cxx @@ -32,6 +32,7 @@ #include #include +#include #include
#include