Corrected an issue with a conflict between the "gds ordering" and
"gds noduplicates" options (essentially, they were canceling each other out).
This commit is contained in:
parent
94a6daa9b0
commit
d8450cf1d4
|
|
@ -352,6 +352,7 @@ calmaParseStructure(filename)
|
|||
}
|
||||
if (CalmaUnique) calmaUniqueCell(strname); /* Ensure uniqueness */
|
||||
cifReadCellDef = calmaFindCell(strname, &was_called, &predefined);
|
||||
HashSetValue(he, cifReadCellDef);
|
||||
|
||||
if (predefined == TRUE)
|
||||
{
|
||||
|
|
@ -374,7 +375,6 @@ calmaParseStructure(filename)
|
|||
{
|
||||
DBCellClearDef(cifReadCellDef);
|
||||
DBCellSetAvail(cifReadCellDef);
|
||||
HashSetValue(he, cifReadCellDef);
|
||||
cifCurReadPlanes = cifSubcellPlanes;
|
||||
cifReadCellDef->cd_flags &= ~CDDEREFERENCE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue