Skip to content

Commit

Permalink
refactor: correct comment
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Vankerschaver <[email protected]>
  • Loading branch information
cvigilv and jvkersch authored Jul 14, 2024
1 parent 0976330 commit 6cbc82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void _tmalign_wrapper(double **xa, double **ya, const char *seqx,
double rmsd0 = 0.0;
int L_ali; // Aligned length in standard_TMscore
double Liden = 0;
double TM_ali; // TMscore and rmsd in standard_TMscore
double TM_ali; // TMscore in standard_TMscore
int n_ali = 0;
int n_ali8 = 0;

Expand Down

0 comments on commit 6cbc82a

Please sign in to comment.