| Revision: | 1052 |
| Committed: | Fri Feb 13 22:13:06 2004 UTC (21 years, 8 months ago) by mmeineke |
| Content type: | text/plain |
| File size: | 252 byte(s) |
| Log Message: | started on som io |
| # | 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__ |