ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tcProps/gofz.h
Revision: 1080
Committed: Wed Mar 3 15:16:15 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: text/plain
File size: 196 byte(s)
Log Message:
added gofz code

File Contents

# User Rev Content
1 mmeineke 1080 #ifndef __GOFZ_H__
2     #define __GOFZ_H__
3    
4     #include "tcProps.h"
5    
6     #define GOFZNBINS 100
7    
8     extern void calcGofz(double startTime, struct atomCoord *atoms,
9     char* outPrefix );
10    
11     #endif // __GOFZ_H__