Skip to content
Snippets Groups Projects
Commit 811a9f57 authored by Marco Biasini's avatar Marco Biasini
Browse files

fix compilation on windows

This resolves BZDNG-239
parent fb61da80
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ bool CBetaInserter::VisitResidue(const mol::ResidueHandle& res) ...@@ -30,7 +30,7 @@ bool CBetaInserter::VisitResidue(const mol::ResidueHandle& res)
return false; return false;
} }
try { try {
if(res.GetOneLetterCode()=='G' and include_gly_==false) { if(res.GetOneLetterCode()=='G' && include_gly_==false) {
return false; return false;
} }
if (res.FindAtom("CB").IsValid()) { if (res.FindAtom("CB").IsValid()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment