UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kinematic.h
1 /* kinematic.h */
2 
3 #ifndef __kinematic_h
4 #define __kinematic_h
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif /* __cplusplus */
9 
10  void Fortran(tmell)(double*, double*, double*, int*, int*, int*,
11  double*, double*, double*, int*, double*, int*,
12  double*, double*, int*, int*, double*);
13 
14  void Fortran(gradtu)(double*, double*, double*, int*, int*, int*,
15  double*, double*, double*, int*,
16  double*, double*, double*);
17 
18  void Fortran(lineapprox)(double*,double*,double*,double*,
19  double*,double*,double*,int*,int*,int*);
20 
21 
50  void Fortran(findfb) (int* n, const float trace[],
51  float *dt, float* nl, float* sk,
52  float* Tglmx, float* Tfbmx, float* Tsl, float* Tfb,
53  float* Tzero, float* Afbmx, float* Aglmx);
54 
55 
56 #ifdef __cplusplus
57 };
58 #endif /* __cplusplus */
59 
60 #endif /* kinematic.h */