Release mm_trj2pdb-1.0.1

This commit is contained in:
arcan1s
2013-08-05 06:42:23 +04:00
parent 38bb73d4f1
commit 9b4390f452
20 changed files with 3331 additions and 1 deletions

16
mm_trj2pdb/src/coords.h Normal file
View File

@ -0,0 +1,16 @@
/**
* @file
*/
#ifndef COORDS_H
#define COORDS_H
/**
* @fn reading_coords
*/
int reading_coords (const int, const char *, const int, const int *,
const float *, int *, int *, int *, int *, int *, float *,
char *);
#endif /* COORDS_H */