mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 06:45:50 +00:00
26 lines
634 B
C
26 lines
634 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef RADF_H
|
|
#define RADF_H
|
|
|
|
/**
|
|
* @fn search_rdf
|
|
*/
|
|
/**
|
|
* @fn search_rdf_centr
|
|
*/
|
|
/**
|
|
* @fn search_radf
|
|
*/
|
|
|
|
int search_rdf (const int, const int *, const int *, const float *, const double,
|
|
const double, const double, int *);
|
|
int search_rdf_centr (const int, const int *, const int *, const float *, const double,
|
|
const double, const double, int *);
|
|
int search_radf (const int, const int *, const int *, const float *, const double,
|
|
const double, const double, const double, const double, const double,
|
|
int *);
|
|
|
|
#endif /* RADF_H */ |