X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/rocl/blobdiff_plain/843ab469ed91b5b4caa07b02be5caa71ef8d04fd..378b623cd2af34d37c8cee518bec145f1f92a0d2:/graph.c diff --git a/graph.c b/graph.c index 23c1a32..9dc3942 100644 --- a/graph.c +++ b/graph.c @@ -1,24 +1,22 @@ /* -*-c-*- - * - * $Id$ * * Graph theory stuff * * (c) 2003 Mark Wooding */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -536,7 +534,7 @@ static int cmd_tsp(ClientData cd, Tcl_Interp *ti, t = r[i]; r[i] = r[j]; r[j] = t; if (c_curr < c_best) { c_best = c_curr; -/* printf("*** new best = %lu\n", c_best); */ +/* printf("*** new best = %lu\n", c_best); */ memcpy(r_best, r, nn * sizeof(*r)); } }