Code style: Updated line comments to start with a space
//This is a comment -> // This is a comment
This commit is contained in:
@ -18,8 +18,8 @@ int USERD_get_nsided_conn
|
||||
}
|
||||
else if (part_number < nPatches+2)
|
||||
{
|
||||
//const cellList& cells = meshPtr->cells();
|
||||
//const faceList& faces = meshPtr->faces();
|
||||
// const cellList& cells = meshPtr->cells();
|
||||
// const faceList& faces = meshPtr->faces();
|
||||
|
||||
label patchi = part_number - 2;
|
||||
const polyBoundaryMesh& bMesh = meshPtr->boundaryMesh();
|
||||
|
||||
@ -38,7 +38,7 @@ const cellShapeList& cellShapes = meshPtr->cellShapes();
|
||||
if (which_type == Z_HEX08)
|
||||
{
|
||||
const cellModel& hex = *(cellModeller::lookup("hex"));
|
||||
//const cellModel& wedge = *(cellModeller::lookup("wedge"));
|
||||
// const cellModel& wedge = *(cellModeller::lookup("wedge"));
|
||||
|
||||
label counter = 1;
|
||||
for (label celli=0; celli<nCells; celli++)
|
||||
|
||||
@ -38,7 +38,7 @@ const cellShapeList& cellShapes = meshPtr->cellShapes();
|
||||
if (which_type == Z_HEX08)
|
||||
{
|
||||
const cellModel& hex = *(cellModeller::lookup("hex"));
|
||||
//const cellModel& wedge = *(cellModeller::lookup("wedge"));
|
||||
// const cellModel& wedge = *(cellModeller::lookup("wedge"));
|
||||
|
||||
label counter = 1;
|
||||
for (label n=0; n<nCells; n++)
|
||||
|
||||
@ -38,7 +38,7 @@ const cellShapeList& cellShapes = meshPtr->cellShapes();
|
||||
if (which_type == Z_HEX08)
|
||||
{
|
||||
const cellModel& hex = *(cellModeller::lookup("hex"));
|
||||
//const cellModel& wedge = *(cellModeller::lookup("wedge"));
|
||||
// const cellModel& wedge = *(cellModeller::lookup("wedge"));
|
||||
|
||||
label counter = 1;
|
||||
for (label n=0; n<nCells; n++)
|
||||
|
||||
Reference in New Issue
Block a user