Skip to content

Nec2++ Version 1.5.3

Compare
Choose a tag to compare
@tmolteno tmolteno released this 22 Oct 22:31
· 212 commits to master since this release

This version of nec2++ has the following improvements

  • Code Compatability with gcc4.9
  • Improved ANTLR parser (in subdirectory antlr)
  • Updated PyNEC directory to use numpy instead of numarray. Fixed wrap/*.cpp files [Thanks to James David]
  • Moved to using Makefile.git, and updated configure.in to configure.ac
  • Include the necpp headers in both CFLAGS and CPPFLAGS
  • Changed the autoconf system to allow building with the eigen3 package
  • Added a genetic optimzer written in Ruby