/* * cflip.h * * Charge -flipping algorithms * * (c) 2006-2007 Thomas White * (c) 2008 Alexander Eggeman * * synth2d - two-dimensional Fourier synthesis * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef CFLIP_H #define CFLIP_H #include "reflist.h" #include "symmetry.h" #include "gtk-symmetry.h" #include "cdm.h" extern void cflip_dialog_open(void); #endif /* CFLIP_H */