mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-08-26 11:09:55 +00:00
Prerelease mm_trj
edited logo edited Makefile's
This commit is contained in:
15
mm_trj/src/read_gmx.h
Normal file
15
mm_trj/src/read_gmx.h
Normal 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 */
|
Reference in New Issue
Block a user