diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 21:13:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 21:13:26 +0000 |
commit | 0b70138e48fbac22d94294e3ad1d6479e61d3d95 (patch) | |
tree | 600f6513b5b8125a1934c211f7d73c247ffaa9ac /comms/Makefile | |
parent | - Update to 0.4 (diff) |
nec2c is a translation of the NEC2 FORTRAN source code to the C language.
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
Notes:
svn path=/head/; revision=139134
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 3f8a1280b370..57dbc70b1a30 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -61,6 +61,7 @@ SUBDIR += mwavem SUBDIR += nasawash SUBDIR += ncid + SUBDIR += nec2c SUBDIR += nokryptia SUBDIR += obexapp SUBDIR += openobex |