Prerelease mm_trj

edited logo
edited Makefile's
This commit is contained in:
arcan1s
2013-08-04 06:41:22 +04:00
parent 1344434468
commit 8861dbd7d6
33 changed files with 3353 additions and 18 deletions

15
mm_trj/src/read_gmx.h Normal file
View File

@ -0,0 +1,15 @@
/**
* @file
*/
#ifndef READ_GMX_H
#define READ_GMX_H
/**
* @fn rw_gmx
*/
int rw_gmx (const char *, const int, const char *, const int, const int *,
const int *, const char *, const int *, float *);
#endif /* READ_GMX_H */