Files
moldyn/mathmech/mm_envir/src/coords.h
2013-08-24 23:33:26 +04:00

16 lines
285 B
C

/**
* @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 */