<> <> <> <> DIRECTORY CMosB, CleanObjects; CMosBCleanObjectsImpl: CEDAR PROGRAM IMPORTS CMosB, CleanObjects = BEGIN CleanObjects.RegisterAbstractLayer[technology: CMosB.cmosB, abstract: CMosB.wpdif, actual: CMosB.pdif, surround: CMosB.nwell, surroundExt: CMosB.wellSurround]; CleanObjects.RegisterAbstractLayer[technology: CMosB.cmosB, abstract: CMosB.wndif, actual: CMosB.ndif, surround: CMosB.pwell, surroundExt: CMosB.wellSurround]; END.