Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / tables.h
index b16abe9141e9d5427073880cdef23ae63697f26a..a33250f4463462ace5b594368b21e509a18644cb 100644 (file)
@@ -35,7 +35,8 @@
 
 #ifndef _tables_h
 #define _tables_h
-#include "types/simple.h"
+#include "gromacs/legacyheaders/types/interaction_const.h"
+#include "gromacs/legacyheaders/types/simple.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -64,7 +65,7 @@ void table_spline3_fill_ewald_lr(real                                 *table_F,
  * The force can then be interpolated linearly.
  */
 
-real ewald_spline3_table_scale(real ewaldcoeff, real rc);
+real ewald_spline3_table_scale(const interaction_const_t *ic);
 /* Return the scaling for the Ewald quadratic spline tables. */
 
 double v_q_ewald_lr(double beta, double r);