summaryrefslogtreecommitdiff
path: root/algo/blast/core/mb_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'algo/blast/core/mb_lookup.c')
-rw-r--r--algo/blast/core/mb_lookup.c74
1 files changed, 36 insertions, 38 deletions
diff --git a/algo/blast/core/mb_lookup.c b/algo/blast/core/mb_lookup.c
index 22a1c01b..26c09d27 100644
--- a/algo/blast/core/mb_lookup.c
+++ b/algo/blast/core/mb_lookup.c
@@ -1,47 +1,45 @@
-/* $Id: mb_lookup.c,v 1.32 2004/04/27 15:56:53 coulouri Exp $
-* ===========================================================================
-*
-* PUBLIC DOMAIN NOTICE
-* National Center for Biotechnology Information
-*
-* This software/database is a "United States Government Work" under the
-* terms of the United States Copyright Act. It was written as part of
-* the author's offical duties as a United States Government employee and
-* thus cannot be copyrighted. This software/database is freely available
-* to the public for use. The National Library of Medicine and the U.S.
-* Government have not placed any restriction on its use or reproduction.
-*
-* Although all reasonable efforts have been taken to ensure the accuracy
-* and reliability of the software and data, the NLM and the U.S.
-* Government do not and cannot warrant the performance or results that
-* may be obtained by using this software or data. The NLM and the U.S.
-* Government disclaim all warranties, express or implied, including
-* warranties of performance, merchantability or fitness for any particular
-* purpose.
-*
-* Please cite the author in any work or product based on this material.
-*
-* ===========================================================================*/
-
-/*****************************************************************************
-
-File name: mb_lookup.c
-
-Author: Ilya Dondoshansky
-
-Contents: Functions responsible for the creation of a lookup table
-
-Detailed Contents:
-
-******************************************************************************
- * $Revision: 1.32 $
+/* $Id: mb_lookup.c,v 1.33 2004/05/19 14:52:03 camacho Exp $
+ * ===========================================================================
+ *
+ * PUBLIC DOMAIN NOTICE
+ * National Center for Biotechnology Information
+ *
+ * This software/database is a "United States Government Work" under the
+ * terms of the United States Copyright Act. It was written as part of
+ * the author's offical duties as a United States Government employee and
+ * thus cannot be copyrighted. This software/database is freely available
+ * to the public for use. The National Library of Medicine and the U.S.
+ * Government have not placed any restriction on its use or reproduction.
+ *
+ * Although all reasonable efforts have been taken to ensure the accuracy
+ * and reliability of the software and data, the NLM and the U.S.
+ * Government do not and cannot warrant the performance or results that
+ * may be obtained by using this software or data. The NLM and the U.S.
+ * Government disclaim all warranties, express or implied, including
+ * warranties of performance, merchantability or fitness for any particular
+ * purpose.
+ *
+ * Please cite the author in any work or product based on this material.
+ *
+ * ===========================================================================
+ *
+ * Author: Ilya Dondoshansky
+ *
*/
+
+/** @file mb_lookup.c
+ * Functions responsible for the creation of a lookup table
+ * @todo FIXME @sa mb_lookup.h
+ */
+
+static char const rcsid[] =
+ "$Id: mb_lookup.c,v 1.33 2004/05/19 14:52:03 camacho Exp $";
+
#include <algo/blast/core/blast_options.h>
#include <algo/blast/core/blast_def.h>
#include <algo/blast/core/mb_lookup.h>
#include "blast_inline.h"
-static char const rcsid[] = "$Id: mb_lookup.c,v 1.32 2004/04/27 15:56:53 coulouri Exp $";
MBLookupTable* MBLookupTableDestruct(MBLookupTable* mb_lt)
{