ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/madProps/headers/GofR.h
Revision: 45
Committed: Tue Jul 23 16:08:35 2002 UTC (21 years, 11 months ago) by mmeineke
Content type: text/plain
File size: 200 byte(s)
Log Message:
got the GofR code working, and slimmed down the memory usage.

File Contents

# Content
1 #ifndef __GOFR_H__
2 #define __GOFR_H__
3
4 #include "madProps.h"
5
6 extern void GofR( char* out_prefix, char* atom1, char* atom2,
7 struct xyz_frame* frames, int nFrames );
8
9 #define GofRBins 200
10
11 #endif