ARB
pvp.h
Go to the documentation of this file.
1 // ============================================================= //
2 // //
3 // File : pvp.h //
4 // Purpose : //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in April 2018 //
7 // http://www.arb-home.de/ //
8 // //
9 // ============================================================= //
10 
11 #ifndef PVP_H
12 #define PVP_H
13 
14 #ifndef ARBDB_BASE_H
15 #include <arbdb_base.h>
16 #endif
17 
18 GB_ERROR PVP_calculate(GBDATA *gb_main, const char *ali_name, const char *tree_name, const char *target_SAI_name);
19 
20 #else
21 #error pvp.h included twice
22 #endif // PVP_H
const char * GB_ERROR
Definition: arb_core.h:25
GB_ERROR PVP_calculate(GBDATA *gb_main, const char *ali_name, const char *tree_name, const char *target_SAI_name)
Definition: pvp.cxx:17
GBDATA * gb_main
Definition: adname.cxx:32