Revision: | 1060 |
Committed: | Thu Feb 19 21:10:06 2004 UTC (21 years, 2 months ago) by mmeineke |
Content type: | text/plain |
File size: | 395 byte(s) |
Log Message: | added scd correlations, and director and order parameters for the head groups |
# | Content |
---|---|
1 | #ifndef __READWRITE_H__ |
2 | #define __READWRITE_H__ |
3 | |
4 | #include "tcProps.h" |
5 | |
6 | extern int isScanned; |
7 | extern int fileOpen; |
8 | extern int nFrames; |
9 | extern double *frameTimes; |
10 | extern char* inName; |
11 | |
12 | extern void setFrames( void ); |
13 | |
14 | extern void readFrame(int theFrame, struct atomCoord* atoms, |
15 | double Hmat[3][3] ); |
16 | |
17 | extern void openFile( void ); |
18 | extern void closeFile( void ); |
19 | |
20 | #endif // __READWRITE_H__ |