summaryrefslogtreecommitdiff
path: root/api/aceread.h
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2010-08-30 01:08:10 -0400
committerAaron M. Ucko <ucko@debian.org>2010-08-30 01:08:10 -0400
commiteb0fe75837f0b1ffd48822a16cf8cad5d056b911 (patch)
tree6f8696aaa90980b40dd2253289c858c1405a3d3b /api/aceread.h
parentb4be7afc96f6bd0604ad7e6070c4baf8be8d808f (diff)
Imported Upstream version 6.1.20100808
Diffstat (limited to 'api/aceread.h')
-rw-r--r--api/aceread.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/api/aceread.h b/api/aceread.h
index a4f1177b..982a304c 100644
--- a/api/aceread.h
+++ b/api/aceread.h
@@ -2,7 +2,7 @@
#define API_ACEREAD__H
/*
- * $Id: aceread.h,v 1.12 2008/12/02 18:58:24 bollin Exp $
+ * $Id: aceread.h,v 1.13 2010/03/03 18:46:08 bollin Exp $
*
* ===========================================================================
*
@@ -143,7 +143,7 @@ extern TContigPtr ContigNew (void);
extern void ContigFree (TContigPtr c);
typedef struct SACEFile {
- int num_contigs;
+ unsigned int num_contigs;
TContigPtr * contigs;
} SACEFile, * TACEFilePtr;
@@ -291,6 +291,9 @@ ProcessLargeACEFileForContigFastaAndQualScores
* ==========================================================================
*
* $Log: aceread.h,v $
+ * Revision 1.13 2010/03/03 18:46:08 bollin
+ * use unsigned int to keep track of the number of contigs.
+ *
* Revision 1.12 2008/12/02 18:58:24 bollin
* Added argument to WriteTraceAssemblyHeader for assembly type.
*