UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ccf1c.h
1 /* ccf1c.h */
2 /* $Id: ccf1c.h,v 1.1 2007/12/05 14:37:20 vlad Exp $ */
3 #ifndef __ccf1c_h
4 #define __ccf1c_h
5 
6 #include <mix/Types.h> /* for Fortran() macro */
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif /* C++ */
11 
12 
28  void Fortran(ccf1c) (float F1[], float F2[], int* n, int* ip,
29  int* ind1, int* ind2, float B[], int* ierr);
30 
31 
43  void Fortran(maxccf1c) (float B[], int* ip, float* max, float* delta);
44 
45 
46 #ifdef __cplusplus
47 };
48 #endif /* C++ */
49 
50 #endif /* ccf1c.h */