summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/assign/assign_blast_scores.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assign/assign_blast_scores.c b/src/assign/assign_blast_scores.c
index b81caf8..7c0493b 100644
--- a/src/assign/assign_blast_scores.c
+++ b/src/assign/assign_blast_scores.c
@@ -23,6 +23,9 @@ assign_blast_scores (hid_t file_id)
2323
24 MatSetValue (M, 12, 8, 12.8, INSERT_VALUES);24 MatSetValue (M, 12, 8, 12.8, INSERT_VALUES);
2525
26 MatAssemblyBegin (M, MAT_FINAL_ASSEMBLY);
27 MatAssemblyEnd (M, MAT_FINAL_ASSEMBLY);
28
26 /*29 /*
27 * Write the contents of the matrix to a HDF5 file.30 * Write the contents of the matrix to a HDF5 file.
28 */31 */

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.