* Added new functions for nec_get_gain() to get the radiation pattern elements.
* added nec_medium_parameters to the C-style API. The user can now alter the permittivity and permeability of the environment via the API.
* Added accessor methods to the radiation pattern to get all the theta and phi angles
* Added 2D matrix for radiation pattern gain_. Much easier to plot radiation patterns.
* nec_geometry_complete() now takes only one parameter. The second parameter was unused.
* New c_geometry->reflect and c_geometry->generate_cylindrical_structure(int itx, int nop) helper functions to generate symmetric structures.
* New c_ground methods for finding out the ground parameters
* Split the ground enviroment computation from the output code.
* Fix make dependencies to allow parallel make
* Allow building with gcc 5.1