HomerReid / scuff-em

A comprehensive and full-featured computational physics suite for boundary-element analysis of electromagnetic scattering, fluctuation-induced phenomena (Casimir forces and radiative heat transfer), nanophotonics, RF device engineering, electrostatics, and more. Includes a core library with C++ and python APIs as well as many command-line applications.
http://www.homerreid.com/scuff-em
GNU General Public License v2.0
125 stars 50 forks source link

PFTFile ignored by scuff-scatter #101

Closed jmllorens closed 7 years ago

jmllorens commented 7 years ago

I have recently cloned and installed a recent version of the software. Everything went fine. After running a simple Mie calculation I noticed that the program ignores the PFTFile option, it works however with the synonymous EMTPFTFile option. I don't know whether is a problem of the program or the doc, meaing PFTFILE is deprecated.

HomerReid commented 7 years ago

Fixed in 975a839ba5af437923b04a4cc0395a3305eec3ac. Thanks for the bug report!