Skip to content
Snippets Groups Projects
Commit 7640c993 authored by Bienchen's avatar Bienchen
Browse files

corrected parameter problem in naccess wrapper

parent 74d70618
No related merge requests found
......@@ -205,7 +205,7 @@ def CalculateSurfaceArea(entity, radius=1.4,
# parse selection
# setup files for msms
(naccess_data_dir, naccess_data_file,naccess_data_base )=_SetupFiles(entity, selection, scratch_dir)
(naccess_data_dir, naccess_data_file,naccess_data_base )=_SetupFiles(entity, selection, scratch_dir, max_number_of_atoms)
# set command line
command="%s %s -p %f " % \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment