Files
moldyn/mathmech/mm/include/mathmech/read_gmx.h
2014-01-26 03:49:43 +04:00

19 lines
332 B
C

/**
* @file
*/
#ifndef READ_GMX_H
#define READ_GMX_H
/**
* @fn translate_coords
*/
/**
* @fn rw_gmx
*/
int translate_coords (const float, const float, float *);
int rw_gmx (const char *, const int, const char *, const int, const int *,
const int *, const char *, const int *, float *);
#endif /* READ_GMX_H */