mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-20 17:20:01 +00:00
Added prefix 'mm_'
This commit is contained in:
16
mm_radf/src/radf_proc.h
Normal file
16
mm_radf/src/radf_proc.h
Normal file
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @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 */
|
Reference in New Issue
Block a user