Browse Source

cx_avg() prototype

pre-master-46
rlar 16 years ago
parent
commit
36b9d794df
  1. 4
      ChangeLog
  2. 1
      src/maths/cmaths/cmath2.h

4
ChangeLog

@ -1,3 +1,7 @@
2010-10-08 Robert Larice
* src/maths/cmaths/cmath2.h :
cx_avg() prototype
2010-10-08 Robert Larice 2010-10-08 Robert Larice
* src/frontend/com_measure2.h : * src/frontend/com_measure2.h :
com_dotmeasure() prototype com_dotmeasure() prototype

1
src/maths/cmaths/cmath2.h

@ -25,6 +25,7 @@ void * cx_mod(void *data1, void *data2, short int datatype1, short int datatype2
void * cx_max(void *data, short int type, int length, int *newlength, short int *newtype); void * cx_max(void *data, short int type, int length, int *newlength, short int *newtype);
void * cx_min(void *data, short int type, int length, int *newlength, short int *newtype); void * cx_min(void *data, short int type, int length, int *newlength, short int *newtype);
void * cx_d(void *data, short int type, int length, int *newlength, short int *newtype); void * cx_d(void *data, short int type, int length, int *newlength, short int *newtype);
void *cx_avg(void *data, short int type, int length, int *newlength, short int *newtype);
#endif #endif

Loading…
Cancel
Save