mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote branch 'OpenCFD/master' into olesenm
Conflicts: applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C applications/utilities/surface/surfaceCheck/surfaceCheck.C src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C NOTE: also needed to strip trailing space/lines in various files
This commit is contained in:
@ -209,11 +209,10 @@ int main(int argc, char *argv[])
|
||||
// write bounding box corners
|
||||
if (args.optionFound("blockMesh"))
|
||||
{
|
||||
pointField cornerPts(boundBox(surf.points()).corners());
|
||||
pointField cornerPts(boundBox(surf.points()).points());
|
||||
|
||||
Info<<"// blockMeshDict info" << nl;
|
||||
|
||||
Info<<"vertices\n(" << nl;
|
||||
Info<<"// blockMeshDict info" << nl
|
||||
<<"vertices\n(" << nl;
|
||||
forAll(cornerPts, ptI)
|
||||
{
|
||||
Info << " " << cornerPts[ptI] << nl;
|
||||
|
||||
Reference in New Issue
Block a user