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
126 stars 50 forks source link

comment out declared but not defined FILE *vfopenPath in libhrutil.h #59

Closed jfeist closed 8 years ago

jfeist commented 8 years ago

This function got declared in a recent commit, but it is not defined anywhere. This causes the python library to give an error on import. The commit just comments it out.

HomerReid commented 8 years ago

Sorry about this. Fixed in 1c3310a320be6b7fed5bac1024eda6f048354f30.