use klamath for examples

This commit is contained in:
Jan Petykiewicz 2020-10-10 19:10:35 -07:00
commit ae71dc9a8f
2 changed files with 6 additions and 5 deletions

View file

@ -3,7 +3,7 @@
import numpy
import masque
import masque.file.gdsii
import masque.file.klamath
from masque import shapes
@ -24,7 +24,7 @@ def main():
pat2 = pat.copy()
pat2.name = 'grating2'
masque.file.gdsii.writefile((pat, pat2), 'out.gds.gz', 1e-9, 1e-3)
masque.file.klamath.writefile((pat, pat2), 'out.gds.gz', 1e-9, 1e-3)
if __name__ == '__main__':