/* * correspondence.h * * Plot of calculated against measured structure factors * * (c) 2006 Thomas White * Synth2d - two-dimensional Fourier synthesis * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef CORRESPONDENCE_H #define CORRESPONDENCE_H extern void correspondence_show(void); #endif /* CORRESPONDENCE_H */