Corrected the CIF input scaling to include the 2nd set of planes used
by GDS reads.
This commit is contained in:
parent
dfba4601f1
commit
fd49cad047
|
|
@ -386,8 +386,10 @@ CIFInputRescale(n, d)
|
|||
}
|
||||
}
|
||||
|
||||
CIFScalePlanes(n, d, cifEditCellPlanes);
|
||||
if (cifEditCellPlanes != cifSubcellPlanes)
|
||||
CIFScalePlanes(n, d, cifCurReadPlanes);
|
||||
if (cifCurReadPlanes != cifEditCellPlanes)
|
||||
CIFScalePlanes(n, d, cifEditCellPlanes);
|
||||
if (cifEditCellPlanes != cifSubcellPlanes && cifCurReadPlanes != cifSubcellPlanes)
|
||||
CIFScalePlanes(n, d, cifSubcellPlanes);
|
||||
|
||||
CIFReadWarning("CIF style %s: units rescaled by factor of %d / %d\n",
|
||||
|
|
|
|||
Loading…
Reference in New Issue