UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
firstbreak.h
1 /* firstbreak.h */
2 /* $Id: firstbreak.h,v 1.1 2005/10/11 07:37:59 vlad Exp $ */
3 #ifndef __firstbreak_h
4 #define __firstbreak_h
5 
6 #include <mix/Types.h>
7 
8 
36 extern "C"
37 {
38  void Fortran(getfb) (int* n, float trace[], float *dt, float* a, float* k,
39  float* Tglmx, float* Tfbmx, float* Tsl, float* Tfb,
40  float* Tzero, float* Afbmx, float* Aglmx);
41 };
42 
43 
44 #endif /* firstbreak.h */