functionObjects: Rationalized the use of "tab" rather than token::TAB

This commit is contained in:
Henry Weller
2017-09-09 19:03:16 +01:00
parent 7dc61879a6
commit 27ca59be80
7 changed files with 54 additions and 54 deletions

View File

@ -225,10 +225,10 @@ bool Foam::functionObjects::yPlus::write()
writeTime(file());
file()
<< token::TAB << patch.name()
<< token::TAB << minYplus
<< token::TAB << maxYplus
<< token::TAB << avgYplus
<< tab << patch.name()
<< tab << minYplus
<< tab << maxYplus
<< tab << avgYplus
<< endl;
}
}