mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-28 04:59:58 +00:00
Reorganization
This commit is contained in:
14
mathmech/mm_agl/src/set_center.h
Normal file
14
mathmech/mm_agl/src/set_center.h
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @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 */
|
Reference in New Issue
Block a user