Added 'const' types

This commit is contained in:
arcan1s
2013-07-19 17:16:28 +04:00
parent 6426504bba
commit 18b0a73bd8
8 changed files with 22 additions and 21 deletions

View File

@ -8,7 +8,8 @@
#include <stdlib.h>
int summary_statistic (char *filename, int step, int num_mol, const int *type_agl, const int *stat_all)
int summary_statistic (const char *filename, const int step, const int num_mol,
const int *type_agl, const int *stat_all)
/* filename - name of output file
* step - number of steps
* num_mol - number of molecules