indentation

This commit is contained in:
mattijs
2009-03-26 22:32:10 +00:00
parent 7bcd0d5bce
commit fc09d219af

View File

@ -59,7 +59,8 @@
rho = thermo->rho();
rho.relax();
Info<< "rho max/min : " << max(rho).value() << " " << min(rho).value() << endl;
Info<< "rho max/min : " << max(rho).value() << " " << min(rho).value()
<< endl;
pd == p - (rho*gh + pRef);
}