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

Additional fix to ClashingDistance python wrappers

parent 24e64adf
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ def DefaultClashingDistances():
fh=open(filename,'r')
lines=fh.readlines()
fh.close()
return FillClashingDistances(lines,1.5,0.0)
return FillClashingDistances(lines)
# Returns the default list of bond stereo-chemical statistics (from the default OpenStructure parameter file)
def DefaultBondStereoChemicalParams():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment