mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
use primary tokens for logical operators instead of alternative tokens
don't start mixing tokens within a project
This commit is contained in:
@ -120,7 +120,7 @@ void multiIntervalPath::getRecPath()
|
||||
|
||||
Pstream::scatter(numRecIntervals);
|
||||
|
||||
if (not Pstream::master())
|
||||
if (!Pstream::master())
|
||||
{
|
||||
virtualTimeIndexList_.setSize(numRecIntervals);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user