Move types/idef.h to topology/
[alexxy/gromacs.git] / src / gromacs / gmxlib / ifunc.c
index 02f055c1362a5b35373f6d3c2800f2fc62ddc567..ba34887fe5f6cdbde4707fa2cc1753f6e1869231 100644 (file)
@@ -86,7 +86,7 @@
 #define    def_nofc(str, lstr) \
     {str, lstr,    0,     0,     0, IF_NULL,                    -1, unimplemented}
 
-/* this MUST correspond to the enum in include/types/idef.h */
+/* this MUST correspond to the enum in src/gromacs/topology/idef.h */
 const t_interaction_function interaction_function[F_NRE] =
 {
     def_bond    ("BONDS",    "Bond",            2, 2, 2,  eNR_BONDS,  bonds         ),