Skip to content
Snippets Groups Projects
Commit 558f042e authored by B13nch3n's avatar B13nch3n
Browse files

Mark branched entities as polymers

parent d8788063
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,8 @@ public: ...@@ -69,7 +69,8 @@ public:
{ {
return type_==CHAINTYPE_POLY || this->IsPolypeptide() || return type_==CHAINTYPE_POLY || this->IsPolypeptide() ||
this->IsPolynucleotide() || this->IsPolysaccharide() || this->IsPolynucleotide() || this->IsPolysaccharide() ||
type_==CHAINTYPE_POLY_PEPTIDE_DN_RN; type_==CHAINTYPE_POLY_PEPTIDE_DN_RN ||
type_==CHAINTYPE_OLIGOSACCHARIDE;
} }
/// \brief whether the chain is a polysaccharide /// \brief whether the chain is a polysaccharide
bool IsPolysaccharide() const bool IsPolysaccharide() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment