mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-10 04:15:53 +00:00
19 lines
332 B
C
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 */ |