Add virtual site with one constructing atom
[alexxy/gromacs.git] / src / gromacs / mdlib / vsite.h
index be1d8c9ebc0f46c6fd4ba3738ac8cc9d1151b9e1..ae7c932b5e5caf390dccc20acd6cc96d107eeccf 100644 (file)
@@ -74,7 +74,7 @@ class RangePartitioning;
  * This is used to avoid loops over all ftypes just to get the vsite entries.
  * (We should replace the fixed ilist array by only the used entries.)
  */
-static constexpr int c_ftypeVsiteStart = F_VSITE2;
+static constexpr int c_ftypeVsiteStart = F_VSITE1;
 //! The start and end value of the vsite indices in the ftype enum
 static constexpr int c_ftypeVsiteEnd = F_VSITEN + 1;