Files
moldyn/mathmech/mm_agl/src/set_center.h
2013-08-24 23:33:26 +04:00

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 */