Revision: | 82 |
Committed: | Fri Aug 16 04:05:45 2002 UTC (22 years, 8 months ago) by mmeineke |
Content type: | text/plain |
File size: | 248 byte(s) |
Log Message: | added the capability to specify a start and end frame for cosCorr and GofR |
# | 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 | mmeineke | 82 | struct xyz_frame* frames, int nFrames, |
8 | int startFrame, int endFrame ); | ||
9 | mmeineke | 46 | |
10 | #define histBins 200 | ||
11 | |||
12 | #endif |