From c0fb0d757b07cda2485c23c5d8690275cc08e614 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Wed, 10 Apr 2019 11:41:34 +0200 Subject: [PATCH] [A/U] Add/correct links to the web-docu. --- Applications/Utils/FileConverter/GocadSGridReaderMain.cpp | 5 ++++- Applications/Utils/MeshEdit/ExtractSurface.cpp | 3 ++- .../Utils/MeshGeoTools/constructMeshesFromGeometry.cpp | 5 ++++- Applications/Utils/MeshGeoTools/identifySubdomains.cpp | 5 ++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Applications/Utils/FileConverter/GocadSGridReaderMain.cpp b/Applications/Utils/FileConverter/GocadSGridReaderMain.cpp index f62674ee896..005c18104c5 100644 --- a/Applications/Utils/FileConverter/GocadSGridReaderMain.cpp +++ b/Applications/Utils/FileConverter/GocadSGridReaderMain.cpp @@ -30,7 +30,10 @@ int main(int argc, char* argv[]) TCLAP::CmdLine cmd( "Reads a Gocad stratigraphic grid file (file ending sg) and writes the " - "data in the vtk unstructured grid file format.\n\n OpenGeoSys-6 " + "data in the vtk unstructured grid file format. The documentation is " + "available at " + "https://www.opengeosys.org/docs/tools/meshing/gocadsgridreader/.\n\n " + "OpenGeoSys-6 " "software, version " + BaseLib::BuildInfo::ogs_version + ".\n" diff --git a/Applications/Utils/MeshEdit/ExtractSurface.cpp b/Applications/Utils/MeshEdit/ExtractSurface.cpp index 30c55122398..ef7e3787c02 100644 --- a/Applications/Utils/MeshEdit/ExtractSurface.cpp +++ b/Applications/Utils/MeshEdit/ExtractSurface.cpp @@ -37,7 +37,8 @@ int main (int argc, char* argv[]) TCLAP::CmdLine cmd( "Tool extracts the surface of the given mesh. The documentation is " "available at " - "https://docs.opengeosys.org/docs/tools/meshing/extract-surface.\n\n" + "https://docs.opengeosys.org/docs/tools/meshing-submeshes/" + "extract-surface.\n\n" "OpenGeoSys-6 software, version " + BaseLib::BuildInfo::ogs_version + ".\n" diff --git a/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp b/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp index d9ca187b0f1..1e168e7afec 100644 --- a/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp +++ b/Applications/Utils/MeshGeoTools/constructMeshesFromGeometry.cpp @@ -34,7 +34,10 @@ int main(int argc, char* argv[]) ApplicationsLib::LogogSetup logo_setup; TCLAP::CmdLine cmd( - "Converts a geometry defined on a given mesh to distinct meshes.\n\n" + "Converts a geometry defined on a given mesh to distinct meshes. The " + "documentation is available at " + "https://www.opengeosys.org/docs/tools/meshing-submeshes/" + "constructmeshesfromgeometry/.\n\n" "OpenGeoSys-6 software, version " + BaseLib::BuildInfo::ogs_version + ".\n" diff --git a/Applications/Utils/MeshGeoTools/identifySubdomains.cpp b/Applications/Utils/MeshGeoTools/identifySubdomains.cpp index b107310ae0e..c2e37653209 100644 --- a/Applications/Utils/MeshGeoTools/identifySubdomains.cpp +++ b/Applications/Utils/MeshGeoTools/identifySubdomains.cpp @@ -46,7 +46,10 @@ int main(int argc, char* argv[]) TCLAP::CmdLine cmd( "Checks if the subdomain meshes are part of the bulk mesh and writes " - "the 'bulk_node_ids' and the 'bulk_element_ids' in each of them.\n\n" + "the 'bulk_node_ids' and the 'bulk_element_ids' in each of them. The " + "documentation is avaliable at " + "https://www.opengeosys.org/docs/tools/meshing-submeshes/" + "identifysubdomains/.\n\n" "OpenGeoSys-6 software, version " + BaseLib::BuildInfo::ogs_version + ".\n" -- GitLab