NEC2++ is a C++ rewrite of the Numerical Electromagnetics Code (NEC-2) with many new features like automatic error detection when you specify the structure incorrectly and much faster execution. Nec2++ can analyse radiating as well as scattering properties of structures. The simulation engine in Nec2++ is compiled into a library for easy integration into automatic antenna design systems or GUI tools. Examples are included for using Nec2++ from C/C++, Ruby and Python.
These vestiges of FORTRAN are not acceptable for clang compiler
find . -name '.c' -o -name '.cpp' -exec sed -i.bak -E -e 's/ ?=-/ = -/g' {} \; find . -name '*.bak' -delete