ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/readWrite.h
Revision: 1052
Committed: Fri Feb 13 22:13:06 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: text/plain
File size: 252 byte(s)
Log Message:
started on som io

File Contents

# User Rev Content
1 mmeineke 1052 #ifndef __READWRITE_H__
2     #define __READWRITE_H__
3    
4     #include "tcProps.h"
5    
6     extern int isScanned;
7    
8     extern int setFrames(char* inName);
9    
10     extern void readFrame(int theFrame, struct atomCoord* atoms );
11    
12     extern void closeFile( void )
13    
14     #endif // __READWRITE_H__