Dear Meep users

I run a very simple case. The script is shown bellow.

==============Script=============================
(reset-meep)
(set! geometry-lattice (make lattice (size 16 8 no-size)))
(set! sources (list
    (make source
        (src (make continuous-src (frequency 0.15)))
        (component Ez)
        (center -7 0)
 )))
(run-until 20
    (at-beginning output-epsilon)
    (at-end output-efield-z)
)
===============================================

Erro messages appeared at end, although I had checked the script many times.
============Error message=======================
ERROR: In procedure scm_lreadr:
ERROR: test1:1:3: Unknown # object: #\P
==================================================
Does anyone can help me?
Any help will be appreciated!

-- 
WEN-YU CHEN   陳文瑜
Email:[email protected] <email%[email protected]>
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to