diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ProjectionSphaeric.cxx | 2 | 
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];  | 
