ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/rmsd.h
(Generate patch)

Comparing trunk/tcProps/rmsd.h (file contents):
Revision 1072 by mmeineke, Fri Feb 27 20:39:17 2004 UTC vs.
Revision 1073 by mmeineke, Sat Feb 28 16:45:57 2004 UTC

# Line 1 | Line 1
1   #ifndef __RMSD_H__
2   #define __RMSD_H__
3  
4 < extern void rmsd( double startTime, char* outPrefix );
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__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines