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"
|
||||
)
|
||||
<< "Unbounded gamma: max(gamma) = "
|
||||
<< maxGamma << ", max(sGamma) = " <<
|
||||
<< maxSGamma << endl;
|
||||
<< maxGamma << ", max(sGamma) = " << maxSGamma << endl;
|
||||
}
|
||||
|
||||
forAll (mesh.boundary(), patchI)
|
||||
|
|
Reference in a new issue