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

reenable COMPOUND parsing

parent ed9c7a0e
Branches
Tags
No related merge requests found
...@@ -355,17 +355,17 @@ void PDBReader::Import(mol::EntityHandle& ent, ...@@ -355,17 +355,17 @@ void PDBReader::Import(mol::EntityHandle& ent,
} }
} }
break; break;
// case 'C': case 'C':
// case 'c': case 'c':
// if (curr_line.size()<20) { if (curr_line.size()<20) {
// LOG_TRACE("skipping entry"); LOG_TRACE("skipping entry");
// continue; continue;
// } }
// if (IEquals(curr_line.substr(0, 6), StringRef("COMPND", 6))) { if (IEquals(curr_line.substr(0, 6), StringRef("COMPND", 6))) {
// LOG_TRACE("processing COMPND entry"); LOG_TRACE("processing COMPND entry");
// this->ParseCompndEntry(curr_line, line_num_); this->ParseCompndEntry(curr_line, line_num_);
// } }
// break; break;
case 'E': case 'E':
case 'e': case 'e':
if (curr_line.size()<3) { if (curr_line.size()<3) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment