Bugfix: double arrow in write
This commit is contained in:
parent
50710e0253
commit
0ac7da5a36
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@
|
||||||
"updateIbMasks.H"
|
"updateIbMasks.H"
|
||||||
)
|
)
|
||||||
<< "Unbounded gamma: max(gamma) = "
|
<< "Unbounded gamma: max(gamma) = "
|
||||||
<< maxGamma << ", max(sGamma) = " <<
|
<< maxGamma << ", max(sGamma) = " << maxSGamma << endl;
|
||||||
<< maxSGamma << endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
forAll (mesh.boundary(), patchI)
|
forAll (mesh.boundary(), patchI)
|
||||||
|
|
Reference in a new issue