mirror of https://github.com/KLayout/klayout.git
Temporary compatibility with lefdef branch - remove when this branch is merged.
This commit is contained in:
parent
11bf413cb8
commit
4b8577a89b
|
|
@ -215,6 +215,15 @@ public:
|
||||||
*/
|
*/
|
||||||
std::pair<bool, unsigned int> logical (const db::LayerProperties &p) const;
|
std::pair<bool, unsigned int> logical (const db::LayerProperties &p) const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief A compatibility function for future enhancements
|
||||||
|
* TODO: remove when lefdef branch is merged
|
||||||
|
*/
|
||||||
|
std::pair<bool, unsigned int> first_logical (const db::LayerProperties &p) const
|
||||||
|
{
|
||||||
|
return logical (p);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Query or install a layer mapping from a name or LDPair
|
* @brief Query or install a layer mapping from a name or LDPair
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue