Rename sc-sigma-LJ-gapsys to sc-gapsys-sigma-LJ.
[alexxy/gromacs.git] / src / gromacs / mdtypes / inputrec.h
index c1407fe5750dbf60bf5735e5e5aeca78d45e1fdc..a7e8e9c4e4833756e369109b0144bfbe5ed47123 100644 (file)
@@ -150,7 +150,7 @@ struct t_lambda
     //! scale for the linearization point for the coulomb interaction with gapsys soft-core
     real scGapsysScaleLinpointQ = 0.3;
     //! lower bound for c12/c6 in gapsys soft-core
-    real scSigmaLJGapsys = 0.3;
+    real scGapsysSigmaLJ = 0.3;
     //! Whether to print the dvdl term associated with this term; if it is not specified as separate, it is lumped with the FEP term
     gmx::EnumerationArray<FreeEnergyPerturbationCouplingType, bool> separate_dvdl;
     //! Whether to write a separate dhdl.xvg file note: NOT a gmx_bool, but an enum