Skip to content

Commit

Permalink
delete lddtcalculator
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Sep 13, 2024
1 parent a11ea57 commit 76198c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/strucclustutils/msa2lddt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ double calculate_lddt_pair(
&targetCaData[result.dbLen],
&targetCaData[result.dbLen * 2]
);
delete lddtcalculator;

double sum = 0.0;
for (int i = 0; i < lddtres.scoreLength; i++) {
Expand Down

0 comments on commit 76198c1

Please sign in to comment.