aboutsummaryrefslogtreecommitdiff
path: root/src/anneal.h
blob: 2efcfaa77f07a8514eb840b7c5e51e4e3e69725c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * anneal.h
 *
 * Structure solution by simulated annealing
 *
 * (c) 2006 Thomas White <taw27@cam.ac.uk>
 *  synth2d - two-dimensional Fourier synthesis
 *
 */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#ifndef ANNEAL_H
#define ANNEAL_H

extern void anneal_dialog_open(void);

#endif	/* ANNEAL_H */