source: tags/ms_r16q3/SL/NEIGHBOURJOIN/neighbourjoin.hxx

Last change on this file was 13625, checked in by westram, 9 years ago
File size: 910 bytes
Line 
1// =============================================================== //
2//                                                                 //
3//   File      : neighbourjoin.hxx                                 //
4//   Purpose   :                                                   //
5//                                                                 //
6//   Institute of Microbiology (Technical University Munich)       //
7//   http://www.arb-home.de/                                       //
8//                                                                 //
9// =============================================================== //
10
11#ifndef NEIGHBOURJOIN_HXX
12#define NEIGHBOURJOIN_HXX
13
14#ifndef ARBDB_BASE_H
15#include <arbdb_base.h>
16#endif
17
18TreeNode *neighbourjoining(const char *const *names, const AP_smatrix& smatrix, TreeRoot *troot);
19
20#else
21#error neighbourjoin.hxx included twice
22#endif // NEIGHBOURJOIN_HXX
Note: See TracBrowser for help on using the repository browser.