diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-03-20 18:25:10 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-03-20 18:25:10 +0000 |
commit | d086d86d5014bd73758935d3a4aa7e6b536c34a1 (patch) | |
tree | 40f505b28ed224ae18fa8c213ffa7c51c936964a /math/ccmath/files/patch-ab | |
parent | Update to Vim 6.0 beta Y (diff) |
Add ccmath, a mathematics library with many functions.
PR: 25589
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=40118
Diffstat (limited to 'math/ccmath/files/patch-ab')
-rw-r--r-- | math/ccmath/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ccmath/files/patch-ab b/math/ccmath/files/patch-ab new file mode 100644 index 000000000000..c386e839fff6 --- /dev/null +++ b/math/ccmath/files/patch-ab @@ -0,0 +1,11 @@ +--- tseries/sany.c.orig Wed Mar 7 16:20:33 2001 ++++ tseries/sany.c Wed Mar 7 16:20:40 2001 +@@ -5,7 +5,7 @@ + * public license (LGPL). ( See the lgpl.license file for details.) + * ------------------------------------------------------------------------ + */ +-#include "ccmath.h" ++#include "../ccmath.h" + int sany(double *x,int n,double *pm,double *cd,double *ci, + int nd,int ms,int lag) + { struct complex *pc,*p,**qc,**q; |