ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/directorWhole.h
Revision: 1062
Committed: Fri Feb 20 21:20:37 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: text/plain
File size: 212 byte(s)
Log Message:
debugging the director code

File Contents

# Content
1 #ifndef __DIRECTORWHOLE_H__
2 #define __DIRECTORWHOLE_H__
3
4 #include "tcProps.h"
5
6 extern void calcDirWholeCorr( double startTime, struct atomCoord* atoms,
7 char* outPrefix );
8
9
10 #endif //__DIRECTORWHOLE_H__