Merge branch release-5-1 into release-2016
[alexxy/gromacs.git] / src / gromacs / tables / forcetable.h
index 7e68fdaf2c2375ec8edcdce74c671b40d6004eb4..9236b344057acce92dfd6264182329f8858cbb73 100644 (file)
@@ -84,7 +84,7 @@ t_forcetable *make_tables(FILE *fp,
                           const char *fn, real rtab, int flags);
 /* Return tables for inner loops. */
 
-bondedtable_t make_bonded_table(FILE *fplog, char *fn, int angle);
+bondedtable_t make_bonded_table(FILE *fplog, const char *fn, int angle);
 /* Return a table for bonded interactions,
  * angle should be: bonds 0, angles 1, dihedrals 2
  */