Fix bonded tests
[alexxy/gromacs.git] / src / gromacs / listed_forces / bonded.cpp
index 39876051f87c8ecf2560a3a2be053c8e39ff5720..b01c0a18b2421bd62c09a4f2f9f991c07b70627a 100644 (file)
 
 using namespace gmx; // TODO: Remove when this file is moved into gmx namespace
 
+const EnumerationArray<BondedKernelFlavor, std::string> c_bondedKernelFlavorStrings = {
+    "forces, using SIMD when available", "forces, not using SIMD",
+    "forces, virial, and energy (ie. not using SIMD)", "forces and energy (ie. not using SIMD)"
+};
 namespace
 {