-rw-r--r-- | README | 30 | ||||
-rw-r--r-- | doc/Data Deployments.dia | bin | 3566 -> 4057 bytes | |||
-rw-r--r-- | src/aggregator.c | 2 | ||||
-rw-r--r-- | src/load_influenza_aa_dat.c | 154 |
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() /* * Close the HD5 file. */ - herr_t status = H5Fclose (file_id); + H5Fclose (file_id); return 0; } |