ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/readWrite.h
Revision: 1056
Committed: Tue Feb 17 14:30:48 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: text/plain
File size: 380 byte(s)
Log Message:
lmost finished with the readWrite routines

File Contents

# 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
11 extern void setFrames( void );
12
13 extern void readFrame(int theFrame, struct atomCoord* atoms,
14 double Hmat[3][3] );
15
16 extern void openFile( char* inName )
17 extern void closeFile( void )
18
19 #endif // __READWRITE_H__