diff --git a/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp b/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp index 65e0ec9b731136385cd4cf9c974479e6c58b30ff..da5af3d519d538a6d9d0332f293c3f7961c4ac33 100644 --- a/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp +++ b/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp @@ -17,9 +17,7 @@ #include <iostream> #include <vector> -// TCLAP -#include "tclap/CmdLine.h" - +#include <tclap/CmdLine.h> // ShapeLib #include <shapefil.h> diff --git a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp index 66c8a4dfa8befa8e8b4563945b5d06400800f624..9b6608ea53fce33da3474a5ccbdde1e517faeafc 100644 --- a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp +++ b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp @@ -11,7 +11,7 @@ #include <memory> // ThirdParty -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/FileConverter/GMSH2OGS.cpp b/Applications/Utils/FileConverter/GMSH2OGS.cpp index 2c5dec3df33bc6e6c53eca0943e2f3826b61e377..bf62d4c19365544726bd31f8d3cc3feefe462517 100644 --- a/Applications/Utils/FileConverter/GMSH2OGS.cpp +++ b/Applications/Utils/FileConverter/GMSH2OGS.cpp @@ -17,7 +17,7 @@ #include <algorithm> // ThirdParty -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/FileConverter/OGS2VTK.cpp b/Applications/Utils/FileConverter/OGS2VTK.cpp index 6de64b1ffe456c590fd5421e8ca05db375f133f6..81fe9d073f9d2f2f84ab0a4364c61e4d86755b1c 100644 --- a/Applications/Utils/FileConverter/OGS2VTK.cpp +++ b/Applications/Utils/FileConverter/OGS2VTK.cpp @@ -14,8 +14,7 @@ #include <string> #include <memory> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/FileConverter/TIN2VTK.cpp b/Applications/Utils/FileConverter/TIN2VTK.cpp index b10205f1b92cbc1ea3254dd0adc46f55e9f7c414..fff58c413c2c93153358ea0786ab7a18601bed70 100644 --- a/Applications/Utils/FileConverter/TIN2VTK.cpp +++ b/Applications/Utils/FileConverter/TIN2VTK.cpp @@ -11,8 +11,7 @@ #include <string> #include <vector> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/FileConverter/VTK2OGS.cpp b/Applications/Utils/FileConverter/VTK2OGS.cpp index c47b89c6ab132bc5bd82e6064d926535977f3f0e..bd5c710d2948f5204faf344a82d855c70dfe2b9f 100644 --- a/Applications/Utils/FileConverter/VTK2OGS.cpp +++ b/Applications/Utils/FileConverter/VTK2OGS.cpp @@ -14,8 +14,7 @@ // STL #include <string> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/FileConverter/VTK2TIN.cpp b/Applications/Utils/FileConverter/VTK2TIN.cpp index ab7c4095666c072b6ad649e796ff6aea9c548d62..719693d0486acc57411549c2fc31564109e89919 100644 --- a/Applications/Utils/FileConverter/VTK2TIN.cpp +++ b/Applications/Utils/FileConverter/VTK2TIN.cpp @@ -11,8 +11,7 @@ #include <string> #include <fstream> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp b/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp index b528e1a05686481a057fb301e270a696f11654f4..bd814b7c7a7eb080b1502239570bca77d56412ac 100644 --- a/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp +++ b/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp @@ -14,7 +14,7 @@ #include <memory> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/GeoTools/MoveGeometry.cpp b/Applications/Utils/GeoTools/MoveGeometry.cpp index 23acf0809fc773e336a3622371ba9a078d66852b..06a4cef6ce518baca5823304c529ac0f064789f5 100644 --- a/Applications/Utils/GeoTools/MoveGeometry.cpp +++ b/Applications/Utils/GeoTools/MoveGeometry.cpp @@ -12,7 +12,7 @@ */ // ThirdParty -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/GeoTools/TriangulatePolyline.cpp b/Applications/Utils/GeoTools/TriangulatePolyline.cpp index ab6a2b8ba518c8697e4ce2f2f913974cfd454832..9c20441a9c69e6059f8b02e9f693dba43cba290a 100644 --- a/Applications/Utils/GeoTools/TriangulatePolyline.cpp +++ b/Applications/Utils/GeoTools/TriangulatePolyline.cpp @@ -13,7 +13,7 @@ #include <string> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/AddTopLayer.cpp b/Applications/Utils/MeshEdit/AddTopLayer.cpp index 292f6e5aa90fd105078c420290f9c936e2f38c4f..120ed0fdb722b283d38ec2718c9fec3fd76d1da8 100644 --- a/Applications/Utils/MeshEdit/AddTopLayer.cpp +++ b/Applications/Utils/MeshEdit/AddTopLayer.cpp @@ -11,8 +11,7 @@ #include <memory> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp b/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp index 272da19b9ab3427d17b524fb2d902aac0e168cda..c37c992c464f9d9df295cdbb8e02dc1312c2d832 100644 --- a/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp +++ b/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp @@ -14,8 +14,7 @@ #include <vector> #include <fstream> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/ExtractSurface.cpp b/Applications/Utils/MeshEdit/ExtractSurface.cpp index 47a36c0907030da99883ce5e7e7c283b4fbe08e4..13e37f4552252ddfb770ef921f00d5a73cda6ca6 100644 --- a/Applications/Utils/MeshEdit/ExtractSurface.cpp +++ b/Applications/Utils/MeshEdit/ExtractSurface.cpp @@ -13,7 +13,7 @@ #include <string> #include <vector> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp b/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp index 434d107bac1755b2bacda85fe064c0c9876841fa..f93acc2c33bf4b8080b49fdb6d12a704dddf0e94 100644 --- a/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp +++ b/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp @@ -13,8 +13,7 @@ #include <cstdlib> #include <vector> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/MoveMesh.cpp b/Applications/Utils/MeshEdit/MoveMesh.cpp index 53c162dbea28ef6b45ac1a94b4a9fde13df9a4c7..036ce08d67f0a13f3edafa77e1e82e439a8c79e7 100644 --- a/Applications/Utils/MeshEdit/MoveMesh.cpp +++ b/Applications/Utils/MeshEdit/MoveMesh.cpp @@ -10,8 +10,7 @@ * http://www.opengeosys.org/project/license */ -// ThirdParty -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/NodeReordering.cpp b/Applications/Utils/MeshEdit/NodeReordering.cpp index ecaf4d2d9410483dd76121c68bd768bc6f2d3951..59ac3989807d958e3069ba827a7144c65dec8236 100644 --- a/Applications/Utils/MeshEdit/NodeReordering.cpp +++ b/Applications/Utils/MeshEdit/NodeReordering.cpp @@ -14,7 +14,7 @@ #include <memory> #include <vector> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp index 9a54ce9d9e59e01dc11ee061d3027694221b6707..19fbf36ea9dfe790370006f516a1844289352018 100644 --- a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp +++ b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp @@ -6,8 +6,7 @@ * http://www.opengeosys.org/LICENSE.txt */ -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/checkMesh.cpp b/Applications/Utils/MeshEdit/checkMesh.cpp index 5b56d0df4ee9ea0750469e835663af64ceb65af8..3bcfb28755bfd021c3641a3b8ac3bbf8ff5f34bb 100644 --- a/Applications/Utils/MeshEdit/checkMesh.cpp +++ b/Applications/Utils/MeshEdit/checkMesh.cpp @@ -9,7 +9,7 @@ #include <array> #include <string> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp b/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp index a1fe56fbc82eea71d9666592624e27c250a2694a..04c6571f7c7681c372f1cc6e22e643762dad19da 100644 --- a/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp +++ b/Applications/Utils/MeshEdit/createLayeredMeshFromRasters.cpp @@ -16,7 +16,7 @@ #include <string> #include <vector> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/editMaterialID.cpp b/Applications/Utils/MeshEdit/editMaterialID.cpp index 38658bbd0bb226c72e076fa4b436d0a81550add3..d25569e6ef64378fba3f3646297e394d592170ca 100644 --- a/Applications/Utils/MeshEdit/editMaterialID.cpp +++ b/Applications/Utils/MeshEdit/editMaterialID.cpp @@ -7,9 +7,8 @@ */ #include <memory> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/queryMesh.cpp b/Applications/Utils/MeshEdit/queryMesh.cpp index 1281ccc851bbceacd1cd7fdf857c44484b7d2e6c..767d6583acb3705b98da2a06a9c2b238465daebd 100644 --- a/Applications/Utils/MeshEdit/queryMesh.cpp +++ b/Applications/Utils/MeshEdit/queryMesh.cpp @@ -11,7 +11,7 @@ #include <sstream> #include <string> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" @@ -22,7 +22,6 @@ #include "MeshLib/Node.h" #include "MeshLib/Elements/Element.h" #include "MeshLib/Mesh.h" - #include "MeshLib/IO/readMeshFromFile.h" int main(int argc, char *argv[]) diff --git a/Applications/Utils/MeshEdit/removeMeshElements.cpp b/Applications/Utils/MeshEdit/removeMeshElements.cpp index 4a81ec112c28dd8fd9a0f894fdde450ca6075889..2a969d75e3ca89b81dad7f444735949beb7219b5 100644 --- a/Applications/Utils/MeshEdit/removeMeshElements.cpp +++ b/Applications/Utils/MeshEdit/removeMeshElements.cpp @@ -13,8 +13,7 @@ #include <memory> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/MeshEdit/reviseMesh.cpp b/Applications/Utils/MeshEdit/reviseMesh.cpp index 8d88cd9328325a2902ada8ea63a1aa0568090c56..01d132ae2ac298c4dff78203b9923bd6f0249074 100644 --- a/Applications/Utils/MeshEdit/reviseMesh.cpp +++ b/Applications/Utils/MeshEdit/reviseMesh.cpp @@ -11,7 +11,8 @@ #include <memory> #include <string> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> + #include "Applications/ApplicationsLib/LogogSetup.h" #include "BaseLib/BuildInfo.h" diff --git a/Applications/Utils/MeshGeoTools/ComputeSurfaceNodeIDsInPolygonalRegion.cpp b/Applications/Utils/MeshGeoTools/ComputeSurfaceNodeIDsInPolygonalRegion.cpp index 8c022d63e1155cb6b3296913795b27a2a31b21f0..b44d630867c902bea7784f4719ba8429b7413df0 100644 --- a/Applications/Utils/MeshGeoTools/ComputeSurfaceNodeIDsInPolygonalRegion.cpp +++ b/Applications/Utils/MeshGeoTools/ComputeSurfaceNodeIDsInPolygonalRegion.cpp @@ -14,7 +14,7 @@ #include <string> #include <vector> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp b/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp index 0d2725d0b4a55978c6e2ce6a7f7d31b3e7d9b49d..69bf18bc847c0ed6162835dda431caf0b2da5eaf 100644 --- a/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp +++ b/Applications/Utils/ModelPreparation/ComputeNodeAreasFromSurfaceMesh.cpp @@ -14,7 +14,7 @@ #include <string> #include <vector> -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h" diff --git a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp index 0fe21425f2ee72183b9673668280821ef68b7acb..d64d60e9868b632a219c4c5ab00d790ce02c89eb 100644 --- a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp +++ b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp @@ -11,8 +11,7 @@ #include <string> #include <vector> -// TCLAP -#include "tclap/CmdLine.h" +#include <tclap/CmdLine.h> #include "Applications/ApplicationsLib/LogogSetup.h"