Cleaned up an inconsistency with GDS read-in that generates

informational output that references a (non-existing) CIF file.
This commit is contained in:
Tim Edwards
2019-07-23 08:45:42 -04:00
parent c229139150
commit d08593997a
9 changed files with 113 additions and 79 deletions
+1 -1
View File
@@ -1660,6 +1660,6 @@ CIFReadFile(file)
CIFReadError("no \"End\" statement.\n");
done:
CIFReadCellCleanup(0);
CIFReadCellCleanup(FILE_CIF);
UndoEnable();
}