ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
tcProps
/
rmsd.h
Revision:
1085
Committed:
Fri Mar 5 03:10:29 2004 UTC
(21 years, 2 months ago) by
mmeineke
Content type:
text/plain
File size:
200 byte(s)
Log Message:
who knows?, but it works for the most part
File Contents
#
Content
1
#ifndef __RMSD_H__
2
#define __RMSD_H__
3
4
#include "tcProps.h"
5
6
#define RMSDBINS 200
7
8
extern void rmsd( enum atomNames rType, double startTime, char* outPrefix,
9
char* theName);
10
11
#endif // __RMSD_H__