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

give missing argument a default value to make example code run through...

parent 59db74c7
Branches
Tags
No related merge requests found
...@@ -120,7 +120,8 @@ void export_Molck() ...@@ -120,7 +120,8 @@ void export_Molck()
.def_readwrite("assign_elem", &MolckSettings::assign_elem); .def_readwrite("assign_elem", &MolckSettings::assign_elem);
def("MapNonStandardResidues", &MapNonStandardResidues, (arg("ent"), def("MapNonStandardResidues", &MapNonStandardResidues, (arg("ent"),
arg("lib"))); arg("lib"),
arg("log_diags")=false));
def("RemoveAtoms", &RemoveAtoms, (arg("ent"), def("RemoveAtoms", &RemoveAtoms, (arg("ent"),
arg("lib"), arg("lib"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment