Update GPU update restrictions
[alexxy/gromacs.git] / src / gromacs / taskassignment / decidegpuusage.h
index 6b8685fa3e1f886e029915a959e6143d798840c7..1170359b0a5368cf2378c43a1ce471b0d061ae19 100644 (file)
@@ -241,7 +241,6 @@ bool decideWhetherToUseGpusForBonded(bool       useGpuForNonbonded,
  * \param[in]  haveVSites                If there are virtual sites in the system.
  * \param[in]  useEssentialDynamics      If essential dynamics is active.
  * \param[in]  doOrientationRestraints   If orientation restraints are enabled.
- * \param[in]  doDistanceRestraints      If distance restraints are enabled.
  * \param[in]  useReplicaExchange        If this is a REMD simulation.
  *
  * \returns    Whether complete simulation can be run on GPU.
@@ -258,7 +257,6 @@ bool decideWhetherToUseGpuForUpdate(bool              forceGpuUpdateDefaultOn,
                                     bool              haveVSites,
                                     bool              useEssentialDynamics,
                                     bool              doOrientationRestraints,
-                                    bool              doDistanceRestraints,
                                     bool              useReplicaExchange);