source: tags/arb_5.2/ptpan/PTP_family.cxx

Last change on this file was 5908, checked in by westram, 15 years ago
  • source files with identical names are really a pain when using valgrind
File size: 587 bytes
Line 
1#include <stdio.h>
2#include <stdlib.h>
3#include <string.h>
4// #include <malloc.h>
5#include <PT_server.h>
6#include <struct_man.h>
7#include <PT_server_prototypes.h>
8#include "ptpan.h"
9#include "pt_prototypes.h"
10#include <arbdbt.h>
11
12extern "C" int ff_find_family(PT_local *locs, bytestring *species) {
13    printf("ff_find_family is not implemented in PTPan\n");
14    arb_assert(false);
15    return 0;
16}
17
18extern "C" int find_family(PT_local *locs, bytestring *species)
19{
20  //int probe_len = locs->pr_len;
21  //int mismatch_nr = locs->mis_nr;
22
23  printf("EXTERN: find_family\n");
24  return 0;
25}
26
27
Note: See TracBrowser for help on using the repository browser.