ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/props/GofR.cpp
Revision: 756
Committed: Tue Sep 9 21:50:01 2003 UTC (21 years, 8 months ago) by mmeineke
File size: 309 byte(s)
Log Message:
added the beginings of the GofR pair correlation.

added identification of identI in matchI.

File Contents

# Content
1 #include <cstring>
2 #include <cmath>
3
4 #include "PairCorrType.hpp"
5
6
7 GofR::GofR( char* key1, char* key2, int theNatoms ):
8 PairCorrType( key1, key2, theNatoms )
9 {
10
11 strcpy( corrType, "GofR" );
12
13 }
14
15
16 void GofR::correlate( double[3] Rij, double dist,
17 double[3] uHatI, double[3] uHatJ ){
18
19
20
21 }