Skip to content

Commit

Permalink
update calculate_lddt declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Jul 22, 2024
1 parent 0e9ea15 commit 4d67ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strucclustutils/msa2lddt.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void parseFasta(
int &alnLength
);

std::tuple<std::vector<float>, std::vector<int>, float> calculate_lddt(
std::tuple<std::vector<float>, std::vector<int>, float, int> calculate_lddt(
std::vector<std::vector<Instruction> > &cigars,
std::vector<size_t> subset,
std::vector<size_t> &indices,
Expand Down

0 comments on commit 4d67ddd

Please sign in to comment.