Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Otherwise, the cell comparison doesn't recognise the cells as the same,
breaking indexing with an R reference cell.
Unfortunately, the resulting cell after comparison by compare_r_c_p
still comes out as P, but that doesn't seem like a big loss. To get it
strictly correct, we'd need some way of tracking through the information
that the cell got "uncentered" from R to P, even though the matrix is an
identity.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|