blob: 9ab40c8c1abc646a0ab670867bda327cd1049719 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// file: counter.h
// update: 10/29/03
#ifndef _COUNTER_H
#define _COUNTER_H
extern unsigned long num_kratpoly_sgn_at;
extern unsigned long num_kratpoly_exact_sgn_at;
extern unsigned long num_root1_isolate;
extern unsigned long num_root1_exact_isolate;
extern unsigned long num_kpoint1d_get_pts;
extern unsigned long num_kpoint2d_get_pts;
extern unsigned long num_ksolid_boolean;
#endif
|