register ForceDisableFluidInPlaceOutput for flowexp_comp

FluidSystem<0> at this stage due to how it is implemented
This commit is contained in:
Kai Bao 2025-01-16 13:47:18 +01:00
parent 270018cfbb
commit dd9a7db39e
2 changed files with 2 additions and 7 deletions

View File

@ -1857,6 +1857,8 @@ INSTANTIATE_TYPE(float)
template<class T> using FS##NUM = GenericOilGasFluidSystem<T, NUM>; \
template class GenericOutputBlackoilModule<FS##NUM<double>>;
INSTANTIATE_COMP(0) // \Note: to register the parameter ForceDisableFluidInPlaceOutput
INSTANTIATE_COMP(2)
INSTANTIATE_COMP(3)
INSTANTIATE_COMP(4)

View File

@ -140,13 +140,6 @@ public:
}
}
/*!
* \brief Register all run-time parameters for the Vtk output module.
*/
static void registerParameters()
{
}
/*!
* \brief Allocate memory for the scalar fields we would like to
* write to ECL output files