"platforms/vscode:/vscode.git/clone" did not exist on "9b381947821cab4d255c3f19626eb4620b921da6"
Commit 3e96add8 authored by Jason Swails's avatar Jason Swails
Browse files

More docstring improvements.

parent 0c1cbb48
...@@ -1466,8 +1466,7 @@ def _box_vectors_from_lengths_angles(a, b, c, alpha, beta, gamma): ...@@ -1466,8 +1466,7 @@ def _box_vectors_from_lengths_angles(a, b, c, alpha, beta, gamma):
def set_molecules(atom_list): def set_molecules(atom_list):
""" """
Correctly sets the ATOMS_PER_MOLECULE and SOLVENT_POINTERS sections of the Correctly sets the molecularity of the system based on connectivity
topology file.
""" """
from sys import setrecursionlimit, getrecursionlimit from sys import setrecursionlimit, getrecursionlimit
# Since we use a recursive function here, we make sure that the recursion # Since we use a recursive function here, we make sure that the recursion
......
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