Age | Commit message (Collapse) | Author |
|
It's only used by two test programs
|
|
|
|
compare_hkl does all of these, much better than these functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
csl set
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original centering must be able to provide a lattice point for 1,1,1
in the new centering. The new centering's 1,1,1 point must also map to
a lattice point in the original centering.
Note that it's no use checking 0,0,0, because it'll just be a load of
zeroes.
|
|
warnings
|
|
Not used anywhere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's confusing to have matrices acting on both real and reciprocal
vectors. Let's standardise instead on transformations always applying
to real-space cells.
It was only used in one place.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes it easy to reverse the transformation, if required, which it
is when comparing centered cells.
|
|
|
|
|