use primary tokens for logical operators instead of alternative tokens

don't start mixing tokens within a project
This commit is contained in:
danielque
2018-04-06 13:07:54 +02:00
parent c764c6c184
commit 9591c2e4e1
5 changed files with 8 additions and 8 deletions

View File

@ -120,7 +120,7 @@ void multiIntervalPath::getRecPath()
Pstream::scatter(numRecIntervals);
if (not Pstream::master())
if (!Pstream::master())
{
virtualTimeIndexList_.setSize(numRecIntervals);
}