|
Last change
on this file was
16890,
checked in by westram, 8 years ago
|
- split AP_calc_pos_var_pars
- move functionality into PVP_calculate (into SL/PVP)
|
|
File size:
861 bytes
|
| Line | |
|---|
| 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 |
|---|
Note: See
TracBrowser
for help on using the repository browser.