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 (21 years, 2 months ago) by mmeineke
Content type: text/plain
File size: 116 byte(s)
Log Message:
started work on rmsd

File Contents

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