Skip to content

Commit

Permalink
assert default args same in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySimon committed Sep 13, 2018
1 parent f5d1297 commit aad4667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Molecules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ function pairwise_charge_distances(molecule::Molecule, box::Box)
end

"""
bond_length_drift(molecule, reference_molecule, box, atol=1e-15, throw_warning=true)
bond_length_drift(molecule, reference_molecule, box, atol=1e-14, throw_warning=true)
Compute pairwise atom & charge distances of `molecule` and compare to those in a reference
molecule to determine if the pairwise atom & charge distances differ within a tolerance
Expand Down

0 comments on commit aad4667

Please sign in to comment.