Skip to content
Snippets Groups Projects
Commit cb95bbe1 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Temporarily removing non fully-functional code

parent 51729374
No related branches found
No related tags found
No related merge requests found
...@@ -341,16 +341,16 @@ void PDBReader::Import(mol::EntityHandle& ent, ...@@ -341,16 +341,16 @@ 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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment