Formatting
This commit is contained in:
parent
86cb16279e
commit
b7f927c3de
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ int main(int argc, char *argv[])
|
|||
- fvm::laplacian(ghrUAf, h)
|
||||
);
|
||||
|
||||
if (ucorr < nOuterCorr-1 || corr < nCorr-1)
|
||||
if (ucorr < nOuterCorr - 1 || corr < nCorr - 1)
|
||||
{
|
||||
hEqn.solve();
|
||||
}
|
||||
|
|
Reference in a new issue