Skip to content
Snippets Groups Projects
Commit 7c093d7a authored by mattijs's avatar mattijs
Browse files

indentation corrected

parent 2aed2a2a
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@
(
fvc::interpolate(rho)
*(
(fvc::interpolate(U) & mesh.Sf())
+ fvc::ddtPhiCorr(rUA, rho, U, phi)
(fvc::interpolate(U) & mesh.Sf())
+ fvc::ddtPhiCorr(rUA, rho, U, phi)
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment