[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: pcb.git: branch: master updated (38136711ec0a8cc9cd59825b32dacbf4dea704ed)
The branch, master has been updated
via 38136711ec0a8cc9cd59825b32dacbf4dea704ed (commit)
via 9653a6371aa41f873932062ef6d6b838bf98a987 (commit)
from ee6ee887ba99da8d4a6c1e5929086fc75ac63423 (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 | 6 +++---
src/toporouter.h | 2 --
2 files changed, 3 insertions(+), 5 deletions(-)
=================
Commit Messages
=================
commit 9653a6371aa41f873932062ef6d6b838bf98a987
Author: anthonix <anthonix@anthonix-desktop.(none)>
Commit: anthonix <anthonix@anthonix-desktop.(none)>
Toporouter: Disabled debug stack trace
:100644 100644 effe3a4... 2a97d5c... M src/toporouter.c
:100644 100644 4e3ad23... 2979d84... M src/toporouter.h
=========
Changes
=========
commit 9653a6371aa41f873932062ef6d6b838bf98a987
Author: anthonix <anthonix@anthonix-desktop.(none)>
Commit: anthonix <anthonix@anthonix-desktop.(none)>
Toporouter: Disabled debug stack trace
diff --git a/src/toporouter.c b/src/toporouter.c
index effe3a4..2a97d5c 100644
--- a/src/toporouter.c
+++ b/src/toporouter.c
@@ -675,7 +675,7 @@ vertex_net_keepaway(toporouter_vertex_t *v)
if(!box || !box->cluster) return Settings.Keepaway + 1.;
return cluster_keepaway(box->cluster);
}
-
+/*
void
print_trace (void)
{
@@ -694,7 +694,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)
@@ -710,7 +710,7 @@ point_from_point_to_point(toporouter_vertex_t *a, toporouter_vertex_t *b, gdoubl
#endif
if(!finite(theta)) {
- print_trace();
+// print_trace();
}
g_assert(finite(theta));
diff --git a/src/toporouter.h b/src/toporouter.h
index 4e3ad23..2979d84 100644
--- a/src/toporouter.h
+++ b/src/toporouter.h
@@ -52,8 +52,6 @@
#include <stdlib.h>
#include <getopt.h>
-#include <execinfo.h>
-
#include <sys/time.h>
#define TOPOROUTER_FLAG_VERBOSE (1<<0)
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs