From 065f4fe0c6ef518e8be735b80927ba0c3030a053 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 5 Jun 2007 14:10:06 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@39 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecoisundertaxon.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ecoisundertaxon.c b/src/ecoisundertaxon.c index 7a19a7b..21aac91 100644 --- a/src/ecoisundertaxon.c +++ b/src/ecoisundertaxon.c @@ -1,9 +1,5 @@ #include "libecoPCR/ecoPCR.h" -#include -#include #include -#include - int main(int argc, char **argv){ int32_t carg = 0; @@ -29,9 +25,9 @@ int main(int argc, char **argv){ son = eco_findtaxonbytaxid(taxonomy, taxid_1); if (eco_isundertaxon(son, taxid_2)) - printf("taxid_1 (%d) is son of taxid_2 (%d)\n",taxid_1, taxid_2); + printf("# taxid_1 (%d) is son of taxid_2 (%d)\n",taxid_1, taxid_2); else - printf("taxid_1 (%d) is NOT son of taxid_2 (%d)\n",taxid_1, taxid_2); + printf("# taxid_1 (%d) is NOT son of taxid_2 (%d)\n",taxid_1, taxid_2); return 0; } \ No newline at end of file