ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/madProps/headers/cosCorr.h
Revision: 46
Committed: Tue Jul 23 20:10:49 2002 UTC (22 years ago) by mmeineke
Content type: text/plain
File size: 211 byte(s)
Log Message:
added the cos correlation function

File Contents

# User Rev Content
1 mmeineke 46 #ifndef __COSCORR_H__
2     #define __COSCORR_H__
3    
4     #include "madProps.h"
5    
6     extern void cosCorr( char* out_prefix, char* atom1, char* atom2,
7     struct xyz_frame* frames, int nFrames );
8    
9     #define histBins 200
10    
11     #endif