summaryrefslogtreecommitdiff
path: root/src/ProjectionSphaeric.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-09-13 19:47:34 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-09-13 19:47:34 +0200
commitde0300ab5be2cfb80a80f3b6347235acd1920072 (patch)
tree800222678c3057638099d7a58bd73d2217b3e023 /src/ProjectionSphaeric.H
parentf4e6323870d5bca2e3347957c7188fcac0720b16 (diff)
fix ProjectionSphaeric
try both possible solutions and choose the better one.
Diffstat (limited to 'src/ProjectionSphaeric.H')
-rw-r--r--src/ProjectionSphaeric.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectionSphaeric.H b/src/ProjectionSphaeric.H
index d4838ca..8d38287 100644
--- a/src/ProjectionSphaeric.H
+++ b/src/ProjectionSphaeric.H
@@ -27,7 +27,7 @@ class ProjectionSphaeric : public Projection {
private:
double comp_scale(Hill *m1, Hill *m2, double d_m1_m2_2);
- double comp_dir_view(Hill *m1, Hill *m2, double d_m1_2, double d_m2_2, double scale);
+ double comp_dir_view(Hill *m1, Hill *m2, double d_m1_2, double d_m2_2, double scale, double sign3);
double comp_nick_view(Hill *m1, Hill *m2, double d_m1_2, double scale, double dir_view);
double comp_tilt_view(Hill *m, double scale, double dir_view, double nick_view);