/* * anneal.h * * Structure solution by simulated annealing * * (c) 2006 Thomas White * synth2d - two-dimensional Fourier synthesis * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef ANNEAL_H #define ANNEAL_H extern void anneal_dialog_open(void); #endif /* ANNEAL_H */