Parameter::setNeedInterface no longer available
For the numerical tests a Parameter
instance is created in VirtualFluidSimulationFactory.cpp
.
However, it still used para->setNeedInterface(std::vector<bool>{true, true, true, true, true, true})
, which is no longer available.
We need to determine if this has any effect on the produced test results.