MCPcopy Create free account
hub / github.com/Martinsos/edlib / ~AlignmentData

Method ~AlignmentData

edlib/src/edlib.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 ~AlignmentData() {
38 delete[] Ps;
39 delete[] Ms;
40 delete[] scores;
41 delete[] firstBlocks;
42 delete[] lastBlocks;
43 }
44};
45
46struct Block {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected