Skip to content
Snippets Groups Projects
Commit dee30c1e authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: 80 char limit

parent 1b7ad868
Branches
Tags
No related merge requests found
......@@ -184,7 +184,10 @@
i,
new dimensionedScalar
(
fluidRegions[i].solutionDict().subDict("SIMPLE").lookup("rhoMax")
fluidRegions[i].solutionDict().subDict("SIMPLE").lookup
(
"rhoMax"
)
)
);
......@@ -193,7 +196,10 @@
i,
new dimensionedScalar
(
fluidRegions[i].solutionDict().subDict("SIMPLE").lookup("rhoMin")
fluidRegions[i].solutionDict().subDict("SIMPLE").lookup
(
"rhoMin"
)
)
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment