mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
Corrected an error with the bloat-all CIF operator in which
bloat-all would fail to operate from the top layer of a contact type due to the use of DBplane(type) instead of counting all planes of the contact.
This commit is contained in:
@@ -829,7 +829,6 @@ extern void DBTechInitContact();
|
||||
extern void DBTechFinalContact();
|
||||
extern void DBTechFinalConnect();
|
||||
extern void DBTechInitConnect();
|
||||
extern bool DBIsContact();
|
||||
|
||||
/* Cell symbol table */
|
||||
extern void DBCellInit();
|
||||
@@ -899,6 +898,8 @@ extern Plane *DBCellGenerateSimpleSubstrate();
|
||||
extern TileType DBPlaneToResidue();
|
||||
extern TileType DBTechFindStacking();
|
||||
extern bool DBIsContact();
|
||||
extern PlaneMask DBLayerPlanes();
|
||||
|
||||
extern TileTypeBitMask *DBResidueMask();
|
||||
extern void DBFullResidueMask();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user