Removed rounding issue in nbnxn Ewald table
[alexxy/gromacs.git] / include / tables.h
index defdd3f4a559c19278fb96d6513811e01b4fbb92..5658125dbb78398f13d6d1c671a209b1903778b8 100644 (file)
@@ -48,12 +48,12 @@ extern "C" {
 #endif
 
 GMX_LIBMD_EXPORT
-void table_spline3_fill_ewald_lr(real *table_F,
-                                 real *table_V,
-                                 real *table_FDV0,
-                                 int   ntab,
-                                 real  dx,
-                                 real  beta);
+void table_spline3_fill_ewald_lr(real  *table_F,
+                                 real  *table_V,
+                                 real  *table_FDV0,
+                                 int    ntab,
+                                 double dx,
+                                 real   beta);
 /* Fill tables of ntab points with spacing dr with the ewald long-range
  * (mesh) force.
  * There are three separate tables with format FDV0, F, and V.