Replace gmx_large_int_t with gmx_int64_t
[alexxy/gromacs.git] / src / gromacs / gmxlib / bondfree.c
index 43776abb701ed14ab40e3a25c398329c2f4ed925..38c4c9037285e348134eaaa991895441d05fa15b 100644 (file)
@@ -4189,10 +4189,10 @@ static real calc_one_bond(FILE *fplog, int thread,
             pdihs_noener_simd
 #endif
                 (nbn, idef->il[ftype].iatoms+nb0,
-                 idef->iparams,
-                 (const rvec*)x, f,
-                 pbc, g, lambda[efptFTYPE], md, fcd,
-                 global_atom_index);
+                idef->iparams,
+                (const rvec*)x, f,
+                pbc, g, lambda[efptFTYPE], md, fcd,
+                global_atom_index);
             v = 0;
         }
         else
@@ -4214,7 +4214,7 @@ static real calc_one_bond(FILE *fplog, int thread,
     {
         v = do_nonbonded_listed(ftype, nbn, iatoms+nb0, idef->iparams, (const rvec*)x, f, fshift,
                                 pbc, g, lambda, dvdl, md, fr, grpp, global_atom_index);
-        
+
         if (bPrintSepPot)
         {
             fprintf(fplog, "  %-5s + %-15s #%4d                  dVdl %12.5e\n",
@@ -4245,7 +4245,7 @@ void calc_bonds(FILE *fplog, const gmx_multisim_t *ms,
                 t_fcdata *fcd, int *global_atom_index,
                 t_atomtypes gmx_unused *atype, gmx_genborn_t gmx_unused *born,
                 int force_flags,
-                gmx_bool bPrintSepPot, gmx_large_int_t step)
+                gmx_bool bPrintSepPot, gmx_int64_t step)
 {
     gmx_bool      bCalcEnerVir;
     int           i;
@@ -4391,7 +4391,7 @@ void calc_bonds_lambda(FILE *fplog,
     real          dvdl_dum[efptNR];
     rvec         *f, *fshift;
     const  t_pbc *pbc_null;
-    t_idef       idef_fe;
+    t_idef        idef_fe;
 
     if (fr->bMolPBC)
     {