ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/rmsd.h
Revision: 1073
Committed: Sat Feb 28 16:45:57 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: text/plain
File size: 183 byte(s)
Log Message:
finished the rmsd coding. hasn't been debugged

File Contents

# Content
1 #ifndef __RMSD_H__
2 #define __RMSD_H__
3
4 #include "tcProps.h"
5
6 #define RMSDBINS 1000
7
8 extern void rmsd( enum atomNames rType, double startTime, char* outPrefix );
9
10 #endif // __RMSD_H__