fix typo
This commit is contained in:
@@ -549,7 +549,7 @@ class RecipCalc:
|
||||
if numpy.allclose(self.reflections[i][:3], (h, k, l)):
|
||||
del self.reflections[i]
|
||||
|
||||
def clear_relections(self):
|
||||
def clear_reflections(self):
|
||||
"""
|
||||
Remove all reflections
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user