summaryrefslogtreecommitdiff
path: root/src/Projection.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-06-26 18:05:47 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-06-26 18:05:47 +0200
commit70a6e7c52eb8830e7e2c5884247201defdeb6a1c (patch)
tree17ae0ceb48ef1e5f3d2503539f69e382d7ff576e /src/Projection.cxx
parent76daa38e38aff35613dcaf18330192833fd83deb (diff)
switch to double coordinates
Diffstat (limited to 'src/Projection.cxx')
-rw-r--r--src/Projection.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Projection.cxx b/src/Projection.cxx
index 57a210a..1f224e8 100644
--- a/src/Projection.cxx
+++ b/src/Projection.cxx
@@ -31,7 +31,8 @@ Projection::Projection() {
};
void
-Projection::set_coordinates(Hill *m, const ViewParams *parms) {
+Projection::get_coordinates(double a_view, double a_nick,
+ const ViewParams *parms, double *x, double *y) {
fprintf(stderr, "Error: Projection::set_coordinates()\n");
}