Formatting
This commit is contained in:
parent
9eaec00f21
commit
ed1fdd360c
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ License
|
|||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
defineTypeNameAndDebug(Foam::commSchedule, 0);
|
||||
namespace Foam
|
||||
{
|
||||
defineTypeNameAndDebug(commSchedule, 0);
|
||||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||
|
|
Reference in a new issue