mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-16 07:10:00 +00:00
14 lines
190 B
C
14 lines
190 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef SET_CENTER_H
|
|
#define SET_CENTER_H
|
|
|
|
/**
|
|
* @fn set_center
|
|
*/
|
|
|
|
int set_center (const int, const int, const int *, const float *, float *);
|
|
|
|
#endif /* SET_CENTER_H */ |