Rename sc-scale-X-gapsys to sc-gapsys-scale-X.
[alexxy/gromacs.git] / src / gromacs / mdtypes / interaction_const.h
index 035cda1dbe8371ec5f75a182abeb390954f1a1af..79417c41f5f0c9c3b15d43b08dd51e284f50b090 100644 (file)
@@ -130,9 +130,9 @@ struct interaction_const_t
         // soft-core function
         SoftcoreType softcoreType;
         // (gapsys sc) linearization point scaling for vdW interactions
-        real scaleLinpointVdWGapsys;
+        real gapsysScaleLinpointVdW;
         // (gapsys sc) linearization point scaling for Coulomb interactions
-        real scaleLinpointCoulGapsys;
+        real gapsysScaleLinpointCoul;
         // (gapsys sc) lower bound/replacement for c12/c6 in vdw interactions
         real sigma6VdWGapsys;
     };