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

[ex-mainfile] Correct tabulation range

parent dd11d555
No related branches found
No related tags found
1 merge request!130[ex-mainfile] Correct tabulation range
Pipeline #22619 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