Commit b4a52806 by maarten

bah ...

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@202 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 311961e8
......@@ -391,6 +391,11 @@ string Atom::authAsymId() const
return property<string>("auth_asym_id");
}
string Atom::authCompId() const
{
return property<string>("auth_comp_id");
}
int Atom::authSeqId() const
{
return property<int>("auth_seq_id");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment