Formatting: Rationalized the indentation of #include

This commit is contained in:
Henry
2015-02-10 20:35:50 +00:00
parent 45461bfcfe
commit c778346c96
151 changed files with 508 additions and 519 deletions

View File

@ -44,7 +44,7 @@ if (which_type == Z_TRI03)
label nPoints = bMesh[patchi][n].size();
if (nPoints == 3)
{
# include "tensorConversion.H"
#include "tensorConversion.H"
}
}
}
@ -57,7 +57,7 @@ if (which_type == Z_QUA04)
label nPoints = bMesh[patchi][n].size();
if (nPoints == 4)
{
# include "tensorConversion.H"
#include "tensorConversion.H"
}
}
}
@ -70,7 +70,7 @@ if (which_type == Z_NSIDED)
label nPoints = bMesh[patchi][n].size();
if ((nPoints != 3) && (nPoints != 4))
{
# include "tensorConversion.H"
#include "tensorConversion.H"
}
}
}