Removed the unnecessary hacks from some boolean statements.
[alexxy/gromacs.git] / src / mdlib / sim_util.c
index 61b7f87fde33959c5ed831457b04fada9967ea71..d8d94ffe70162304db0d02c4cef6494c6e132611 100644 (file)
@@ -530,9 +530,7 @@ void do_force(FILE *fplog,t_commrec *cr,
 
     gmx_pme_send_x(cr,bBS ? boxs : box,x,
                    mdatoms->nChargePerturbed,lambda,
-/* FIX ME after 4.5 */
-/* we are using gmx_bool of type char */
-                   ( flags & GMX_FORCE_VIRIAL) != 0,step);
+                   ( flags & GMX_FORCE_VIRIAL),step);
 
     GMX_MPE_LOG(ev_send_coordinates_finish);
     wallcycle_stop(wcycle,ewcPP_PMESENDX);