aboutsummaryrefslogtreecommitdiff
path: root/src/symcoord.h
blob: 75e67b16252cf048241a91b2e309ea29e7a513ba (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(void);

#endif

Generated with cgit - Back to sebastiano.tronto.net