summaryrefslogtreecommitdiff
path: root/comp.h
blob: 4cab400f9be2ea22ff41b10a1421aac340fdc101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef COMP_H
#define COMP_H

#include "match.h"

extern double horizontal_stdev, vertical_stdev;

void comp_visit(struct leg *l);

#endif