indentation corrected

This commit is contained in:
mattijs
2009-04-23 14:42:18 +01:00
parent 2aed2a2a9b
commit 7c093d7aaa

View File

@ -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)
)
);