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

Additional fix to ClashingDistance python wrappers

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