mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-17 07:40:00 +00:00
16 lines
340 B
C
16 lines
340 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef RADF_PROC_H
|
|
#define RADF_PROC_H
|
|
|
|
/**
|
|
* @fn print_result
|
|
*/
|
|
|
|
int print_result (const char *, const int, const int, const int, const int, const double,
|
|
const double, const double, const double, const double, const double,
|
|
const float *, const int *);
|
|
|
|
#endif /* RADF_PROC_H */ |