From d876bb624660a360c620b704e674d150e14025f5 Mon Sep 17 00:00:00 2001 From: wanqing0421 Date: Sat, 26 Apr 2025 01:13:42 +0800 Subject: [PATCH] correction for tab --- .../geometryPhasicFlow/stlWall/stlWall.cpp | 102 +++++++++--------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/utilities/Utilities/geometryPhasicFlow/stlWall/stlWall.cpp b/utilities/Utilities/geometryPhasicFlow/stlWall/stlWall.cpp index 2c0cc550..d1958988 100755 --- a/utilities/Utilities/geometryPhasicFlow/stlWall/stlWall.cpp +++ b/utilities/Utilities/geometryPhasicFlow/stlWall/stlWall.cpp @@ -26,62 +26,62 @@ Licence: bool pFlow::stlWall::readSTLWall ( - const dictionary& dict + const dictionary& dict ) { - auto fileName = dict.getVal("file"); + auto fileName = dict.getVal("file"); - real scale = dict.getValOrSet("scale", static_cast(1.0)); + real scale = dict.getValOrSet("scale", static_cast(1.0)); - realx3 transform = dict.getValOrSet("transform", realx3(0)); + realx3 transform = dict.getValOrSet("transform", realx3(0)); - auto scaleFirst = dict.getValOrSet("scaleFirst", Logical("Yes")); - - fileSystem file("./stl",fileName); + auto scaleFirst = dict.getValOrSet("scaleFirst", Logical("Yes")); + + fileSystem file("./stl",fileName); - stlFile stl(file); - if(!stl.read()) - { - fatalErrorInFunction << - " error in reading stl file "<< file <