mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-14 22:35:51 +00:00
16 lines
285 B
C
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 */ |