Updates to nblib test infra and tests
[alexxy/gromacs.git] / api / nblib / tests / gmxcalculator.cpp
index 164e5e784e1a4bada92458df61991a42c8ec15ac..ae10568258c8303a0698e284ece35e39cc3241d6 100644 (file)
@@ -57,7 +57,7 @@ namespace
 {
 TEST(NBlibTest, GmxForceCalculatorCanCompute)
 {
-    ArgonSimulationStateBuilder argonSystemBuilder;
+    ArgonSimulationStateBuilder argonSystemBuilder(fftypes::GROMOS43A1);
     SimulationState             simState = argonSystemBuilder.setupSimulationState();
     NBKernelOptions             options  = NBKernelOptions();
     options.nbnxmSimd                    = SimdKernels::SimdNo;