| Revision: | 756 |
| Committed: | Tue Sep 9 21:50:01 2003 UTC (22 years, 2 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. |
| # | 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 | } |