--- trunk/tcProps/rmsd.h 2004/02/28 16:45:57 1073 +++ trunk/tcProps/rmsd.h 2004/03/05 03:10:29 1085 @@ -3,8 +3,9 @@ #include "tcProps.h" -#define RMSDBINS 1000 +#define RMSDBINS 200 -extern void rmsd( enum atomNames rType, double startTime, char* outPrefix ); +extern void rmsd( enum atomNames rType, double startTime, char* outPrefix, + char* theName); #endif // __RMSD_H__