We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6996c7b commit 9493460Copy full SHA for 9493460
1 file changed
src/coreComponents/constitutive/fluid/singlefluid/CompressibleSinglePhaseFluid.hpp
@@ -154,8 +154,7 @@ class CompressibleSinglePhaseFluid : public SingleFluidBase
154
localIndex const numPts ) override;
155
156
/// Type of kernel wrapper for in-kernel update (TODO: support multiple EAT, not just linear)
157
- using KernelWrapper = CompressibleSinglePhaseUpdate< ExponentApproximationType::Linear, ExponentApproximationType::Linear >;
158
-// using KernelWrapper = CompressibleSinglePhaseUpdate< ExponentApproximationType::Full, ExponentApproximationType::Linear >;
+ using KernelWrapper = CompressibleSinglePhaseUpdate< ExponentApproximationType::Full, ExponentApproximationType::Linear >;
159
160
/**
161
* @brief Create an update kernel wrapper.
0 commit comments