Skip to content
Snippets Groups Projects
Commit 6e3015a7 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Bugfix

parent b63721f2
Branches
Tags
No related merge requests found
......@@ -235,7 +235,7 @@ void SDFReader::ParseAndAddAtom(const String& line, int line_num,
if(!curr_residue_.IsValid()) {
mol::ResNum rnum(++residue_count_);
curr_residue_=editor.AppendResidue(curr_chain_, curr_res_key_, rnum);
LOG_DEBUG("new residue " << rkey << "(" << rnum << ")");
LOG_DEBUG("new residue " << curr_res_key_ << "(" << rnum << ")");
}
LOG_DEBUG("adding atom " << aname << " (" << s_ele << ") @" << apos);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment