ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/rmsd.h
Revision: 1072
Committed: Fri Feb 27 20:39:17 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: text/plain
File size: 116 byte(s)
Log Message:
started work on rmsd

File Contents

# User Rev Content
1 mmeineke 1072 #ifndef __RMSD_H__
2     #define __RMSD_H__
3    
4     extern void rmsd( double startTime, char* outPrefix );
5    
6     #endif // __RMSD_H__