From fc0827f88f7ee8e8be84d8fa8ab02386c2c088a3 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 15 Jan 2023 13:40:22 -0800 Subject: [PATCH] gvcolor: remove unused 'Agnodeinfo_t' name --- cmd/tools/gvcolor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/gvcolor.c b/cmd/tools/gvcolor.c index 2f66e6831..92e899144 100644 --- a/cmd/tools/gvcolor.c +++ b/cmd/tools/gvcolor.c @@ -29,7 +29,7 @@ #include "colorxlate.h" #include #include -typedef struct Agnodeinfo_t { +typedef struct { Agrec_t h; double relrank; /* coordinate of its rank, smaller means lower rank */ double x[NC]; /* color vector */ -- 2.40.0