This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | fasterBytepackGappedScoring_free () |
| void fasterBytepackGappedScoring_free | ( | ) |
Definition at line 554 of file fasterBytepackGappedScoring.c.
References fasterBytepackGappedScoring_bestRows.
Referenced by main().
00555 { 00556 free(fasterBytepackGappedScoring_bestRows[0]); 00557 free(fasterBytepackGappedScoring_bestRows[1]); 00558 }
Here is the caller graph for this function:

1.5.2