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:
Tim Edwards 2021-05-12 22:49:25 -04:00
parent 94a6daa9b0
commit d8450cf1d4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.161
8.3.162

View File

@ -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;