Revision: 42026
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42026&view=rev
Author:   starseeker
Date:     2011-01-07 20:27:03 +0000 (Fri, 07 Jan 2011)

Log Message:
-----------
Add cdiv in trunk fft.h too.

Modified Paths:
--------------
    brlcad/trunk/src/libfft/fft.h

Modified: brlcad/trunk/src/libfft/fft.h
===================================================================
--- brlcad/trunk/src/libfft/fft.h       2011-01-07 20:22:41 UTC (rev 42025)
+++ brlcad/trunk/src/libfft/fft.h       2011-01-07 20:27:03 UTC (rev 42026)
@@ -59,6 +59,7 @@
 FFT_EXPORT extern void irfft(double *X, int n);
 FFT_EXPORT extern void cfft(COMPLEX *dat, int num);
 FFT_EXPORT extern void icfft(COMPLEX *dat, int num);
+FFT_EXPORT extern void cdiv(COMPLEX *result, COMPLEX *val1, COMPLEX *val2);
 
 /* These should come from a generated header, but until
  * CMake is live we'll just add the ones used by our current code */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to