Age | Commit message (Collapse) | Author |
|
|
|
permutation check
More than 5 possible when there are axes with similar lengths.
|
|
|
|
|
|
compare_reindexed_cell_parameters still needs to be updated
|
|
|
|
|
|
|
|
|
|
|
|
Especially, remove the last ltl/atl tolerance values.
|
|
|
|
|
|
|
|
|
|
Doesn't work yet
|
|
|
|
|
|
|
|
|
|
tolerances
|
|
|
|
|
|
|
|
|
|
csl set
|
|
|
|
|
|
|
|
warnings
|
|
|
|
|
|
|
|
|
|
|
|
This makes it easy to reverse the transformation, if required, which it
is when comparing centered cells.
|
|
|
|
|
|
|
|
Get rid of UnitCellTransformation, a thin wrapper which didn't do
anything.
|
|
|
|
cells_are_similar -> compare_cell_parameters_and_orientation
compare_cells -> compare_reindexed_cell_parameters_and_orientation
cell_tool.c:cells_the_same -> cellutils.c:compare_cell_parameters
All comparisons now done in real space, checking that centering is the
same, and without uncentering anything.
|
|
There are two functions with this name. Avoid confusion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|