Skip to content
Snippets Groups Projects
Commit 59b6a371 authored by Mathis Kelm's avatar Mathis Kelm
Browse files

Merge branch 'fix/mainfile-tabulation' into 'master'

[ex-mainfile] Correct tabulation range

See merge request !130
parents dd11d555 78720bdf
No related branches found
No related tags found
1 merge request!130[ex-mainfile] Correct tabulation range
Pipeline #22648 passed
......@@ -55,7 +55,7 @@ public:
OnePTestProblem(std::shared_ptr<const GridGeometry> gridGeometry)
: ParentType(gridGeometry)
{
FluidSystem::Component::init(/*tempMin=*/272.15,
FluidSystem::Component::init(/*tempMin=*/273.15,
/*tempMax=*/294.15,
/*numTemp=*/10,
/*pMin=*/1.0e4,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment