Skip to content

Commit

Permalink
Fix text for Zur.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Oct 25, 2024
1 parent 25ab5cb commit 74e5c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis/core/lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def reciprocal_lattice_crystallographic(self):
return Lattice(self.reciprocal_lattice().matrix / (2 * np.pi))

def get_points_in_sphere(
self, frac_points, center, r, distance_vector=True
self, frac_points, center, r, distance_vector=False
):
"""
Find all points within a sphere from the point.
Expand Down

0 comments on commit 74e5c46

Please sign in to comment.