From 23900d0b19e5c978934108f6a54aa82f6c7f27cb Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 17 Dec 2006 16:13:32 +0100 Subject: use LSQ for all projection types --- src/Projection.cxx | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/Projection.cxx (limited to 'src/Projection.cxx') diff --git a/src/Projection.cxx b/src/Projection.cxx deleted file mode 100644 index bb577a0..0000000 --- a/src/Projection.cxx +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright 2006 Johannes Hofmann -// -// This software may be used and distributed according to the terms -// of the GNU General Public License, incorporated herein by reference. - -#include -#include - -#include "Projection.H" - -Projection::Projection() { - pi_d = asin(1.0) * 2.0; -}; - -void -Projection::get_coordinates(double a_view, double a_nick, - const ViewParams *parms, double *x, double *y) { - fprintf(stderr, "Error: Projection::set_coordinates()\n"); -} - -int -Projection::comp_params(const Hills *h, ViewParams *parms) { - fprintf(stderr, "Error: Projection::comp_params()\n"); - return 1; -} -- cgit v1.2.3