ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/madProps/headers/GofR.h
Revision: 44
Committed: Fri Jul 19 19:06:32 2002 UTC (21 years, 11 months ago) by mmeineke
Content type: text/plain
File size: 173 byte(s)
Log Message:

finished working on the command line options, and started working on the GofR

added the GofR header, and moved the strructure definitions to the madProps.h

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, struct xyz_frame* frames, int nFrames );
7
8 #endif