Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following custom query does not render the desired result:
select inst.dtrans.disp.x, inst.dtrans.disp.y from instances of cells .*.*
The results are not as expected but rather garbled.
The reason is a memory corruption issue on the chain of method calls.
The text was updated successfully, but these errors were encountered:
31cc8f3
Fixed #787 - the results of const reference return values need to be …
f6c9df7
…copied as the holder object may go out of scope
klayoutmatthias
No branches or pull requests
The following custom query does not render the desired result:
The results are not as expected but rather garbled.
The reason is a memory corruption issue on the chain of method calls.
The text was updated successfully, but these errors were encountered: