[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (a0369c9c848249b4e18c842baa322b9ae190eb9d)



The branch, master has been updated
       via  a0369c9c848249b4e18c842baa322b9ae190eb9d (commit)
      from  f13f8704fb7f39622fde2b8b4f94aa607d9561f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/toporouter.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


=================
 Commit Messages
=================

commit a0369c9c848249b4e18c842baa322b9ae190eb9d
Author: anthonix <anthonix@anthonix-desktop.(none)>
Commit: anthonix <anthonix@anthonix-desktop.(none)>

    Toporouter: Removed superfluous debug function

:100644 100644 37c8572... a02f628... M	src/toporouter.c

=========
 Changes
=========

commit a0369c9c848249b4e18c842baa322b9ae190eb9d
Author: anthonix <anthonix@anthonix-desktop.(none)>
Commit: anthonix <anthonix@anthonix-desktop.(none)>

    Toporouter: Removed superfluous debug function

diff --git a/src/toporouter.c b/src/toporouter.c
index 37c8572..a02f628 100644
--- a/src/toporouter.c
+++ b/src/toporouter.c
@@ -696,7 +696,7 @@ vertex_net_keepaway(toporouter_vertex_t *v)
   if(!box || !box->cluster) return Settings.Keepaway;
   return cluster_keepaway(box->cluster);
 }
-///*
+/*
 void
 print_trace (void)
 {
@@ -715,7 +715,7 @@ print_trace (void)
 
   free (strings);
 }
-//*/
+*/
 /* fills in x and y with coordinates of point from a towards b of distance d */
 void
 point_from_point_to_point(toporouter_vertex_t *a, toporouter_vertex_t *b, gdouble d, gdouble *x, gdouble *y)
@@ -726,8 +726,8 @@ point_from_point_to_point(toporouter_vertex_t *a, toporouter_vertex_t *b, gdoubl
 
 //#ifdef DEBUG_EXPORT  
   if(!finite(theta)) {
-    printf("!finte(theta): a = %f,%f b = %f,%f d = %f\n", vx(a), vy(a), vx(b), vy(b), d);
-    print_trace();
+//    printf("!finte(theta): a = %f,%f b = %f,%f d = %f\n", vx(a), vy(a), vx(b), vy(b), d);
+//    print_trace();
     //TODO: this shouldn't happen, fix the hack
     *x = vx(a);
     *y = vy(a);




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs