blob: 4ba38152ecb81aa1845b7308b6d7d171264ab57d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef SYMCOORD_H
#define SYMCOORD_H
#include "coord.h"
extern Coordinate coord_cp_sym16;
extern Coordinate coord_eofbepos_sym16;
extern Coordinate coord_drud_sym16;
extern Coordinate coord_drudfin_noE_sym16;
extern Coordinate coord_khuge;
extern Coordinate coord_nxopt31;
void init_symcoord();
#endif
|