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
(21 years, 2 months ago) by
mmeineke
Content type:
text/plain
File size:
252 byte(s)
Log Message:
started on som io
File Contents
#
Content
1
#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__