summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-09-13 19:53:19 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-09-13 19:53:19 +0200
commit636172cb4560a10d1fa294e595ea96f40fbe08ea (patch)
treeeec8e1679fb50584a437e5a0e9b3628358be6a00 /src
parentde0300ab5be2cfb80a80f3b6347235acd1920072 (diff)
remove debug output
Diffstat (limited to 'src')
-rw-r--r--src/ProjectionSphaeric.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ProjectionSphaeric.cxx b/src/ProjectionSphaeric.cxx
index 739cf9a..550f906 100644
--- a/src/ProjectionSphaeric.cxx
+++ b/src/ProjectionSphaeric.cxx
@@ -74,9 +74,7 @@ ProjectionSphaeric::comp_params(Hill *m1, Hill *m2, ViewParams *parms) {
i = a_tilt_diff[0]<a_tilt_diff[1]?0:1; // Choose solution where difference
// of tilt angels is smaller.
-fprintf(stderr, "===> %lf %lf %d\n", a_tilt_diff[0], a_tilt_diff[1], i);
if (a_tilt_diff[i] < 10000.0) {
-fprintf(stderr, "setting values\n");
parms->a_center = a_center_tmp[i];
parms->scale = scale_tmp;
parms->a_nick = a_nick_tmp[i];