summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--README30
-rw-r--r--doc/Data Deployments.diabin3566 -> 4057 bytes
-rw-r--r--src/aggregator.c2
-rw-r--r--src/load_influenza_aa_dat.c154
4 files changed, 145 insertions, 41 deletions
diff --git a/src/aggregator.c b/src/aggregator.c
index ae5aa60..da6db08 100644
--- a/src/aggregator.c
+++ b/src/aggregator.c
@@ -24,7 +24,7 @@ main()
24 /*24 /*
25 * Close the HD5 file.25 * Close the HD5 file.
26 */26 */
27 herr_t status = H5Fclose (file_id);27 H5Fclose (file_id);
2828
29 return 0;29 return 0;
30}30}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.