mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-09-17 04:49:56 +00:00
Added 'const' types
This commit is contained in:
@ -11,9 +11,9 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
int reading_coords (char *filename, int type_inter, const int *label_atom,
|
||||
const float *cell, int *num_mol, int *num_atoms,
|
||||
int *true_label_mol, int *label_mol,
|
||||
int reading_coords (const char *filename, const int type_inter,
|
||||
const int *label_atom, const float *cell, int *num_mol,
|
||||
int *num_atoms, int *true_label_mol, int *label_mol,
|
||||
int *type_atoms, float *coords)
|
||||
/* filename - name of file with coordinates
|
||||
* type_inter - type interaction (number of molecules for interaction)
|
||||
|
Reference in New Issue
Block a user