Hi all, I'm having some trouble installing meep on a mac OSX server. First, when I attempted to install with MacPorts, guile16 would not install, so I had to install it manually. Next, when I attempt to run any ctl file (which work on my other machine) I get this error:
ERROR: In procedure vector-ref: ERROR: Wrong type argument in position 1: #f Entering interactive mode and getting a backtrace gives this: Backtrace: In standard input: 20: 0* [run-until 100] In unknown file: ?: 1* (if (null? fields) (init-fields)) ?: 2 [init-fields] ?: 3* (if (null? structure) (init-structure k-point)) ?: 4 [init-structure #f] ... ?: 5 (set! structure (make-structure (infer-dimensions k) s ...)) ?: 6* [make-structure 2 #(20 10 1.0e-20) #(0 0 0) 10 #t 1.0e-4 100000 #f ...] <unnamed port>: In procedure vector-ref in expression (make-structure (infer-dimensions k) s ...): <unnamed port>: Wrong type argument in position 1: #f ABORT: (wrong-type-arg) Does anyone have any idea as to what may be causing this, or where a good place to investigate would be? Thanks, Matt Miskiewicz _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

