aboutsummaryrefslogtreecommitdiff
path: root/comms/nec2c/files
Commit message (Collapse)AuthorAgeFilesLines
* Clean up compile and unbreak with clang-11 removing duplicate symbolsDiane Bruce2020-08-225-9/+930
| | | | Notes: svn path=/head/; revision=545776
* - Unbreak build using new distribution sitesDiane Bruce2015-04-072-28/+8
| | | | | | | | - clean up a few nits - remove unnecessary file Notes: svn path=/head/; revision=383541
* - Fix comms/nec2c for large allocationsDiane Bruce2012-06-052-0/+33
| | | | | | | | PR: ports/168448 Submitted by: doconnor@gsoft.com.au Notes: svn path=/head/; revision=298510
* nec2c is a translation of the NEC2 FORTRAN source code to the C language.Pav Lucistnik2005-07-132-0/+38
The translation was performed mostly "by hand" and a lot of modifications to the original program were introduced in order to modernize the NEC2 and to remove as many built-in limitations as possible. The attendant SOMNEC program was also translated to C and incorporated in nec2c as a function so that Sommerfeld ground solutions are a part of the program. PR: ports/83392 Submitted by: Diane Bruce <db@db.net> Notes: svn path=/head/; revision=139134