removed incorrect parts of help
This commit is contained in:
parent
16fb60ac48
commit
af6a99921f
|
@ -320,8 +320,8 @@ class Crystal():
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
vector : numpy.ndarray of shape (...,3) or (N,...,3)
|
vector : numpy.ndarray of shape (...,3)
|
||||||
Crystal frame vector (or vectors if with_symmetry) along [uvw] direction or (hkl) plane normal.
|
Crystal frame vector along [uvw] direction or (hkl) plane normal.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if (uvw is not None) ^ (hkl is None):
|
if (uvw is not None) ^ (hkl is None):
|
||||||
|
|
Loading…
Reference in New Issue