blob: 0882bff24d7326ae50f969c4d5247bbc0da02e57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#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_nxopt31;
extern SymData *all_sd[];
void free_sd(SymData *sd);
void init_symcoord();
#endif
|