Merge origin/release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / idef.h
index a6b51ffeb7e96c695974cd6c8d242585b4c96244..3433adca4173daeae75fe9f0f9cfe08f68d6b40c 100644 (file)
@@ -320,7 +320,7 @@ typedef struct
 typedef struct {
   int  n;         /* n+1 is the number of points */
   real scale;     /* distance between two points */
-  real *tab;      /* the actual tables, per point there are  4 numbers */
+  real *data;     /* the actual table data, per point there are 4 numbers */
 } bondedtable_t;
 
 #ifdef __cplusplus