mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
690da7ea38
biology/phrab biology/phred biology/consed Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to obtain the tarballs. PR: 191336 Submitted by: mzaki@m.u-tokyo.ac.jp (maintainer)
20 lines
402 B
C
20 lines
402 B
C
--- ./nodes.c.orig 2008-08-31 03:44:15.000000000 +0200
|
|
+++ ./nodes.c 2014-08-02 12:39:30.000000000 +0200
|
|
@@ -31,6 +31,8 @@
|
|
extern Parameters *parameters; /* exported */
|
|
extern double *scaled_err_probs;
|
|
int *contig_graph_weights;
|
|
+
|
|
+void nr_tarjan(int);
|
|
|
|
set_contig_graph_weights()
|
|
{
|
|
@@ -679,6 +681,7 @@
|
|
curr_state->calling_point = calling_point;
|
|
}
|
|
|
|
+void
|
|
nr_tarjan(k)
|
|
int k;
|
|
{
|