diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecb9b1cfbfbe2fa8da6d01825190caea0694a006..0f331d83ebeb965c759c84b837858fed7916b2bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues variables: EXTRA_OPTION: "" diff --git a/CMakeLists.txt b/CMakeLists.txt index d774f146fda6bf57b5a29ba8ac504cd913b40640..2ae402e43900b956020e509712385540a20802a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues cmake_minimum_required(VERSION 2.8 FATAL_ERROR) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index f3c840bcaada40afcd8e5ada6d32516426670bf6..6e49b1faa974be9ab20a2e4f003866627df66761 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(CTEST_PROJECT_NAME Gmsh) set(CTEST_DROP_METHOD "http") diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt index 1c5deeb6194cc568ca9af38a65b7450ffda83593..caec364014e00fab15428693385f91d277983fa0 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC GmshGlobal.cpp diff --git a/Common/Colors.h b/Common/Colors.h index b668f7a109b8932593809b7a4e293119e9ebfe0e..2aecbd49e95513481348b9374ef508fb37c5f9ba 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _COLORS_H_ #define _COLORS_H_ diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index ee662a76fa7163bfdd598fccd4d606291f768a9a..8c18f66b0a431afaf42ab8094d0470b0ce5bfbba 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string> #include <string.h> @@ -1161,7 +1161,7 @@ void GetOptions(int argc, char *argv[], bool readConfigFiles, bool exitOnError) #endif fprintf(stderr, "Packaged by : %s\n", GMSH_PACKAGER); fprintf(stderr, "Web site : http://gmsh.info\n"); - fprintf(stderr, "Mailing list : gmsh@onelab.info\n"); + fprintf(stderr, "Issue tracker : https://gitlab.onelab.info/gmsh/gmsh/issues\n"); Msg::Exit(0); } else if(!strcmp(argv[i] + 1, "help") || !strcmp(argv[i] + 1, "-help")) { diff --git a/Common/CommandLine.h b/Common/CommandLine.h index 2dd5a9a5a5c7bc3aa627f0f96982a344605c821e..a6e57440bc906f601ab8e17311b02fe5181afe8c 100644 --- a/Common/CommandLine.h +++ b/Common/CommandLine.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _COMMAND_LINE_H_ #define _COMMAND_LINE_H_ diff --git a/Common/Context.cpp b/Common/Context.cpp index be3c115818ecad9ceffe2f51f5997a88cd6ac42c..0fbb387dd21d8ee241ef5755fa21a545f3b7a407 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Common/Context.h b/Common/Context.h index 6b93f5f6667df36f9ba474b63c74564d615a56b7..5758037a58bbf33812cb3c42def0721d9a912838 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CONTEXT_H_ #define _CONTEXT_H_ diff --git a/Common/CreateFile.cpp b/Common/CreateFile.cpp index ec749a8f410b88545ab462e10e2fd05d38b6a592..0dae4a4f760a6a1dcce702b278f9ff22d9b10fbf 100644 --- a/Common/CreateFile.cpp +++ b/Common/CreateFile.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Common/CreateFile.h b/Common/CreateFile.h index ae5cb1784a11a44f595b12ccd87b5544c4e23c92..f7c221f0979cd5a2a9bf2e8b8b5b29c4dc9de321 100644 --- a/Common/CreateFile.h +++ b/Common/CreateFile.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CREATE_FILE_H_ #define _CREATE_FILE_H_ diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 451165eaeed8f3191f983994d1494a85472db067..1aa17021e5399ca306e6f34a1c36c9c1f6bb8bcc 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DEFAULT_OPTIONS_H_ #define _DEFAULT_OPTIONS_H_ diff --git a/Common/GamePad.cpp b/Common/GamePad.cpp index 05372c2df58bfcbef31f157e4ff56671dd5631ba..35cbdbb807d82e698fd16db7b2ab9e1da0302b55 100644 --- a/Common/GamePad.cpp +++ b/Common/GamePad.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Gilles Marckmann <gilles.marckmann@ec-nantes.fr> // default map is "THRUSTMASTER FireStorm Dual Power"-like diff --git a/Common/GamePad.h b/Common/GamePad.h index e3e17187c783fac381880aa219ce12453bd75931..7582aafa362cc804842feae24386186c73ecf2f8 100644 --- a/Common/GamePad.h +++ b/Common/GamePad.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Gilles Marckmann <gilles.marckmann@ec-nantes.fr> diff --git a/Common/GmshConfig.h.in b/Common/GmshConfig.h.in index 7e5007bac0553d60a882e710050724728c893a38..7ef9b775a05bd9ea82b6926ac297bb2049473eb9 100644 --- a/Common/GmshConfig.h.in +++ b/Common/GmshConfig.h.in @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_CONFIG_H_ #define _GMSH_CONFIG_H_ diff --git a/Common/GmshDefines.h b/Common/GmshDefines.h index 2f784793b13f340886545d496161d75b475e4eed..9e0b16c580739ec94cef145e2a31b908a8c50d66 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_DEFINES_H_ #define _GMSH_DEFINES_H_ diff --git a/Common/GmshGlobal.cpp b/Common/GmshGlobal.cpp index b7aaa675329ff15788be846d98500f7a3bf4fcb1..c2b86eb75f01f03f696fe2f3c65788c0e37010f1 100644 --- a/Common/GmshGlobal.cpp +++ b/Common/GmshGlobal.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string> #include <time.h> diff --git a/Common/GmshGlobal.h b/Common/GmshGlobal.h index ee399ca93a286d4a06a138da3b51232cb5ac8d48..f7b483653caa20522e0e2854d2be23562f745e75 100644 --- a/Common/GmshGlobal.h +++ b/Common/GmshGlobal.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_GLOBAL_H_ #define _GMSH_GLOBAL_H_ diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index 012e00d04bde7f9bb2cb3e7a6ff980b481865e9b..715727438f3e66f644a5795efb23d0ceb4983cf3 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" diff --git a/Common/GmshMessage.h b/Common/GmshMessage.h index 1f0bc618b569525afb40614a089309cd19094f24..e66dddcc3ac699f6b16aaa29bc69af1811af7c9f 100644 --- a/Common/GmshMessage.h +++ b/Common/GmshMessage.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_MESSAGE_H_ #define _GMSH_MESSAGE_H_ diff --git a/Common/GmshRemote.cpp b/Common/GmshRemote.cpp index 93341b44c7bff8985e5eb02a4ae83b3564e08859..05b160c6cafccbdf9157f6212873368477e724cf 100644 --- a/Common/GmshRemote.cpp +++ b/Common/GmshRemote.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" diff --git a/Common/GmshRemote.h b/Common/GmshRemote.h index ff7eab7d4f2a62e408146d853a1bfe403e098ae0..9225113f316693a5091c9b896ec1dc40b134145f 100644 --- a/Common/GmshRemote.h +++ b/Common/GmshRemote.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_REMOTE_H_ #define _GMSH_REMOTE_H_ diff --git a/Common/GmshSocket.h b/Common/GmshSocket.h index ed816058078bda53a335f334d7b5a438e89a0ceb..1713908bfec4a0b1d1231100cca8220710907f63 100644 --- a/Common/GmshSocket.h +++ b/Common/GmshSocket.h @@ -21,9 +21,6 @@ // WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. -// -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. #ifndef _GMSH_SOCKET_H_ #define _GMSH_SOCKET_H_ diff --git a/Common/GmshVersion.h.in b/Common/GmshVersion.h.in index 4e40fd05255a8097a756ffcb654a4fe656a300cb..8dbcd8db9cbe585ae309d267e7cbddac99f5e59b 100644 --- a/Common/GmshVersion.h.in +++ b/Common/GmshVersion.h.in @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_VERSION_H_ #define _GMSH_VERSION_H_ diff --git a/Common/Hash.h b/Common/Hash.h index d40597785927a3230045af1d5e005522ce9492db..42412509c915fdf77eebf39dd59cd6b318893aea 100644 --- a/Common/Hash.h +++ b/Common/Hash.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _HASH_H_ #define _HASH_H_ diff --git a/Common/HashMap.h b/Common/HashMap.h index ccc3083382e6762cefa95c6ff0aa3fa0fc1b9478..7470b4c8ece37b40c9a7f8ab6c57b176cb30ba8d 100644 --- a/Common/HashMap.h +++ b/Common/HashMap.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _HASH_MAP_H_ #define _HASH_MAP_H_ diff --git a/Common/ListUtils.cpp b/Common/ListUtils.cpp index 500ec1223cb2339f48b9140b3c6cb9d4c0f9f5d8..7dea2678506ad7e715ecab6488125563460b6977 100644 --- a/Common/ListUtils.cpp +++ b/Common/ListUtils.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Marc Ume diff --git a/Common/ListUtils.h b/Common/ListUtils.h index ddfd6c3d86a6c2eba1af74882b78182d2e5f330a..a0e85d9cc5a31ec4df6d349f016ce7191a0e3ea1 100644 --- a/Common/ListUtils.h +++ b/Common/ListUtils.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LIST_UTILS_H_ #define _LIST_UTILS_H_ diff --git a/Common/Main.cpp b/Common/Main.cpp index 51e6809175c233bc9fc45f07b589fb703dc6f772..3b5e833f713d6013b8e33968509a9e04e3f7679a 100644 --- a/Common/Main.cpp +++ b/Common/Main.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GmshGlobal.h" diff --git a/Common/MallocUtils.cpp b/Common/MallocUtils.cpp index 7f5d6c5c9b2dfa6f694a17af6640ebfa376c4ccc..79fbe2a1539db43cb93a47c3306230fa44513a79 100644 --- a/Common/MallocUtils.cpp +++ b/Common/MallocUtils.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include <stdlib.h> diff --git a/Common/MallocUtils.h b/Common/MallocUtils.h index 67b80b9dab385573ad8afccf830496a54b17caf4..3f961dc31656171d75bdc9efa1f8c70db35b3213 100644 --- a/Common/MallocUtils.h +++ b/Common/MallocUtils.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MALLOC_UTILS_H_ #define _MALLOC_UTILS_H_ diff --git a/Common/OS.cpp b/Common/OS.cpp index a7cdf16dc8c321b799509c9dae4f1f8df23acd25..3ff508f7bc55d82a9548a19eea4a3ca5dd0723d9 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // This file contains a bunch of functions that depend on OS-dependent // features and/or system calls diff --git a/Common/OS.h b/Common/OS.h index 2dc22be72000f847a56fd39af397a2ec7782d8d6..050e7e2bf8001d195172384308ba43a4d559abcd 100644 --- a/Common/OS.h +++ b/Common/OS.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OS_H_ #define _OS_H_ diff --git a/Common/Octree.cpp b/Common/Octree.cpp index 7699fa26cfbe58e12b090c302a2be1e61683c7e0..3f811a1dc8db2dce48bd83b6de58f98171dfb8a5 100644 --- a/Common/Octree.cpp +++ b/Common/Octree.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <stdio.h> diff --git a/Common/Octree.h b/Common/Octree.h index cd1040fcb3433ba107f9f8111ec440838b6c50ba..351f80a6905d0d577d0243c06800ec17a6be6fa1 100644 --- a/Common/Octree.h +++ b/Common/Octree.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OCTREE_H_ #define _OCTREE_H_ diff --git a/Common/OctreeInternals.cpp b/Common/OctreeInternals.cpp index 7336d3c199c1e7aad90644d458116af0a92b9923..58c3e3135278f5d5211fafd76baec03ffe1feb3d 100644 --- a/Common/OctreeInternals.cpp +++ b/Common/OctreeInternals.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <list> #include <stdio.h> diff --git a/Common/OctreeInternals.h b/Common/OctreeInternals.h index d25f11ea1cb2a8bfbf53fb480e65fd00ebcf9b4f..1ecbc018bd2372d690dbc3de928e13849ef8144a 100644 --- a/Common/OctreeInternals.h +++ b/Common/OctreeInternals.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OCTREE_INTERNALS_H_ #define _OCTREE_INTERNALS_H_ diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp index 3a1a090bf67802b8ef587c54b9f69b33c86d193f..57dc2467eda478a52bc0d995204d9f7472bef6f0 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <string.h> diff --git a/Common/OpenFile.h b/Common/OpenFile.h index e3adc0153392388c8ba49d4d2d123739fabc3312..f6d1764c9e1ed908b4a17c341537aef1754bc2c0 100644 --- a/Common/OpenFile.h +++ b/Common/OpenFile.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OPENFILE_H_ #define _OPENFILE_H_ diff --git a/Common/Options.cpp b/Common/Options.cpp index ef32d6db032f567233ffd4b25acca1065aeea6ff..a585e90fc4cd3e2de8ac721ac2cf852e1bc9bf45 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <stdlib.h> diff --git a/Common/Options.h b/Common/Options.h index a800dac8aa889d671a1a4eb628fa5a1d22c594a3..98308ab134e52ce633d595d5161ab7a6364ddd9d 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OPTIONS_H_ #define _OPTIONS_H_ diff --git a/Common/SmoothData.cpp b/Common/SmoothData.cpp index c91975d8ab6f3b3e45c10793ca28658ea4d8540e..a4390ade52948a8b56c97102f94aad00bf95d99a 100644 --- a/Common/SmoothData.cpp +++ b/Common/SmoothData.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include "SmoothData.h" diff --git a/Common/SmoothData.h b/Common/SmoothData.h index f6c2cfcd43cf3e83beb20369d8292b230226106e..1f89bc7223c177eff8d5982404b552141a77de70 100644 --- a/Common/SmoothData.h +++ b/Common/SmoothData.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SMOOTH_DATA_H_ #define _SMOOTH_DATA_H_ diff --git a/Common/StringUtils.cpp b/Common/StringUtils.cpp index a6805aa70205064f703bd2077e4dc423b80e7bd6..89427956e6688576a096ec935e74ca968cb0ab3a 100644 --- a/Common/StringUtils.cpp +++ b/Common/StringUtils.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include <stdlib.h> diff --git a/Common/StringUtils.h b/Common/StringUtils.h index 183d141dce389af78c42f800165fcf6b6f838d95..00c7a6e7a52a7eba004359bfe2b9081e47460be8 100644 --- a/Common/StringUtils.h +++ b/Common/StringUtils.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _STRING_UTILS_H_ #define _STRING_UTILS_H_ diff --git a/Common/TreeUtils.cpp b/Common/TreeUtils.cpp index 83d01dd9860523b65ff29c1c5ab744d6e97a9812..0bcf747df55c1f9c5ecaaf9b233f07426a2ae9f7 100644 --- a/Common/TreeUtils.cpp +++ b/Common/TreeUtils.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Marc Ume diff --git a/Common/TreeUtils.h b/Common/TreeUtils.h index 0f1a83853fa56251b7da6ca1091376743567b73a..26bb3de2c03034884baf143f71e32ed4f0003701 100644 --- a/Common/TreeUtils.h +++ b/Common/TreeUtils.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _TREE_UTILS_H_ #define _TREE_UTILS_H_ diff --git a/Common/VertexArray.cpp b/Common/VertexArray.cpp index e45f4389c88383e2ba620648d5fd5c5743d50fec..1fa95b58872f5b5648420b36f01643dd43e238a4 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <algorithm> diff --git a/Common/VertexArray.h b/Common/VertexArray.h index 9777346bd9d1240e715224f10e73d5e8cfd961bd..64aa4546e2d44da6f8d5588fb5eec6fe82aeec5d 100644 --- a/Common/VertexArray.h +++ b/Common/VertexArray.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _VERTEX_ARRAY_H_ #define _VERTEX_ARRAY_H_ diff --git a/Common/gmsh.cpp b/Common/gmsh.cpp index 2f4a0b791409e463725910db38e7d3ee25bb4095..499d7d8610d2736f3767a2a15e9ac5ed2e084014 100644 --- a/Common/gmsh.cpp +++ b/Common/gmsh.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include "GmshConfig.h" diff --git a/Common/gmshLocalNetworkClient.cpp b/Common/gmshLocalNetworkClient.cpp index 20b1fe0ff1c6525fc3a8ee50d8f1ac2ca58c08e7..a9403f8ebf7cc6d19e75ecca38b9a147822fc6d9 100644 --- a/Common/gmshLocalNetworkClient.cpp +++ b/Common/gmshLocalNetworkClient.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Common/gmshLocalNetworkClient.h b/Common/gmshLocalNetworkClient.h index ae2adf6165fa0e90f273e6ed78238b4869da782f..1fab6097b65739b1bca0aded2b892b5de8b7335e 100644 --- a/Common/gmshLocalNetworkClient.h +++ b/Common/gmshLocalNetworkClient.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_LOCAL_NETWORK_CLIENT_H_ #define _GMSH_LOCAL_NETWORK_CLIENT_H_ diff --git a/Common/gmshPopplerWrapper.cpp b/Common/gmshPopplerWrapper.cpp index e5aad9fc3331b88494fe6277023356b97aa93300..474c425bd028261c08ebdedc5dfa991331281426 100644 --- a/Common/gmshPopplerWrapper.cpp +++ b/Common/gmshPopplerWrapper.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "gmshPopplerWrapper.h" diff --git a/Common/gmshPopplerWrapper.h b/Common/gmshPopplerWrapper.h index e09fa0607ad8433ef688366b9258b415c2cee0e6..edefbb9eb9109e4ddcc08079cd73e7e12b5d0c60 100644 --- a/Common/gmshPopplerWrapper.h +++ b/Common/gmshPopplerWrapper.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSHPOPPLERWRAPPER_PDF_H_ #define _GMSHPOPPLERWRAPPER_PDF_H_ diff --git a/Common/onelab.h b/Common/onelab.h index e39b7329184e92507491891132689c44e7670613..85d6ed708bb20ae1f46b83006cf9c6a13c2e0cb6 100644 --- a/Common/onelab.h +++ b/Common/onelab.h @@ -1,29 +1,24 @@ -// ONELAB - Copyright (C) 2011-2016 ULg-UCL +// ONELAB - Copyright (C) 2011-2018 Universite de Liege - Universite catholique +// de Louvain // -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, copy, -// modify, merge, publish, distribute, and/or sell copies of the -// Software, and to permit persons to whom the Software is furnished -// to do so, provided that the above copyright notice(s) and this -// permission notice appear in all copies of the Software and that -// both the above copyright notice(s) and this permission notice -// appear in supporting documentation. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, and/or sell copies of the +// Software, and to permit persons to whom the Software is furnished to do so, +// provided that the above copyright notice(s) and this permission notice appear +// in all copies of the Software and that both the above copyright notice(s) and +// this permission notice appear in supporting documentation. // -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE -// COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR -// ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY -// DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -// WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -// ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE -// OF THIS SOFTWARE. -// -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY +// RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +// NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +// DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR +// PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +// ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +// SOFTWARE. #ifndef _ONELAB_H_ #define _ONELAB_H_ diff --git a/Common/onelabUtils.cpp b/Common/onelabUtils.cpp index e6c2007f3555253aa9929bd0c5e2157315e7d08e..8fe147896568b1aa679edd59405411219463f887 100644 --- a/Common/onelabUtils.cpp +++ b/Common/onelabUtils.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" diff --git a/Common/onelabUtils.h b/Common/onelabUtils.h index 86026414099fe5f942dc268ff5d0c76cc8889602..ee552934f331b34840b0b562466dc39dc25060f6 100644 --- a/Common/onelabUtils.h +++ b/Common/onelabUtils.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ONELAB_UTILS_H_ #define _ONELAB_UTILS_H_ diff --git a/Fltk/CMakeLists.txt b/Fltk/CMakeLists.txt index bf987bf559c37a64e58fd9ff2085bcc91dfcc4a2..81afc5a7a55929bbdb0911d65f297e52f4e8b144 100644 --- a/Fltk/CMakeLists.txt +++ b/Fltk/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC FlGui.cpp diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index bdd5f835bb5acbc97c39ba69ea7c3d2706e864a7..a4e12f209c836a94e77c5e80f3caa2b14902add3 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include <sstream> diff --git a/Fltk/FlGui.h b/Fltk/FlGui.h index 067f12ffd37fb5d189e37ee3d1e229bb5b165015..0109460a642a52014ecbc5f2be202b803e8c8562 100644 --- a/Fltk/FlGui.h +++ b/Fltk/FlGui.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FL_GUI_H_ #define _FL_GUI_H_ diff --git a/Fltk/Navigator.cpp b/Fltk/Navigator.cpp index 81437e737b4079604612e035dea3b5d3803a589a..88521dfd2f9c56a5e99e9b55cf6d1a5449a1d407 100644 --- a/Fltk/Navigator.cpp +++ b/Fltk/Navigator.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Gilles Marckmann <gilles.marckmann@ec-nantes.fr> diff --git a/Fltk/Navigator.h b/Fltk/Navigator.h index 4bdeac3ab0b0d41aa259c90704e674fe508f5bb4..9360f57c97c48da0b552eae6b242249dc991bff6 100644 --- a/Fltk/Navigator.h +++ b/Fltk/Navigator.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Gilles Marckmann <gilles.marckmann@ec-nantes.fr> // diff --git a/Fltk/classificationEditor.cpp b/Fltk/classificationEditor.cpp index 0c05a060ab3061fd22b04aa57bcab3db3eb0f773..0747b7a7189ffdef0d2a4d711fbbc475990e0d9b 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <FL/Fl_Tabs.H> #include <FL/Fl_Box.H> diff --git a/Fltk/classificationEditor.h b/Fltk/classificationEditor.h index d430c47607a9e26713ad1ef57c8b46e4a5986ef2..0b1afa48207422812eba2a9eb74f1acd94f7433c 100644 --- a/Fltk/classificationEditor.h +++ b/Fltk/classificationEditor.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CLASSIFICATION_EDITOR_H_ #define _CLASSIFICATION_EDITOR_H_ diff --git a/Fltk/clippingWindow.cpp b/Fltk/clippingWindow.cpp index 244b5ec9bb8948a790e3a1a78b3b6bac21c577b8..1139da97bff25cb110f2478ecef885e72d45818b 100644 --- a/Fltk/clippingWindow.cpp +++ b/Fltk/clippingWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <FL/Fl_Tabs.H> #include <FL/Fl_Return_Button.H> diff --git a/Fltk/clippingWindow.h b/Fltk/clippingWindow.h index bc758b6389b5732af5e7f106bc04cd2283a474da..5ac0a59f5ce04796460f4e351983447cb5dfed62 100644 --- a/Fltk/clippingWindow.h +++ b/Fltk/clippingWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CLIPPING_WINDOW_H_ #define _CLIPPING_WINDOW_H_ diff --git a/Fltk/colorbarWindow.cpp b/Fltk/colorbarWindow.cpp index bd1a547bfe3e6930c64cad9433f02ae558d80d0a..1146ca0975186ff1ddf91e51f065963fad8c2283 100644 --- a/Fltk/colorbarWindow.cpp +++ b/Fltk/colorbarWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // This class was inspired by the colorbar widget provided in Vis5d, a // program for visualizing five dimensional gridded data sets diff --git a/Fltk/colorbarWindow.h b/Fltk/colorbarWindow.h index 4dcd6a6372f21590af68d6e9a51942b9351bf895..4a54864829852e1a388a653d9f89ee4e0a03d197 100644 --- a/Fltk/colorbarWindow.h +++ b/Fltk/colorbarWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _COLORBAR_WINDOW_H #define _COLORBAR_WINDOW_H diff --git a/Fltk/contextWindow.cpp b/Fltk/contextWindow.cpp index 901a33b7699c7e0e22335a180af9df8fb608ee84..c8cd3073655aedf40c516cef841e47aa59572504 100644 --- a/Fltk/contextWindow.cpp +++ b/Fltk/contextWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <FL/Fl_Tabs.H> diff --git a/Fltk/contextWindow.h b/Fltk/contextWindow.h index 34394333531e7f680c51b6d1c91487d90737cac4..0d9cdf3286146b5cdde16151956e7db75a3d6f8e 100644 --- a/Fltk/contextWindow.h +++ b/Fltk/contextWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CONTEXT_WINDOW_H_ #define _CONTEXT_WINDOW_H_ diff --git a/Fltk/drawContextFltk.h b/Fltk/drawContextFltk.h index a1f86941bb4deeac48eca21b7bc92a51bac38f1d..66c96bbc8b62e3a80187da52c7e0439d2c1d110b 100644 --- a/Fltk/drawContextFltk.h +++ b/Fltk/drawContextFltk.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DRAW_CONTEXT_FLTK_H_ #define _DRAW_CONTEXT_FLTK_H_ diff --git a/Fltk/drawContextFltkCairo.cpp b/Fltk/drawContextFltkCairo.cpp index 51efe7914ce205eb6ea0097b705ed0540dc7370d..1e1ac4d42ea35a360e04cbb17e377842ee3648e4 100644 --- a/Fltk/drawContextFltkCairo.cpp +++ b/Fltk/drawContextFltkCairo.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Jonathan Lambrechts diff --git a/Fltk/drawContextFltkCairo.h b/Fltk/drawContextFltkCairo.h index b0aed7a8964ad239cb8b99184928a80278d41057..9f96cc074b62db2fa6e418ead132ad32655a5b9e 100644 --- a/Fltk/drawContextFltkCairo.h +++ b/Fltk/drawContextFltkCairo.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Jonathan Lambrechts diff --git a/Fltk/drawContextFltkStringTexture.cpp b/Fltk/drawContextFltkStringTexture.cpp index f432373735c0cde8c49dd471a021a171fef606c2..d8e282b23dc422123acfbc7fb626c58e0b80a232 100644 --- a/Fltk/drawContextFltkStringTexture.cpp +++ b/Fltk/drawContextFltkStringTexture.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Jonathan Lambrechts diff --git a/Fltk/drawContextFltkStringTexture.h b/Fltk/drawContextFltkStringTexture.h index 39b5175adefd00e2de86f84b92407ba8f145364a..c48e88e027f84cb4c89c737b49fb781999f8e56b 100644 --- a/Fltk/drawContextFltkStringTexture.h +++ b/Fltk/drawContextFltkStringTexture.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Jonathan Lambrechts diff --git a/Fltk/extraDialogs.cpp b/Fltk/extraDialogs.cpp index f988582a43d988ec7fcb7ace22d584dff93499ac..dc5f194d85d82bb2e6302aab0741a908704415f4 100644 --- a/Fltk/extraDialogs.cpp +++ b/Fltk/extraDialogs.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Stephen Guzik diff --git a/Fltk/extraDialogs.h b/Fltk/extraDialogs.h index 429c12070cf3bfeeac6cde22a4d159aa8aa4ce56..f4cdd9b355305be4ddf2e87e59620c0c4e08c96a 100644 --- a/Fltk/extraDialogs.h +++ b/Fltk/extraDialogs.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _EXTRA_DIALOGS_H_ #define _EXTRA_DIALOGS_H_ diff --git a/Fltk/fieldWindow.cpp b/Fltk/fieldWindow.cpp index 8fe6e6761fcda69387d3983d7dd6c7338fa7573a..145a704c55288cf9a79f70b3286eee9c900c6c87 100644 --- a/Fltk/fieldWindow.cpp +++ b/Fltk/fieldWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Jonathan Lambrechts diff --git a/Fltk/fieldWindow.h b/Fltk/fieldWindow.h index 5aafd0280ef185984576bd3760764d2b127795e9..21317f78e4d3ce7048c0a2873b5c50b5010a21a4 100644 --- a/Fltk/fieldWindow.h +++ b/Fltk/fieldWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FIELD_WINDOW_H_ #define _FIELD_WINDOW_H_ diff --git a/Fltk/fileDialogs.cpp b/Fltk/fileDialogs.cpp index 9f39b08b448780f9074086a41553d5a9bc9ea116..c4c12cd7f7ebe74bd36981131e10fe9c811989bd 100644 --- a/Fltk/fileDialogs.cpp +++ b/Fltk/fileDialogs.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Stephen Guzik diff --git a/Fltk/fileDialogs.h b/Fltk/fileDialogs.h index 691f80a488dc7eb77c46280d60158322a566947e..ba820fb452ee7d41dcc87516862ee06d84a3821d 100644 --- a/Fltk/fileDialogs.h +++ b/Fltk/fileDialogs.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FILE_DIALOGS_H_ #define _FILE_DIALOGS_H_ diff --git a/Fltk/gamepadWindow.cpp b/Fltk/gamepadWindow.cpp index d4109290f520e3d0e94dd6fbec9c8926981e8f04..47fc9ae5d6b4dae5471043635cfae383cf4eca7a 100644 --- a/Fltk/gamepadWindow.cpp +++ b/Fltk/gamepadWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include <string.h> diff --git a/Fltk/gamepadWindow.h b/Fltk/gamepadWindow.h index 42f5bc323d69f4e019a196c2fde12fee420811fd..e8ad6b9b4725c863b0149c069e4b2f04cf1074ef 100644 --- a/Fltk/gamepadWindow.h +++ b/Fltk/gamepadWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GAMEPAD_WINDOW_H_ #define _GAMEPAD_WINDOW_H_ diff --git a/Fltk/graphicWindow.cpp b/Fltk/graphicWindow.cpp index b9b301478bf61ea340f1c5adbfe4979977c1c83d..9bb5f2878a2de93421125aaf18db7c3003ed03c9 100644 --- a/Fltk/graphicWindow.cpp +++ b/Fltk/graphicWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshDefines.h" diff --git a/Fltk/graphicWindow.h b/Fltk/graphicWindow.h index e44f02453405b486ec15a761af187da753d1df65..0003fe75053b433e18a48afe60735d1be7459df9 100644 --- a/Fltk/graphicWindow.h +++ b/Fltk/graphicWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GRAPHIC_WINDOW_H_ #define _GRAPHIC_WINDOW_H_ diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp index 70e11816b254d8fa328de031e12bc808a66c10f4..aeac23299ea842099b78c75035fd3a2fb6380902 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <algorithm> @@ -315,9 +315,9 @@ helpWindow::helpWindow() << "<p><a href=\"http://gmsh.info/doc/CREDITS.txt\">Credits</a> " << "and <a href=\"http://gmsh.info/doc/LICENSE.txt\">licensing " << "information</a>" - << "<p>Please send all questions and bug reports to the public mailing " - "list " - << "<a href=\"mailto:gmsh@onelab.info\">gmsh@onelab.info</a></center>" + << "<p>Please report all issues on " + << "<a href=\"https://gitlab.onelab.info/gmsh/gmsh/issues\">" + << "https://gitlab.onelab.info/gmsh/gmsh/issues</a></center>" << "<ul>" << "<li><i>Build OS:</i> " << GetGmshBuildOS() << "<li><i>Build date:</i> " << GetGmshBuildDate() diff --git a/Fltk/helpWindow.h b/Fltk/helpWindow.h index cbe84b3e4c074ae0a212b13f8e25e3a969c69ff1..8237e54feb9f306b1da20527a0adbc18d2d2d197 100644 --- a/Fltk/helpWindow.h +++ b/Fltk/helpWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _HELP_WINDOW_H_ #define _HELP_WINDOW_H_ diff --git a/Fltk/highOrderToolsWindow.cpp b/Fltk/highOrderToolsWindow.cpp index d8b0e42115569eca2a6dced52bc68e65b9f2f984..5f628d773bb088062f0f1c9b60f0b6de770ff7b3 100644 --- a/Fltk/highOrderToolsWindow.cpp +++ b/Fltk/highOrderToolsWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include <string> diff --git a/Fltk/highOrderToolsWindow.h b/Fltk/highOrderToolsWindow.h index db91665972873ff51c1a220aac5ad85fea2fa401..f98798533aeac1a7d05daaff2eece471643eadd4 100644 --- a/Fltk/highOrderToolsWindow.h +++ b/Fltk/highOrderToolsWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _HIGHORDERTOOLS_WINDOW_H_ #define _HIGHORDERTOOLS_WINDOW_H_ diff --git a/Fltk/inputRange.h b/Fltk/inputRange.h index b39e7b3a5daedf69897f76165bbf1b649f669ab6..1a5794a492641598ffe71369a969ead655b90af3 100644 --- a/Fltk/inputRange.h +++ b/Fltk/inputRange.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _INPUT_RANGE_H_ #define _INPUT_RANGE_H_ diff --git a/Fltk/inputValue.cpp b/Fltk/inputValue.cpp index 2e1ce8bf397d4012852f0ad00fe13f2e346fb421..d7b0a0740be9e88ec05b4fa45ec5413db91b45e4 100644 --- a/Fltk/inputValue.cpp +++ b/Fltk/inputValue.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "inputValue.h" #include <FL/Fl_Group.H> diff --git a/Fltk/inputValue.h b/Fltk/inputValue.h index d019fa314bd8dbfc778cad46e17df39406acbf36..535300792fbe04ebc5e1075dc1ab219a72064321 100644 --- a/Fltk/inputValue.h +++ b/Fltk/inputValue.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _INPUT_VALUE_H_ #define _INPUT_VALUE_H_ diff --git a/Fltk/mainWindow.h b/Fltk/mainWindow.h index 64ca2d9fe4cded925edfb8aa85e3a6b65be3698b..e77bddfe23b9244af7ed23b58bcf6e0eab6162b8 100644 --- a/Fltk/mainWindow.h +++ b/Fltk/mainWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MAIN_WINDOW_H #define _MAIN_WINDOW_H diff --git a/Fltk/manipWindow.cpp b/Fltk/manipWindow.cpp index b366cc7a99a2f908d8400f5b0af8a69298de5c80..cfd8c4dd8b7c1e945fef52314dfecaca5f5225ae 100644 --- a/Fltk/manipWindow.cpp +++ b/Fltk/manipWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <FL/Fl_Box.H> #include <FL/Fl_Return_Button.H> diff --git a/Fltk/manipWindow.h b/Fltk/manipWindow.h index f133c0ed3a372f4f11ede3345fcd93cd4ddd01e2..34b2ec18733cb07c513a997fb051e82c219c4e9c 100644 --- a/Fltk/manipWindow.h +++ b/Fltk/manipWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MANIP_WINDOW_H_ #define _MANIP_WINDOW_H_ diff --git a/Fltk/messageBrowser.h b/Fltk/messageBrowser.h index dbf771808a058119f4974ef78e6c146c6c0e5d78..0b8aef52ae656b51a4f2ec9c140cdb0db0bcd963 100644 --- a/Fltk/messageBrowser.h +++ b/Fltk/messageBrowser.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESSAGE_BROWSER_H_ #define _MESSAGE_BROWSER_H_ diff --git a/Fltk/onelabGroup.cpp b/Fltk/onelabGroup.cpp index a0152e654778ad5e7bd27e05b1be8b16bc72e060..08af3bb726a1451e392d04ebe66e0d947d2e8f04 100644 --- a/Fltk/onelabGroup.cpp +++ b/Fltk/onelabGroup.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <FL/Fl.H> #include "GmshConfig.h" diff --git a/Fltk/onelabGroup.h b/Fltk/onelabGroup.h index 09ea04282901307bd5f542e691b7ef5391920ab1..90e782b8ee37c042ffc91324491ea885ce060886 100644 --- a/Fltk/onelabGroup.h +++ b/Fltk/onelabGroup.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ONELAB_GROUP_H_ #define _ONELAB_GROUP_H_ diff --git a/Fltk/openglWindow.cpp b/Fltk/openglWindow.cpp index 97e2d4b68101a82b79590b91570da9c47fd5d4de..2e90268772100915b6ade8a83460d0d5df4f2018 100644 --- a/Fltk/openglWindow.cpp +++ b/Fltk/openglWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include <string.h> diff --git a/Fltk/openglWindow.h b/Fltk/openglWindow.h index 0fff3c6757a2eecda07ac907bc9b94a5a2cfa1c9..dd764d57323095e968e21d68ffbd6922149b1019 100644 --- a/Fltk/openglWindow.h +++ b/Fltk/openglWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OPENGL_WINDOW_H_ #define _OPENGL_WINDOW_H_ diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index d5171464790d4d9612f79bafbc982d68329efb83..f8e74a7507c59a7836025d9412790d42d143cb8f 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/optionWindow.h b/Fltk/optionWindow.h index 8c69591f74b58f7f2ebc6c27fbcfbd6c5f5b1232..feff50a7e0c77663c0a771c40b1b2fafee05c1cb 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OPTION_WINDOW_H_ #define _OPTION_WINDOW_H_ diff --git a/Fltk/outputRange.h b/Fltk/outputRange.h index 315f52d24568d4b97d037ccf75a8de89bca46f77..f5d160446c9374fd518565b179e65f70a7ea5fc1 100644 --- a/Fltk/outputRange.h +++ b/Fltk/outputRange.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OUTPUT_RANGE_H_ #define _OUTPUT_RANGE_H_ diff --git a/Fltk/paletteWindow.h b/Fltk/paletteWindow.h index b5edd69fa6d27a9df97c751d2b533fe54803d10b..5f16360a12879cdd85f6936fff02bb1cc7adfea8 100644 --- a/Fltk/paletteWindow.h +++ b/Fltk/paletteWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PALETTE_WINDOW_H #define _PALETTE_WINDOW_H diff --git a/Fltk/partitionDialog.cpp b/Fltk/partitionDialog.cpp index 438e6e6f719403e18ffcc3417a5718eb68f73d7a..49d1eaaa2090c5408b096e5a0359da07bc7f2d0e 100644 --- a/Fltk/partitionDialog.cpp +++ b/Fltk/partitionDialog.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Stephen Guzik diff --git a/Fltk/partitionDialog.h b/Fltk/partitionDialog.h index 3d6c951223fb2effc75306e11b9d5fb9fc955246..d6dc23e6e48670f85585e0cc89b600996e4bdd54 100644 --- a/Fltk/partitionDialog.h +++ b/Fltk/partitionDialog.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PARTITION_DIALOG_H_ #define _PARTITION_DIALOG_H_ diff --git a/Fltk/pluginWindow.cpp b/Fltk/pluginWindow.cpp index e4736e23e0ff06faa2517feef846ee4794b2c6c2..befbb64c98b64189dd69d5e111c30a98ee7fc833 100644 --- a/Fltk/pluginWindow.cpp +++ b/Fltk/pluginWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/pluginWindow.h b/Fltk/pluginWindow.h index f2a7101272a25f1eaa776fb85e51e0f7b492828d..2cf79a9bc328bc8211fbb1f7e4ac81d465efb124 100644 --- a/Fltk/pluginWindow.h +++ b/Fltk/pluginWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PLUGIN_WINDOW_H_ #define _PLUGIN_WINDOW_H_ diff --git a/Fltk/projectionEditor.cpp b/Fltk/projectionEditor.cpp index 78602d4f033361f75ee54081ea72a8b290a579c5..51689fe5ef748db618ce5ff63aa20e478316e13d 100644 --- a/Fltk/projectionEditor.cpp +++ b/Fltk/projectionEditor.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <FL/fl_draw.H> diff --git a/Fltk/projectionEditor.h b/Fltk/projectionEditor.h index 9e6cad4bef937bebf12f53875f374598943d157b..25f5ec6c0790c69046663ef98cebe9ea8e642dd2 100644 --- a/Fltk/projectionEditor.h +++ b/Fltk/projectionEditor.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PROJECTION_EDITOR_H_ #define _PROJECTION_EDITOR_H_ diff --git a/Fltk/solverButton.cpp b/Fltk/solverButton.cpp index 0e81313a6e0fabccbc6afe84db2377ed1e4af341..b980c5266d2173fb6ab0f8ff779d33e108123430 100644 --- a/Fltk/solverButton.cpp +++ b/Fltk/solverButton.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/solverButton.h b/Fltk/solverButton.h index c42db59e882ca517c4f5dea1702541f7a0776eb0..25a515bc0f4c981c60ee4c266ed58aee0899044c 100644 --- a/Fltk/solverButton.h +++ b/Fltk/solverButton.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SOLVER_BUTTON_H_ #define _SOLVER_BUTTON_H_ diff --git a/Fltk/spherePositionWidget.h b/Fltk/spherePositionWidget.h index 5c07413fcbf0b8e23c8b68766fc76c7005691b1a..d4ad072a4c56c3f7d9b8ec8acf105e2216812d1f 100644 --- a/Fltk/spherePositionWidget.h +++ b/Fltk/spherePositionWidget.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SPHERE_POSITION_WIDGET_H_ #define _SPHERE_POSITION_WIDGET_H_ diff --git a/Fltk/statisticsWindow.cpp b/Fltk/statisticsWindow.cpp index 56913627c13498b33d9544d5c8a72cd2a2069302..154bbb795af5728dff9cffef8fb09d55fd485177 100644 --- a/Fltk/statisticsWindow.cpp +++ b/Fltk/statisticsWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <FL/Fl_Tabs.H> #include <FL/Fl_Box.H> diff --git a/Fltk/statisticsWindow.h b/Fltk/statisticsWindow.h index 03c03dbffc595e47a6dfaa094077a37bf45280b8..7e5af3a4f33063f049832de082aaf43172b8aa7c 100644 --- a/Fltk/statisticsWindow.h +++ b/Fltk/statisticsWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _STATISTICS_WINDOW_H_ #define _STATISTICS_WINDOW_H_ diff --git a/Fltk/treeIcons.h b/Fltk/treeIcons.h index 07ed0646845049c4a403fd234127675cbd9d2ee4..b7ab9e76e4ab5a66ddc65ebcb2580742141bd4d5 100644 --- a/Fltk/treeIcons.h +++ b/Fltk/treeIcons.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _TREE_ICONS_H_ #define _TREE_ICONS_H_ diff --git a/Fltk/viewButton.cpp b/Fltk/viewButton.cpp index 05fa5f03c787153d1b93253016e6fa02f3b7bbf5..e154ceaf94c256685aec7a6a211ecc69d0398e06 100644 --- a/Fltk/viewButton.cpp +++ b/Fltk/viewButton.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/viewButton.h b/Fltk/viewButton.h index a2b7d04832b2eb226cfcf10bb616f98688c933a6..b48ada4a2eb19565a7e4657aae34f92712d46c77 100644 --- a/Fltk/viewButton.h +++ b/Fltk/viewButton.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _VIEW_BUTTON_H_ #define _VIEW_BUTTON_H_ diff --git a/Fltk/visibilityWindow.cpp b/Fltk/visibilityWindow.cpp index 42de5c5666394fb51d04158201dd1e3ac9417f0d..ade0083d85088cc4656e21b57b1fa52c2de38d11 100644 --- a/Fltk/visibilityWindow.cpp +++ b/Fltk/visibilityWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #if !defined(HAVE_NO_STDINT_H) diff --git a/Fltk/visibilityWindow.h b/Fltk/visibilityWindow.h index 62442545da8e66c8a9a51494ae0fb2760645411d..dcbc3364bb593d34450a9dc48e13ba98a11673f2 100644 --- a/Fltk/visibilityWindow.h +++ b/Fltk/visibilityWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _VISIBILITY_WINDOW_H_ #define _VISIBILITY_WINDOW_H_ diff --git a/Geo/ACISEdge.cpp b/Geo/ACISEdge.cpp index c29c892c00be170de7841daf6f8bcb97c67496b1..c4b50bfb0e5f73daafdeaded6df6928303b7c80a 100644 --- a/Geo/ACISEdge.cpp +++ b/Geo/ACISEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <limits> #include "GmshConfig.h" diff --git a/Geo/ACISEdge.h b/Geo/ACISEdge.h index 2ca171548e8696aff00ed8421f4e1023dfc6443f..9cb14f8dee1dcfe01aa75a6c65c8aedf5b14f5fe 100644 --- a/Geo/ACISEdge.h +++ b/Geo/ACISEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ACIS_EDGE_H_ #define _ACIS_EDGE_H_ diff --git a/Geo/ACISFace.cpp b/Geo/ACISFace.cpp index e5756f84b7d875d060228dabb4cf20a99c43410b..08bbd2457b9a33a516247c52827b38f68b8c6291 100644 --- a/Geo/ACISFace.cpp +++ b/Geo/ACISFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/ACISFace.h b/Geo/ACISFace.h index c18e65cb01ae0adcc9dc7aacd50fc00e8fadfdd2..f9f542a8cfc70f05e5a8d21219efe6eed9fbb88b 100644 --- a/Geo/ACISFace.h +++ b/Geo/ACISFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ACIS_FACE_H_ #define _ACIS_FACE_H_ diff --git a/Geo/ACISVertex.cpp b/Geo/ACISVertex.cpp index ee7a3ca78acb40c64250bbfc1715442420b88979..90bcaaa4a82a6037143d3d923b774a8bd3ba6db4 100644 --- a/Geo/ACISVertex.cpp +++ b/Geo/ACISVertex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "ACISVertex.h" #include "MPoint.h" diff --git a/Geo/ACISVertex.h b/Geo/ACISVertex.h index b6b43c30d197a5e58467a42506e3f9432cb98481..943a9aaf4bcfe97232451bc2bce7f7d0daaa6779 100644 --- a/Geo/ACISVertex.h +++ b/Geo/ACISVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ACIS_VERTEX_H_ #define _ACIS_VERTEX_H_ diff --git a/Geo/CGNSFunctions.cpp b/Geo/CGNSFunctions.cpp index 1bc9525d2dc1631a2c976b901efd457c47534dd3..f1367ee46d3dd62f4a003b06ee2ba90ecf7152f8 100644 --- a/Geo/CGNSFunctions.cpp +++ b/Geo/CGNSFunctions.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // CGNSFunctions.cpp - Copyright (C) 2008-2018 S. Guzik, B. Gorissen, // K. Hillewaert, C. Geuzaine, J.-F. Remacle diff --git a/Geo/CGNSOptions.h b/Geo/CGNSOptions.h index cf620b664346f7573633d0c9714e705b0e8ca0a3..6fca851b9e1ed2dfd19e634bf650c41b06bc4555 100644 --- a/Geo/CGNSOptions.h +++ b/Geo/CGNSOptions.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // CGNSOptions.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/CMakeLists.txt b/Geo/CMakeLists.txt index fb9b4c3ee17582da74b7adc6851b30970b4cdd27..b5117c8370fef0b7a0421fad039bc4589f12a60e 100644 --- a/Geo/CMakeLists.txt +++ b/Geo/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC boundaryLayersData.cpp diff --git a/Geo/Cell.cpp b/Geo/Cell.cpp index 0dee3a4bfa98d0adaf904daa33af3f31a117a481..adcf79de012657de225dfdc96bd3d2a9f8667b98 100644 --- a/Geo/Cell.cpp +++ b/Geo/Cell.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/Cell.h b/Geo/Cell.h index 66b40ec610a993db2ecd5c39d39f797b80905bef..5eb3899a09d6f9d99de63d94b0921b8e861d124a 100644 --- a/Geo/Cell.h +++ b/Geo/Cell.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/CellComplex.cpp b/Geo/CellComplex.cpp index 64467d34bb16a719b42565a26ae77000da44ad8b..42c4d4c0664b98c77577db5c43553981875559fe 100644 --- a/Geo/CellComplex.cpp +++ b/Geo/CellComplex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/CellComplex.h b/Geo/CellComplex.h index d1bba299263e7ac6fb1da94cb9d2112833afa3b1..d2f722bacdb8e1315d9a5f86006de980f7b1174c 100644 --- a/Geo/CellComplex.h +++ b/Geo/CellComplex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/Chain.cpp b/Geo/Chain.cpp index 97644601e7668c9dc437a7ef0efbdfeae1ba06bf..50d9250e9d67becad5d35c83c7ec55895f7fc91a 100644 --- a/Geo/Chain.cpp +++ b/Geo/Chain.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/Chain.h b/Geo/Chain.h index dcd9632bf6b838abac664420bc702a02a365bc3a..48aa68e59b85f8591613d8df8c995d40a294d74c 100644 --- a/Geo/Chain.h +++ b/Geo/Chain.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/ChainComplex.cpp b/Geo/ChainComplex.cpp index a20f13d6d6f5b06cbf146f881de36fb695f2895d..2344160873c644657639f76d38e909bad7830a4c 100644 --- a/Geo/ChainComplex.cpp +++ b/Geo/ChainComplex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/ChainComplex.h b/Geo/ChainComplex.h index 549daf9fbdc85e9baf846b15827762aeca79290a..966134425e3ed3e871e96b07a38ff861fc807860 100644 --- a/Geo/ChainComplex.h +++ b/Geo/ChainComplex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/CustomContainer.h b/Geo/CustomContainer.h index 6fbc42f87c9ef52c53665d6134f4f83b1af7a1c6..0f3bb980682fccdee620a935b5dd2de03e4ee5a9 100644 --- a/Geo/CustomContainer.h +++ b/Geo/CustomContainer.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // CustomContainer.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/ExtrudeParams.cpp b/Geo/ExtrudeParams.cpp index ae762c6c6bcbc645861bfbad2069fc42bdf7265e..28afa7c8b64faa3f444cc9acfb3025c67ea1de21 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshMessage.h" #include "Geo.h" diff --git a/Geo/ExtrudeParams.h b/Geo/ExtrudeParams.h index c291660d61ef1396e43e19708ad75cba51784205..2f60ad5adc3d80f5bf489c067fac77146ad70dfc 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _EXTRUDE_PARAMS_H_ #define _EXTRUDE_PARAMS_H_ diff --git a/Geo/GEdge.cpp b/Geo/GEdge.cpp index 8af9f99daa0f03946b408afde374294193f1aad5..76b5e485098eaf21418bf05403a47567170020da 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <algorithm> diff --git a/Geo/GEdge.h b/Geo/GEdge.h index b91b2032af9a4ddba41697ba21388c51017bb19b..ff4be7d6a43d579f9bb808b37f3c4e5c261fa0b6 100644 --- a/Geo/GEdge.h +++ b/Geo/GEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GEDGE_H_ #define _GEDGE_H_ diff --git a/Geo/GEdgeLoop.cpp b/Geo/GEdgeLoop.cpp index c8b27338ea7df4cf02de92edf7edfe313546653b..4add29f0212c8a67a08e17b803acebed4670b452 100644 --- a/Geo/GEdgeLoop.cpp +++ b/Geo/GEdgeLoop.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include <functional> diff --git a/Geo/GEdgeLoop.h b/Geo/GEdgeLoop.h index 5ed90f875f0d404abd454a93e410ba1b219491ef..d42111f1d9c7614c3805056cb7823d2a36162d3b 100644 --- a/Geo/GEdgeLoop.h +++ b/Geo/GEdgeLoop.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GEDGE_LOOP_H_ #define _GEDGE_LOOP_H_ diff --git a/Geo/GEntity.cpp b/Geo/GEntity.cpp index 6e596fdd03de2f61fb8b63e24ab1e3e6ffe2d6a6..1075813ccfb248eea097fb6d6d667cd036a2375f 100644 --- a/Geo/GEntity.cpp +++ b/Geo/GEntity.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <algorithm> diff --git a/Geo/GEntity.h b/Geo/GEntity.h index a0368421fefe8191ed1436f7c33c87f603dc1c2e..20b6135e4e245e08e36825c0412192bff5c379b9 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GENTITY_H_ #define _GENTITY_H_ diff --git a/Geo/GFace.cpp b/Geo/GFace.cpp index d83f200e97c31cfdb6a7f82b2eeeba4806f1165f..988f1d2ce01e9d45b8ed9df9c8a9c3722b70965e 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include "GmshConfig.h" diff --git a/Geo/GFace.h b/Geo/GFace.h index a51a11001eb1c0a7825ce2c62627c6f76cae1810..cffd8e09054b356e211077c3d1b2e2f0371e147d 100644 --- a/Geo/GFace.h +++ b/Geo/GFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GFACE_H_ #define _GFACE_H_ diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 117c67e5c68e4dcec872b80597f106f241382d1b..a6015616d2df9f2955f7358d9662dde9ceb2d572 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <limits> #include <stdlib.h> diff --git a/Geo/GModel.h b/Geo/GModel.h index 90aaee11280ec9e533068d4480eda49f97f8a93a..941c882ec75acea7aae91e4bff0eba6be6157b44 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMODEL_H_ #define _GMODEL_H_ diff --git a/Geo/GModelCreateTopologyFromMesh.cpp b/Geo/GModelCreateTopologyFromMesh.cpp index 3246a286be958c2ef52aea1b3ed6ad5fb7ed6c5e..56420fb9ec4c027fcaccd01f60de72d17a91d1f7 100644 --- a/Geo/GModelCreateTopologyFromMesh.cpp +++ b/Geo/GModelCreateTopologyFromMesh.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stack> #include <set> diff --git a/Geo/GModelCreateTopologyFromMesh.h b/Geo/GModelCreateTopologyFromMesh.h index 2ba67985b37c80a495fb81ef5117b3157ce7a3a9..11ebb45956839d7b3690b93c4ecd312987295c52 100644 --- a/Geo/GModelCreateTopologyFromMesh.h +++ b/Geo/GModelCreateTopologyFromMesh.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CREATE_TOPOLOGY_FROM_MESH #define _CREATE_TOPOLOGY_FROM_MESH diff --git a/Geo/GModelIO_ACIS.cpp b/Geo/GModelIO_ACIS.cpp index 2a17ed728d07000d238eedac144e71af6a2186f8..c3fd609ede67f6a15f872e215fc835a8a6f57c00 100644 --- a/Geo/GModelIO_ACIS.cpp +++ b/Geo/GModelIO_ACIS.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GModel.h" diff --git a/Geo/GModelIO_ACTRAN.cpp b/Geo/GModelIO_ACTRAN.cpp index 975b5315fb0552821b54b7c509a814d01da3effe..614c9314e52ce1a3948ddd09fa6036531af08ad2 100644 --- a/Geo/GModelIO_ACTRAN.cpp +++ b/Geo/GModelIO_ACTRAN.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_BDF.cpp b/Geo/GModelIO_BDF.cpp index f367216dc222f5489afe96ca52dc85c38989120f..010b1b820d39d85df9233e03b2f6f9ed0165b531 100644 --- a/Geo/GModelIO_BDF.cpp +++ b/Geo/GModelIO_BDF.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_CELUM.cpp b/Geo/GModelIO_CELUM.cpp index 56a2b475c458bf5b00ca9a06615856b04eac7b74..aee708d2de1a834e56506b7f6dd00446fac71c3b 100644 --- a/Geo/GModelIO_CELUM.cpp +++ b/Geo/GModelIO_CELUM.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "OS.h" diff --git a/Geo/GModelIO_CGNS.cpp b/Geo/GModelIO_CGNS.cpp index 807feb231787579bcee1a4cc9b55d61c5cf1689d..c1f381c0e9505547f961958135a1a05f9004f8a5 100644 --- a/Geo/GModelIO_CGNS.cpp +++ b/Geo/GModelIO_CGNS.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // GModelIO_CGNS.cpp - Copyright (C) 2008-2012 S. Guzik, B. Gorissen, // C. Geuzaine, J.-F. Remacle diff --git a/Geo/GModelIO_DIFF.cpp b/Geo/GModelIO_DIFF.cpp index 64549abaeceea14cb7eecc975fd4de079f597a4e..d4bc7b0f78513981f600907217196567431dca3f 100644 --- a/Geo/GModelIO_DIFF.cpp +++ b/Geo/GModelIO_DIFF.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_Fourier.cpp b/Geo/GModelIO_Fourier.cpp index 51cec792294bcd409d9a3664d42ea0c0d5117b49..aa2dcedf04f5b86e3c0c885158af244a03519bd6 100644 --- a/Geo/GModelIO_Fourier.cpp +++ b/Geo/GModelIO_Fourier.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string> #include "GmshConfig.h" diff --git a/Geo/GModelIO_Fourier.h b/Geo/GModelIO_Fourier.h index 7375be76df2b60f6df894bd4911a2a5bd5135459..2b67f138dd7db8310066b13ea06be7795b091d97 100644 --- a/Geo/GModelIO_Fourier.h +++ b/Geo/GModelIO_Fourier.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMODEL_IO_FOURIER_H_ #define _GMODEL_IO_FOURIER_H_ diff --git a/Geo/GModelIO_GEO.cpp b/Geo/GModelIO_GEO.cpp index 8cba16268852dd6c607b3c11d7d2ae6b8a433068..cc3cfc133bac8df9ec4ce9e6e09cf672808d262a 100644 --- a/Geo/GModelIO_GEO.cpp +++ b/Geo/GModelIO_GEO.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <stdlib.h> diff --git a/Geo/GModelIO_GEO.h b/Geo/GModelIO_GEO.h index 1bb240a14dfcc780078b86fda8df12e616fab0e3..a75185a7d4e8c845041216550009ea1b4a9879c3 100644 --- a/Geo/GModelIO_GEO.h +++ b/Geo/GModelIO_GEO.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMODELIO_GEO_H_ #define _GMODELIO_GEO_H_ diff --git a/Geo/GModelIO_GEOM.cpp b/Geo/GModelIO_GEOM.cpp index b0df3541de010874db00779552faa2a4eb3a1c81..4ac173da30a9c7ab670aec0da1a4d288d64c066a 100644 --- a/Geo/GModelIO_GEOM.cpp +++ b/Geo/GModelIO_GEOM.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "OS.h" diff --git a/Geo/GModelIO_INP.cpp b/Geo/GModelIO_INP.cpp index c31f1dff4d539bedd6356b47c27d69ae427c1ace..181c4d100ec81ef4248deacab14cb5c334dccf88 100644 --- a/Geo/GModelIO_INP.cpp +++ b/Geo/GModelIO_INP.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "OS.h" diff --git a/Geo/GModelIO_IR3.cpp b/Geo/GModelIO_IR3.cpp index 673ccfc6a27d40ccf193167b9063484e237cf349..3a73531ce4d80faeaf7bc5b6c94b0505565f2f9e 100644 --- a/Geo/GModelIO_IR3.cpp +++ b/Geo/GModelIO_IR3.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "OS.h" diff --git a/Geo/GModelIO_KEY.cpp b/Geo/GModelIO_KEY.cpp index 5ac38a88a8c5f759b19ac7869abffa8ade41cbe5..bd7a01823098ac1e80820179a44d4e5aaf0339d4 100644 --- a/Geo/GModelIO_KEY.cpp +++ b/Geo/GModelIO_KEY.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "OS.h" diff --git a/Geo/GModelIO_MAIL.cpp b/Geo/GModelIO_MAIL.cpp index 92a92ad4311de25273397a0ac701bce90896c81c..fd334f5c57ba760002dffb599e4cef9ff042ac5b 100644 --- a/Geo/GModelIO_MAIL.cpp +++ b/Geo/GModelIO_MAIL.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "OS.h" diff --git a/Geo/GModelIO_MATLAB.cpp b/Geo/GModelIO_MATLAB.cpp index 94a74ec78ae2c7a96e9c86cb372a001975f9d91b..4546b12fd14fa15b232e89cc4e05c857dffb2ee8 100644 --- a/Geo/GModelIO_MATLAB.cpp +++ b/Geo/GModelIO_MATLAB.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <utility> diff --git a/Geo/GModelIO_MED.cpp b/Geo/GModelIO_MED.cpp index 018ea49a927df96d7f2571a90f59ab096090c9cd..e477f5005dc57f33d3cfa0f19cdb7e6ce8e2230f 100644 --- a/Geo/GModelIO_MED.cpp +++ b/Geo/GModelIO_MED.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string> #include "GmshConfig.h" diff --git a/Geo/GModelIO_MESH.cpp b/Geo/GModelIO_MESH.cpp index f50cbe29680d6e9a0110c3d82df182170923d9b5..d98bf82df7889edb79ea412992beceff064abc4c 100644 --- a/Geo/GModelIO_MESH.cpp +++ b/Geo/GModelIO_MESH.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_MSH.cpp b/Geo/GModelIO_MSH.cpp index 61cc5c26d50b6a7175aa79aaa5401d99631371b9..4637f0c597b52b389b34e4e7c2e89f244ef37f66 100644 --- a/Geo/GModelIO_MSH.cpp +++ b/Geo/GModelIO_MSH.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include <string.h> diff --git a/Geo/GModelIO_MSH2.cpp b/Geo/GModelIO_MSH2.cpp index 35be00b725dc9b91b52155ee1155d9e35187d6c9..a710e60dc6c5d0c45179f79b8ff4f3984eb6e65b 100644 --- a/Geo/GModelIO_MSH2.cpp +++ b/Geo/GModelIO_MSH2.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_MSH3.cpp b/Geo/GModelIO_MSH3.cpp index e9cdc2e86d6d15d0fdefac4fb6c3c8c8cd2783da..661db76359de86be62431d5d460e2b87bef9b22c 100644 --- a/Geo/GModelIO_MSH3.cpp +++ b/Geo/GModelIO_MSH3.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <iomanip> diff --git a/Geo/GModelIO_MSH4.cpp b/Geo/GModelIO_MSH4.cpp index 72cf54686f01fd62007999a440d2f24ab91baf60..63525723514846ecc1b10a511a49c5413d49716a 100644 --- a/Geo/GModelIO_MSH4.cpp +++ b/Geo/GModelIO_MSH4.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Anthony Royer diff --git a/Geo/GModelIO_NEU.cpp b/Geo/GModelIO_NEU.cpp index d3234fb8a8c731e87573d3270d1ff883be3c155c..4f6a531e863167acc1adcc0d923e5ee1c5b24c36 100644 --- a/Geo/GModelIO_NEU.cpp +++ b/Geo/GModelIO_NEU.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Larry Price diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp index 4ed860d9085adaa4cd1017c4200dffc8193c4040..34c83e27dfe5622e5d084b937e8f4eb8ee50c36d 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index 9f04b036192ebd97223ac7cdf864a944adb91045..0f4c0cda884b144fa1b1ae3cbfac0c9f08985e54 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMODELIO_OCC_H_ #define _GMODELIO_OCC_H_ diff --git a/Geo/GModelIO_P3D.cpp b/Geo/GModelIO_P3D.cpp index 1827f5d0dc26f72f9a2cb6780edee87bdd3adf47..5aca7d9c8227bf95e71b65b9b3d701eed7b2866e 100644 --- a/Geo/GModelIO_P3D.cpp +++ b/Geo/GModelIO_P3D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "OS.h" diff --git a/Geo/GModelIO_PLY.cpp b/Geo/GModelIO_PLY.cpp index 8ad3ef8ab051f87822740a937d192475bb4a0abc..11f0a465e30ebc7d8a3da616cec15c095b0dad80 100644 --- a/Geo/GModelIO_PLY.cpp +++ b/Geo/GModelIO_PLY.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_POS.cpp b/Geo/GModelIO_POS.cpp index 7235cc76b0613da2f63ba730401f2490485a15bd..398984169d4ebd23de102e4de0972a61a3c9001e 100644 --- a/Geo/GModelIO_POS.cpp +++ b/Geo/GModelIO_POS.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include "GModel.h" diff --git a/Geo/GModelIO_SAMCEF.cpp b/Geo/GModelIO_SAMCEF.cpp index d727d93dfd8924fab45853d5d816748857fac912..fa44b26089fa94cd1efd75f3cdac68fa97e1eb22 100644 --- a/Geo/GModelIO_SAMCEF.cpp +++ b/Geo/GModelIO_SAMCEF.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_STL.cpp b/Geo/GModelIO_STL.cpp index 6442e591945314ba20c954398369809fcac40bb7..576abff140af6178840852d7162f6b4baaa9830f 100644 --- a/Geo/GModelIO_STL.cpp +++ b/Geo/GModelIO_STL.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include "GModel.h" diff --git a/Geo/GModelIO_SU2.cpp b/Geo/GModelIO_SU2.cpp index 3b87842e306ce9e329d543870d5c1d19665a89d2..f5a0a9377aa81c75d1900376150c0f33738d7e01 100644 --- a/Geo/GModelIO_SU2.cpp +++ b/Geo/GModelIO_SU2.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_UNV.cpp b/Geo/GModelIO_UNV.cpp index 18d02e1fc897b7a2479c187aadb8f11bd840aec5..ca02e5149406af2285761f3bd4df79c5d14f2120 100644 --- a/Geo/GModelIO_UNV.cpp +++ b/Geo/GModelIO_UNV.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_VRML.cpp b/Geo/GModelIO_VRML.cpp index fc7c2c128f11ef948301b15dacab3f8142fd260b..04ad896eed7346468c27d0b6f8436289105a9024 100644 --- a/Geo/GModelIO_VRML.cpp +++ b/Geo/GModelIO_VRML.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_VTK.cpp b/Geo/GModelIO_VTK.cpp index d2f2952684e50f0eb272fcc5455be5b44a197e05..d8c1f4d16f978beff9f7ffe399fbc3c813398b4b 100644 --- a/Geo/GModelIO_VTK.cpp +++ b/Geo/GModelIO_VTK.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "OS.h" diff --git a/Geo/GModelVertexArrays.cpp b/Geo/GModelVertexArrays.cpp index d3fe630c25a993f258d6946208f3275fd8f51dbc..0e1c2d5a3bddb3b84094e3a4632aa59917154718 100644 --- a/Geo/GModelVertexArrays.cpp +++ b/Geo/GModelVertexArrays.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cmath> #include "GmshMessage.h" diff --git a/Geo/GPoint.h b/Geo/GPoint.h index 1be11f4e967ae04948a79e16b5034c7d84d6a84e..0e5c26961b7f172a2d8bd26468fdfc3170a9bc11 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GPOINT_H_ #define _GPOINT_H_ diff --git a/Geo/GRegion.cpp b/Geo/GRegion.cpp index de2f3cc06ed01572ef6e9616892c4be78583944c..9e87cb9ef15779074bc1ccf8235470847a8160c6 100644 --- a/Geo/GRegion.cpp +++ b/Geo/GRegion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include "GModel.h" diff --git a/Geo/GRegion.h b/Geo/GRegion.h index 3b7ada9e9fa39f33bb2282d3cab7b7a7f4383753..04ac88449ab05bf4b1428b45d27d962fc0d3e273 100644 --- a/Geo/GRegion.h +++ b/Geo/GRegion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GREGION_H_ #define _GREGION_H_ diff --git a/Geo/GVertex.cpp b/Geo/GVertex.cpp index ac597816667748e75e2ae216b75b951ea1fe6e64..9100c5292f9497e6641d40f57da1cc14cd7af39c 100644 --- a/Geo/GVertex.cpp +++ b/Geo/GVertex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <algorithm> diff --git a/Geo/GVertex.h b/Geo/GVertex.h index 9ffcb55e0acd41568b188d07876cb4f72e30e775..94dd8680f181c53266144302d802dd12340388d8 100644 --- a/Geo/GVertex.h +++ b/Geo/GVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GVERTEX_H_ #define _GVERTEX_H_ diff --git a/Geo/GenericEdge.cpp b/Geo/GenericEdge.cpp index f338be144d18e8ef8c45c375740d0f7ada19a676..544d16c14475b2f398cd4fd5b80b63cea073a751 100644 --- a/Geo/GenericEdge.cpp +++ b/Geo/GenericEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Geo/GenericEdge.h b/Geo/GenericEdge.h index c889e9865bcfce7a360d97df52d7106bd6df5af2..715861a98e18667484eab4c95a20af597d75d83b 100644 --- a/Geo/GenericEdge.h +++ b/Geo/GenericEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Geo/GenericFace.cpp b/Geo/GenericFace.cpp index 4bfe68ce49f011338f9403fe58460892d035fe25..128cb77f65ab753d88e30f76b107f9a1aebdeff6 100644 --- a/Geo/GenericFace.cpp +++ b/Geo/GenericFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Geo/GenericFace.h b/Geo/GenericFace.h index 93485469b7a0d5270ab8f830bf33d6088d1e176c..99b10bf311c0a053ccc7e8fc6997b5a1f14bfb93 100644 --- a/Geo/GenericFace.h +++ b/Geo/GenericFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Geo/GenericRegion.cpp b/Geo/GenericRegion.cpp index 6bda19b8e25f27fb43c2e8eb6d65c58ef8f9629d..d768b265f08e81a4b75c1fe8398a24eb29feeca4 100644 --- a/Geo/GenericRegion.cpp +++ b/Geo/GenericRegion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Geo/GenericRegion.h b/Geo/GenericRegion.h index 643090e4911ea644e87124c12fa5f001f3122654..d64ca71550f9239b1dab700bec1146a78647eb6b 100644 --- a/Geo/GenericRegion.h +++ b/Geo/GenericRegion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Geo/GenericVertex.cpp b/Geo/GenericVertex.cpp index 485b710d15f09ff98674cbef21622e4d1d89247b..9dbfb9ed184bc0653587146b0a2c9bb636a86236 100644 --- a/Geo/GenericVertex.cpp +++ b/Geo/GenericVertex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Geo/GenericVertex.h b/Geo/GenericVertex.h index e4748fc5d00c896ed856133d3eeba059a78cfdcf..67f7fc5c837383cc6c544c9dc5ded07e0b6b795d 100644 --- a/Geo/GenericVertex.h +++ b/Geo/GenericVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index f381c2df059055b86b2a93c3467c8abe15e85ac8..18fbec3461906c34e57c291198d5d42bc1559826 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <string.h> diff --git a/Geo/Geo.h b/Geo/Geo.h index c488f9ef6f99da9c9cce97ff5139eaf0ee287032..0e14a9e2e8c04ed2db9d495c34bf0215522419a9 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GEO_H_ #define _GEO_H_ diff --git a/Geo/GeoDefines.h b/Geo/GeoDefines.h index 4569bb4c9d759bf17a6ebb07d7991ef974bd7820..8747ea91a2083bf4173f40eec622fa2266634b07 100644 --- a/Geo/GeoDefines.h +++ b/Geo/GeoDefines.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GEO_DEFINES_H_ #define _GEO_DEFINES_H_ diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index 9f047b2f5eea282a8de32a2b2594293675e6ace3..7b8901be35f78fd1fca8e6a003a785467e3eff28 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshMessage.h" #include "Geo.h" diff --git a/Geo/GeoInterpolation.h b/Geo/GeoInterpolation.h index d45ba858c743a3b98bd5b894690a47cf4232df8a..ae3f05df8bb40c348796c3bbbd3686d595dc9970 100644 --- a/Geo/GeoInterpolation.h +++ b/Geo/GeoInterpolation.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GEO_INTERPOLATION_H_ #define _GEO_INTERPOLATION_H_ diff --git a/Geo/GeoStringInterface.cpp b/Geo/GeoStringInterface.cpp index b86fb4f6c63c5ee1ab08a1d26678afc9c170f3b4..20f8b289b9703cfe979f60dd710b848a10e8db75 100644 --- a/Geo/GeoStringInterface.cpp +++ b/Geo/GeoStringInterface.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <sstream> diff --git a/Geo/GeoStringInterface.h b/Geo/GeoStringInterface.h index 662297ca62ef0994e7b4f1db736e50c203d9b232..5f7538aa5a22a0c2470f2cbee7f52145e39f303b 100644 --- a/Geo/GeoStringInterface.h +++ b/Geo/GeoStringInterface.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GEO_STRING_INTERFACE_H_ #define _GEO_STRING_INTERFACE_H_ diff --git a/Geo/GeomMeshMatcher.cpp b/Geo/GeomMeshMatcher.cpp index 899e6b1bb966c372861d28813b86b3a62e8eb822..8f4506f875fb62ae3d8da33f5ad3985428a8e918 100644 --- a/Geo/GeomMeshMatcher.cpp +++ b/Geo/GeomMeshMatcher.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Bastien Gorissen, Koen Hillewaert diff --git a/Geo/GeomMeshMatcher.h b/Geo/GeomMeshMatcher.h index 09a7b70d921ec5830a1e73bb0939ed3f6d8fd31c..6516180bab1970a353105be66ceeb270d16a3192 100644 --- a/Geo/GeomMeshMatcher.h +++ b/Geo/GeomMeshMatcher.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Bastien Gorissen diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index 93f24fd7e55a5a753f9e22568308385de1f94c3f..dbee2460aecec5b1fa0ed9d5395b7a9a3bca9bee 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/Homology.h b/Geo/Homology.h index 839eee7ce128987f197f76f41c2ab0941592bb64..04c075601c18434cc1c9d692be7ad47e42cbe933 100644 --- a/Geo/Homology.h +++ b/Geo/Homology.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/MEdge.cpp b/Geo/MEdge.cpp index 5632001e025fc31a112d7aa12fe9ba66dc6eb642..93e93f4e6918f255edb280762eae7fcdcffa209e 100644 --- a/Geo/MEdge.cpp +++ b/Geo/MEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include "MEdge.h" diff --git a/Geo/MEdge.h b/Geo/MEdge.h index b6467c686cab13561bfe990797fdd4738b48cb11..77bfb0a48386549c96225053f31363fa5a6f362a 100644 --- a/Geo/MEdge.h +++ b/Geo/MEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MEDGE_H_ #define _MEDGE_H_ diff --git a/Geo/MEdgeHash.h b/Geo/MEdgeHash.h index a85b70bcfdd3554e044329ddd57f4a27f491612e..146e0b7cc51a58c8ebf96ceb6b5a85f1b7b5eb7b 100644 --- a/Geo/MEdgeHash.h +++ b/Geo/MEdgeHash.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MEDGE_HASH_H_ #define _MEDGE_HASH_H_ diff --git a/Geo/MElement.cpp b/Geo/MElement.cpp index 9bff300f9964c6c3d416cb4b68985ebc6081d4af..c3e1d58cd4f618a4369a805c78d2c550a1c9598d 100644 --- a/Geo/MElement.cpp +++ b/Geo/MElement.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <cmath> diff --git a/Geo/MElement.h b/Geo/MElement.h index 156661da42618a69e9419a6d3fd7c0fe58786cfe..a0ac3f35822725add24543414754948fd5166754 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MELEMENT_H_ #define _MELEMENT_H_ diff --git a/Geo/MElementCut.cpp b/Geo/MElementCut.cpp index 32572306c05b815540519586585b13e99d6756aa..3b2b78cd7c30ef8ffb84ef46cde46546617d767d 100644 --- a/Geo/MElementCut.cpp +++ b/Geo/MElementCut.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/MElementCut.h b/Geo/MElementCut.h index cc085681cc8025a287d375fbe8b2d93a9799dfec..94e403020e47090dd3422169a69b1a7a324f6d30 100644 --- a/Geo/MElementCut.h +++ b/Geo/MElementCut.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/MElementOctree.cpp b/Geo/MElementOctree.cpp index c8688212c6634225dcee165d7386368690be6350..ee87c1055b93cf6844d2207bce6bc36102af2ac7 100644 --- a/Geo/MElementOctree.cpp +++ b/Geo/MElementOctree.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "MElement.h" diff --git a/Geo/MElementOctree.h b/Geo/MElementOctree.h index 4ac0e0f4ca83f4891f41d5e62703f5b1fb9874c5..4c9a20d8008fe1731f6bd801dea02bb36adb866f 100644 --- a/Geo/MElementOctree.h +++ b/Geo/MElementOctree.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MELEMENT_OCTREE_ #define _MELEMENT_OCTREE_ diff --git a/Geo/MFace.cpp b/Geo/MFace.cpp index 622cdb2d764cd2f3d7135ef41e2f8e6d3f210774..2c0715a02cf8ec3820bf37646fd7e6a0dfae6ba2 100644 --- a/Geo/MFace.cpp +++ b/Geo/MFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <vector> #include <algorithm> diff --git a/Geo/MFace.h b/Geo/MFace.h index 202dda21c3d45ef89880d4da14971b776796d695..55aeb06d55fffe95b1ae21dc682d3c80ff324aa8 100644 --- a/Geo/MFace.h +++ b/Geo/MFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MFACE_H_ #define _MFACE_H_ diff --git a/Geo/MFaceHash.h b/Geo/MFaceHash.h index b18e606e1619a0cd4bbae6324fe435ffc084f192..64898bde6361c36d0851e5b83f602f2b488b92c4 100644 --- a/Geo/MFaceHash.h +++ b/Geo/MFaceHash.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MFACE_HASH_H_ #define _MFACE_HASH_H_ diff --git a/Geo/MHexahedron.cpp b/Geo/MHexahedron.cpp index 92bad84e6c54350791d6ffe6aee5833f4e189878..d7976b69eb2fb02a7aea7ac0aae6f2bfb12a2714 100644 --- a/Geo/MHexahedron.cpp +++ b/Geo/MHexahedron.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <limits> #include "MHexahedron.h" diff --git a/Geo/MHexahedron.h b/Geo/MHexahedron.h index 531022b63dd4644dff1a8368b03b8427d29d2aba..fb59947439b7fbb58c1ba27e182d3dfe027b02ad 100644 --- a/Geo/MHexahedron.h +++ b/Geo/MHexahedron.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MHEXAHEDRON_H_ #define _MHEXAHEDRON_H_ diff --git a/Geo/MLine.cpp b/Geo/MLine.cpp index 95259d40ffc9c2489838553dc469375147725155..b1e782a7e92f128b78af9b17872e3db97a0454b4 100644 --- a/Geo/MLine.cpp +++ b/Geo/MLine.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshDefines.h" #include "MLine.h" diff --git a/Geo/MLine.h b/Geo/MLine.h index d58510685e97e91c2a525a6e4ce2925af69758a9..2e7c0d53e797f0eb2c487e8bcf13b144eed23d6c 100644 --- a/Geo/MLine.h +++ b/Geo/MLine.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MLINE_H_ #define _MLINE_H_ diff --git a/Geo/MPoint.h b/Geo/MPoint.h index cb6af5689816301c2ebb3f254a008fca5d2506dd..e6497ffe3b889e58641a13aa072c90cd7e5b3000 100644 --- a/Geo/MPoint.h +++ b/Geo/MPoint.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MPOINT_H_ #define _MPOINT_H_ diff --git a/Geo/MPrism.cpp b/Geo/MPrism.cpp index 3f9b13081d6542c21016ee67ee9e6754e0663023..85ff5aa65e5385450b60fd6a3d4e36ad671d050a 100644 --- a/Geo/MPrism.cpp +++ b/Geo/MPrism.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "MPrism.h" #include "Numeric.h" diff --git a/Geo/MPrism.h b/Geo/MPrism.h index 574b1777a34ff2579c1df32c544a33bd124c6c90..eb4cf7d6c9eff6811122f712ecf3646f371004e1 100644 --- a/Geo/MPrism.h +++ b/Geo/MPrism.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MPRISM_H_ #define _MPRISM_H_ diff --git a/Geo/MPyramid.cpp b/Geo/MPyramid.cpp index 1cba8703138d06a0b27a89f28ced9f3a08f823dc..300991c23e4d4c6f57896a07ee0ffabf8fe651e5 100644 --- a/Geo/MPyramid.cpp +++ b/Geo/MPyramid.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "MPyramid.h" #include "Numeric.h" diff --git a/Geo/MPyramid.h b/Geo/MPyramid.h index d955550c1af02e2af9928c363dc134e4121205f5..10bcd707f132db59f5ed1d315b3142ae2fc1de22 100644 --- a/Geo/MPyramid.h +++ b/Geo/MPyramid.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MPYRAMID_H_ #define _MPYRAMID_H_ diff --git a/Geo/MQuadrangle.cpp b/Geo/MQuadrangle.cpp index b8d402075e622357a65528d34a06f30982442d72..c09ce00361f430a8f9444f42fba77f10f685b89f 100644 --- a/Geo/MQuadrangle.cpp +++ b/Geo/MQuadrangle.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "MQuadrangle.h" diff --git a/Geo/MQuadrangle.h b/Geo/MQuadrangle.h index 6686f40b4f7e0affbdf66edce04e990e350a0dcb..48dddc4f92068774a4bb2f20635d5bdf652327b8 100644 --- a/Geo/MQuadrangle.h +++ b/Geo/MQuadrangle.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MQUADRANGLE_H_ #define _MQUADRANGLE_H_ diff --git a/Geo/MSubElement.cpp b/Geo/MSubElement.cpp index 9a13fbef3dbbbd8da16cdcabae269ab1d77ca4f4..a6a1e979ebf3e7f49b741b138a2691d345203379 100644 --- a/Geo/MSubElement.cpp +++ b/Geo/MSubElement.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Frederic Duboeuf diff --git a/Geo/MSubElement.h b/Geo/MSubElement.h index 2c583d99dee8207825a17203dc856870cbe10941..65c27f928958d3c1ffa188c2e0d11ae30f2d0870 100644 --- a/Geo/MSubElement.h +++ b/Geo/MSubElement.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Frederic Duboeuf diff --git a/Geo/MTetrahedron.cpp b/Geo/MTetrahedron.cpp index fe43edca57fe7cf5a402bc03f67f8b3a50ba4b00..21124d4d5af6eb171563a9d04511c2b5bc5d5332 100644 --- a/Geo/MTetrahedron.cpp +++ b/Geo/MTetrahedron.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "MTetrahedron.h" diff --git a/Geo/MTetrahedron.h b/Geo/MTetrahedron.h index 7ba52dd99af7bcfb2197f009486d375af8821a4e..d893bcf090456fe2a0ff7a6d67a573c97493711c 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MTETRAHEDRON_H_ #define _MTETRAHEDRON_H_ diff --git a/Geo/MTriangle.cpp b/Geo/MTriangle.cpp index 2220fe0804cf7277d10976a7dfe69b4e9155b696..ce147e16d71c04e9cb1dc4143050215a09c225df 100644 --- a/Geo/MTriangle.cpp +++ b/Geo/MTriangle.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "MTriangle.h" diff --git a/Geo/MTriangle.h b/Geo/MTriangle.h index 729022225499929cab51695864df97c39462266c..f66d0941168ff00eb3b443cb29d21c5868e41910 100644 --- a/Geo/MTriangle.h +++ b/Geo/MTriangle.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MTRIANGLE_H_ #define _MTRIANGLE_H_ diff --git a/Geo/MVertex.cpp b/Geo/MVertex.cpp index bde5c5a296fe458eb3c770cf9e2d11c39007cf9f..2acd904805693c1f677fcaea0d9a21c34a977421 100644 --- a/Geo/MVertex.cpp +++ b/Geo/MVertex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <cmath> diff --git a/Geo/MVertex.h b/Geo/MVertex.h index 7553dac33464377df253d92ecc48702c8666465b..f7e9175835939455578c91a21d63dd0534ef395a 100644 --- a/Geo/MVertex.h +++ b/Geo/MVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MVERTEX_H_ #define _MVERTEX_H_ diff --git a/Geo/MVertexBoundaryLayerData.cpp b/Geo/MVertexBoundaryLayerData.cpp index 61df7509d0fb80d225a00f722651a8d99480691d..e50efbadc70329b1f88b3548c99c758313243711 100644 --- a/Geo/MVertexBoundaryLayerData.cpp +++ b/Geo/MVertexBoundaryLayerData.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "MVertexBoundaryLayerData.h" diff --git a/Geo/MVertexBoundaryLayerData.h b/Geo/MVertexBoundaryLayerData.h index e427821bf5f6886177b0be376791ffa2deeb8302..6fc76859710e98f9abb157bc4ed5685493d53902 100644 --- a/Geo/MVertexBoundaryLayerData.h +++ b/Geo/MVertexBoundaryLayerData.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MVERTEXBOUNDARYLAYERDATA_H_ #define _MVERTEXBOUNDARYLAYERDATA_H_ diff --git a/Geo/MVertexRTree.h b/Geo/MVertexRTree.h index 679917f2b3d345a78d27cc253e4e4520c5069757..3a32de451b921939f7958d68ebcf5a41498962e4 100644 --- a/Geo/MVertexRTree.h +++ b/Geo/MVertexRTree.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MVERTEX_RTREE_ #define _MVERTEX_RTREE_ diff --git a/Geo/MZone.cpp b/Geo/MZone.cpp index 03e45b3dd6bd891c04170fb3bd03e5ad5a0de25c..fa3a22d686deb95222d37c872bfaa32cc355f9f2 100644 --- a/Geo/MZone.cpp +++ b/Geo/MZone.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // MZone.cpp - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/MZone.h b/Geo/MZone.h index b69c41c84d3c912bc1a2595d30789a55c929408b..38626b2061f795588a55ae4a2d3dc76e7c0a713d 100644 --- a/Geo/MZone.h +++ b/Geo/MZone.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // MZone.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/MZoneBoundary.cpp b/Geo/MZoneBoundary.cpp index aaef6b69d8f7d4a07ae9be9c0690afaf39b614ba..4ad44add943021929805341cd1e690a19d23f1c2 100644 --- a/Geo/MZoneBoundary.cpp +++ b/Geo/MZoneBoundary.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // MZoneBoundary.cpp - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/MZoneBoundary.h b/Geo/MZoneBoundary.h index 31a97f84fbc5b0426afca823bce2f89b58013bde..b30f99f5f6c7861b0f7e3fa71aeec3c5fffab110 100644 --- a/Geo/MZoneBoundary.h +++ b/Geo/MZoneBoundary.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // MZoneBoundary.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/OCCEdge.cpp b/Geo/OCCEdge.cpp index 0b37e88dbc4792d780c653ce095f53fbca540eec..b8be62e313f366ea7457a0bde5042773c81c9ed7 100644 --- a/Geo/OCCEdge.cpp +++ b/Geo/OCCEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <limits> #include "GmshConfig.h" diff --git a/Geo/OCCEdge.h b/Geo/OCCEdge.h index deb7df1da208669bee892a5fb0bfe47af43d94a4..b4eae4a043312e1279734483f1efed7547aa96e1 100644 --- a/Geo/OCCEdge.h +++ b/Geo/OCCEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OCC_EDGE_H_ #define _OCC_EDGE_H_ diff --git a/Geo/OCCFace.cpp b/Geo/OCCFace.cpp index f6a055a217908ccfa0ae3f629fad63fd51779d61..f4a7019b6e2023d97fd2bad2ae8cda0f15cb9f8f 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/OCCFace.h b/Geo/OCCFace.h index bc2ca259cb88d1f1cccb37cafc751497e8c33eba..2cd43a3417e1b3a829cb4789548588722739fe37 100644 --- a/Geo/OCCFace.h +++ b/Geo/OCCFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OCC_FACE_H_ #define _OCC_FACE_H_ diff --git a/Geo/OCCMeshAttributes.h b/Geo/OCCMeshAttributes.h index babb0ee5b1c4832e5dfc988111064e9ba3452827..3937c1282c41cfa250df07638d6349af2a3b1ed2 100644 --- a/Geo/OCCMeshAttributes.h +++ b/Geo/OCCMeshAttributes.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OCC_MESH_ATTRIBUTES_ #define _OCC_MESH_ATTRIBUTES_ diff --git a/Geo/OCCRegion.cpp b/Geo/OCCRegion.cpp index cfb44234859dc54ef0131db597e9e89b3c76f854..195078459043d6c94e32b75d6d944f2e9db3c086 100644 --- a/Geo/OCCRegion.cpp +++ b/Geo/OCCRegion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/OCCRegion.h b/Geo/OCCRegion.h index a68a346ecfbbad1c9ec6dfa8ae815b7fbe2aac2a..3f76b9c7b9c8c77e6af64f732ee9bba748ddddba 100644 --- a/Geo/OCCRegion.h +++ b/Geo/OCCRegion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OCC_REGION_H_ #define _OCC_REGION_H_ diff --git a/Geo/OCCVertex.cpp b/Geo/OCCVertex.cpp index c1eb92d58bdc2d7bd5ca2f8280909db37b1bd6a5..97583c9cea8313b4517570882da3687d6a5c2b90 100644 --- a/Geo/OCCVertex.cpp +++ b/Geo/OCCVertex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GModel.h" diff --git a/Geo/OCCVertex.h b/Geo/OCCVertex.h index bad584f4c721570f3a64704cfd1887d9eb4abc9d..2c6b91791da81ca3dadef6735aaf8077b02944ba 100644 --- a/Geo/OCCVertex.h +++ b/Geo/OCCVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OCC_VERTEX_H_ #define _OCC_VERTEX_H_ diff --git a/Geo/Pair.h b/Geo/Pair.h index 6e291a693fe4c6e6662b1a5af9ca3803450ff1d1..85d1167821f5b0426d976a8f4d953771152c2007 100644 --- a/Geo/Pair.h +++ b/Geo/Pair.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PAIR_H_ #define _PAIR_H_ diff --git a/Geo/Range.h b/Geo/Range.h index 56dcfb6a378429e6a22dddf9fcc7c96af9d2e68f..559d5b7ffcfc98b95ebea0d9c063db0b9c47feab 100644 --- a/Geo/Range.h +++ b/Geo/Range.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _RANGE_H_ #define _RANGE_H_ diff --git a/Geo/SBoundingBox3d.h b/Geo/SBoundingBox3d.h index 269a8d989850456d70c64f20bc30684aa8bc3624..250d8802494c755eb4f9f3a5d8483604d4832a48 100644 --- a/Geo/SBoundingBox3d.h +++ b/Geo/SBoundingBox3d.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SBOUNDING_BOX_3D_H_ #define _SBOUNDING_BOX_3D_H_ diff --git a/Geo/SOrientedBoundingBox.cpp b/Geo/SOrientedBoundingBox.cpp index ae91ab7f81817bca39dcbfcef074bcd81dcfece4..57b3c02f5a92002f3d52ee0113a67c94b35c4d5c 100644 --- a/Geo/SOrientedBoundingBox.cpp +++ b/Geo/SOrientedBoundingBox.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Bastien Gorissen diff --git a/Geo/SOrientedBoundingBox.h b/Geo/SOrientedBoundingBox.h index bf273f432c2b174ba5a7f91c1aa45c313663f7b6..a94fdd86b4b36496e80753f1351b382ac4491042 100644 --- a/Geo/SOrientedBoundingBox.h +++ b/Geo/SOrientedBoundingBox.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Bastien Gorissen diff --git a/Geo/SPoint2.h b/Geo/SPoint2.h index b79215fe94d3f4ce4d84d8ecc4690e2890acff2f..89076ee6eff84ebfd5be8d04d03cfd5b637a5ef1 100644 --- a/Geo/SPoint2.h +++ b/Geo/SPoint2.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SPOINT2_H_ #define _SPOINT2_H_ diff --git a/Geo/SPoint3.h b/Geo/SPoint3.h index 62cd981da56a4047d073c209e5ea48cb25ebc2d2..354e7dd543d60d212f2b98bb5c8fbabb83967731 100644 --- a/Geo/SPoint3.h +++ b/Geo/SPoint3.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SPOINT3_H_ #define _SPOINT3_H_ diff --git a/Geo/STensor3.cpp b/Geo/STensor3.cpp index 0a538a92df4d1395b917a8f2fc2722e03bd5cc82..2db5f4e932b2e8ef7516eb9f846826bc97451fa0 100644 --- a/Geo/STensor3.cpp +++ b/Geo/STensor3.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include "STensor3.h" diff --git a/Geo/STensor3.h b/Geo/STensor3.h index 11f2c94109b338a76b3dd2a182f14e2f5adc7602..0eec857adcdb251ebc309ca87b3f7d0bbdeb54af 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _STENSOR3_H_ #define _STENSOR3_H_ diff --git a/Geo/SVector3.h b/Geo/SVector3.h index bc343668c9268e888e9b60000f1dbca376d83c73..508ac2bfdefe5934d4de35c2bdf6a5182a77e55a 100644 --- a/Geo/SVector3.h +++ b/Geo/SVector3.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SVECTOR3_H_ #define _SVECTOR3_H_ diff --git a/Geo/affineTransformation.cpp b/Geo/affineTransformation.cpp index 6b22405640af6fc5855cfc05a7a157b0ba9855b1..63efca102003f5247ce48a13433946230016a3b2 100644 --- a/Geo/affineTransformation.cpp +++ b/Geo/affineTransformation.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by K. Hillewaert diff --git a/Geo/affineTransformation.h b/Geo/affineTransformation.h index e6a0af8ff68b98f2015453d82ce0707112b4ffd6..f2772438e0995082f7262b0a6e622cc9d0633287 100644 --- a/Geo/affineTransformation.h +++ b/Geo/affineTransformation.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _AFFINETRANSFORMATION_H_ #define _AFFINETRANSFORMATION_H_ diff --git a/Geo/boundaryLayersData.cpp b/Geo/boundaryLayersData.cpp index 23f83d97ea7bf1a4603a1a37dcb1a6d8b38f410d..2c59f7aac56af4bee8e1adefdcea76a1f8f90134 100644 --- a/Geo/boundaryLayersData.cpp +++ b/Geo/boundaryLayersData.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "boundaryLayersData.h" #include "GmshConfig.h" diff --git a/Geo/boundaryLayersData.h b/Geo/boundaryLayersData.h index cb42104d99f9e1cdd318d9e228c54a4124e3f1e3..65deb9727837b2df15587ca0b9a3394f325ebb72 100644 --- a/Geo/boundaryLayersData.h +++ b/Geo/boundaryLayersData.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BNDRYLRDATA_ #define _BNDRYLRDATA_ diff --git a/Geo/closestPoint.cpp b/Geo/closestPoint.cpp index 869ae02dccf84e8f842723425ef28ad4c659d6ac..4ee32d4f33f1f6c862829f55f2fe712178c4edac 100644 --- a/Geo/closestPoint.cpp +++ b/Geo/closestPoint.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "closestPoint.h" #include "GEntity.h" diff --git a/Geo/closestPoint.h b/Geo/closestPoint.h index 7e8a8b85d5fb59b22cf4f0f197d67ecfe8bd6598..9c57d6967a7a7235e8f0f9a09cfae2d24e43a3e8 100644 --- a/Geo/closestPoint.h +++ b/Geo/closestPoint.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CLOSEST_POINT_H_ #define _CLOSEST_POINT_H_ diff --git a/Geo/closestVertex.cpp b/Geo/closestVertex.cpp index b27ce6df42a1dcfc434cc636af0ba80f387a3085..41416a5bde23012ed854afed9d52ae9e823ea8d2 100644 --- a/Geo/closestVertex.cpp +++ b/Geo/closestVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "closestVertex.h" #include "GEntity.h" diff --git a/Geo/closestVertex.h b/Geo/closestVertex.h index 1ba8e7a460e4bd73d7fa985f6910cdca3ab7db7a..690c003b17246987b1d18db2edf7691f0ef2eb0d 100644 --- a/Geo/closestVertex.h +++ b/Geo/closestVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CLOSEST_VERTEX_H_ #define _CLOSEST_VERTEX_H_ diff --git a/Geo/discreteEdge.cpp b/Geo/discreteEdge.cpp index 2b255fe48607496e49ec4d724c3bfb37c029d228..1203cb9e0336f424807e07e184119090e606bb78 100644 --- a/Geo/discreteEdge.cpp +++ b/Geo/discreteEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <vector> #include "GmshConfig.h" diff --git a/Geo/discreteEdge.h b/Geo/discreteEdge.h index 581576203da531e32517ce8a91d5b1683472a1dc..b602c3441a5c8d1863af09e5674356aab98eba8d 100644 --- a/Geo/discreteEdge.h +++ b/Geo/discreteEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DISCRETE_EDGE_H_ #define _DISCRETE_EDGE_H_ diff --git a/Geo/discreteFace.cpp b/Geo/discreteFace.cpp index 489ae860ae0856192f6200f130c56e8933c5f335..e2a59d058f4c0c89465602ddff0e65bce69227b4 100644 --- a/Geo/discreteFace.cpp +++ b/Geo/discreteFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <queue> diff --git a/Geo/discreteFace.h b/Geo/discreteFace.h index 5a5177aac9dc85dba21e9c932999ff5f8fc79e24..e2f41e79a025c41ca09977a491449f010a0ded9d 100644 --- a/Geo/discreteFace.h +++ b/Geo/discreteFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DISCRETE_FACE_H_ #define _DISCRETE_FACE_H_ diff --git a/Geo/discreteRegion.cpp b/Geo/discreteRegion.cpp index 4a3dfabfc4eb3e49b2ceaad1dfdfda2609ca00d9..aa550fcb80e3478b52e3af636e4b6cfebecfc732 100644 --- a/Geo/discreteRegion.cpp +++ b/Geo/discreteRegion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "discreteRegion.h" diff --git a/Geo/discreteRegion.h b/Geo/discreteRegion.h index 84d504f9df331bfdbcc33c58aa265ea47258c337..fb6735abdda0f6d7cce719de9aef9a3b61d8c552 100644 --- a/Geo/discreteRegion.h +++ b/Geo/discreteRegion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DISCRETE_REGION_H_ #define _DISCRETE_REGION_H_ diff --git a/Geo/discreteVertex.h b/Geo/discreteVertex.h index a64b10b2d1960f76f92ced2eda97531c2a17ca8d..cf60385057fd5f1dba83b6fc3c86c74423a5057c 100644 --- a/Geo/discreteVertex.h +++ b/Geo/discreteVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DISCRETE_VERTEX_H_ #define _DISCRETE_VERTEX_H_ diff --git a/Geo/findLinks.cpp b/Geo/findLinks.cpp index e7dd4a9c29a1b83e9700e18d0f1cfadc105ea4cd..ec77a9f71c263e1a0e2a76a692e50b5badc56a74 100644 --- a/Geo/findLinks.cpp +++ b/Geo/findLinks.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GmshMessage.h" diff --git a/Geo/findLinks.h b/Geo/findLinks.h index bc10ec95616f1392ca89cd29bb3fc1159eb466d8..ad1af5552be1abb24061f4c22a03dd33b75bbf1d 100644 --- a/Geo/findLinks.h +++ b/Geo/findLinks.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FIND_LINKS_H_ #define _FIND_LINKS_H_ diff --git a/Geo/fourierEdge.cpp b/Geo/fourierEdge.cpp index e3938476f04eb28a22d45428b2038ec53a63db4c..d20b8d8f77e400c48fcf4395fbb8e63d47788528 100644 --- a/Geo/fourierEdge.cpp +++ b/Geo/fourierEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "fourierEdge.h" diff --git a/Geo/fourierEdge.h b/Geo/fourierEdge.h index 1952bbe8a7bfd3da9cb1e48d59b0617e7a6e3da3..4fba3d771f246fb1d6f63115cb89ab42895662d9 100644 --- a/Geo/fourierEdge.h +++ b/Geo/fourierEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FOURIER_EDGE_H_ #define _FOURIER_EDGE_H_ diff --git a/Geo/fourierFace.cpp b/Geo/fourierFace.cpp index d5348325489ec27569b32f3266b49e16cad1b988..ee8476f87b143a4786f646c9d0ab59e400c1df9f 100644 --- a/Geo/fourierFace.cpp +++ b/Geo/fourierFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <list> #include "GmshConfig.h" diff --git a/Geo/fourierFace.h b/Geo/fourierFace.h index bddf3dfaec53ad1bd255ca8d5149d7ff56e4e999..f711d17993409c5a8ea54f19538d1e0ccd09c76a 100644 --- a/Geo/fourierFace.h +++ b/Geo/fourierFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FOURIER_FACE_H_ #define _FOURIER_FACE_H_ diff --git a/Geo/fourierProjectionFace.cpp b/Geo/fourierProjectionFace.cpp index ab9900c60d95b70488f1723d4e253bbcbf1c128a..121d94cf47baca9b043f05dec2ad0f3d9190216f 100644 --- a/Geo/fourierProjectionFace.cpp +++ b/Geo/fourierProjectionFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/fourierProjectionFace.h b/Geo/fourierProjectionFace.h index 7229e8859596c84db2a6813a30fb7a0fb02cc46d..ea5c50a98bf322c7c78a9ffe7810b938ffe2a756 100644 --- a/Geo/fourierProjectionFace.h +++ b/Geo/fourierProjectionFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FOURIER_PROJECTION_FACE_H_ #define _FOURIER_PROJECTION_FACE_H_ diff --git a/Geo/fourierVertex.h b/Geo/fourierVertex.h index 43d13fe887fe1e066090cddcdf26c148ef859edf..ee4255b4b61c37e67304d03386c3f99ff93b8303 100644 --- a/Geo/fourierVertex.h +++ b/Geo/fourierVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FOURIER_VERTEX_H_ #define _FOURIER_VERTEX_H_ diff --git a/Geo/ghostEdge.h b/Geo/ghostEdge.h index 7165728346a2e4b82c6a3d8df7a336dbfa8431f9..47ce9d2da43652dafc8448d5a830fdff8f3bbcf8 100644 --- a/Geo/ghostEdge.h +++ b/Geo/ghostEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Anthony Royer diff --git a/Geo/ghostFace.h b/Geo/ghostFace.h index a29e45bc25c1abedb92dd93b81ce5119d10c2d1a..106166cef6cc4b3166af5faa204e4d6c68c70e09 100644 --- a/Geo/ghostFace.h +++ b/Geo/ghostFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Anthony Royer diff --git a/Geo/ghostRegion.h b/Geo/ghostRegion.h index cef5ab92aad50fa5b7359719e1201e2701339b47..a23e35574bfb336c23719ae78271dd205f3aaf84 100644 --- a/Geo/ghostRegion.h +++ b/Geo/ghostRegion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GHOST_REGION_H_ #define _GHOST_REGION_H_ diff --git a/Geo/gmshEdge.cpp b/Geo/gmshEdge.cpp index 319894972ef6a92d732bf8b1ce89c74d5a471bf9..f353901eefd7e6942f3cc1b8cd28ccd98380a9d7 100644 --- a/Geo/gmshEdge.cpp +++ b/Geo/gmshEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include "GModel.h" diff --git a/Geo/gmshEdge.h b/Geo/gmshEdge.h index d9c29bb674656f528716cd72e042de87cd2cc4c0..9c1c966a8c381464328b06528d1bfadc496b6519 100644 --- a/Geo/gmshEdge.h +++ b/Geo/gmshEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_EDGE_H_ #define _GMSH_EDGE_H_ diff --git a/Geo/gmshEdgeDiscretize.cpp b/Geo/gmshEdgeDiscretize.cpp index 3753cc1d668c8a25932d030d8049b545015675c1..4399e594beb0c48f1dd257bd9faece897006bb52 100644 --- a/Geo/gmshEdgeDiscretize.cpp +++ b/Geo/gmshEdgeDiscretize.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cstdio> #include <cmath> diff --git a/Geo/gmshFace.cpp b/Geo/gmshFace.cpp index 4e13a61fe8eac13d60876903ee91f062e15c2ef8..7f9e57d5aacc34773652b0961609945f40f87ff4 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GModel.h" diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h index 68ce7642e1fd6146ed9c959f9ff03107ef3eadde..d775e1c3c9effcddd0524ee72d68ef578d532e02 100644 --- a/Geo/gmshFace.h +++ b/Geo/gmshFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_FACE_H_ #define _GMSH_FACE_H_ diff --git a/Geo/gmshLevelset.cpp b/Geo/gmshLevelset.cpp index 93c5ee09ec1ec1265e91c66ad0a9800f52350ed8..49bd4c7ee8f84896992c0c7e9976077cfbb6d68c 100644 --- a/Geo/gmshLevelset.cpp +++ b/Geo/gmshLevelset.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/gmshLevelset.h b/Geo/gmshLevelset.h index 6246728361efae4f0fad0b31cd3be8f89399dfb9..34b8cc929f791e18c51122c0c5bfcc7adc349244 100644 --- a/Geo/gmshLevelset.h +++ b/Geo/gmshLevelset.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/gmshRegion.cpp b/Geo/gmshRegion.cpp index 9195b1cf96bb2b1fef5eac2bff7bb12d9710edfa..736148739399dfc44ac8d85c12b4fdd55c8e41f0 100644 --- a/Geo/gmshRegion.cpp +++ b/Geo/gmshRegion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GModel.h" diff --git a/Geo/gmshRegion.h b/Geo/gmshRegion.h index 50eee760934c225a1df006e7ea1dce0664f2d3c6..5842a2910a7c38f5db1d478a3446105013119b51 100644 --- a/Geo/gmshRegion.h +++ b/Geo/gmshRegion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_REGION_H_ #define _GMSH_REGION_H_ diff --git a/Geo/gmshSurface.cpp b/Geo/gmshSurface.cpp index 7bbe84da69dae08b6ac61e3be33fdbe6a354a4ee..7be79d361bc4e2aded411b2bba357227c8385071 100644 --- a/Geo/gmshSurface.cpp +++ b/Geo/gmshSurface.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Geo/gmshSurface.h b/Geo/gmshSurface.h index 767abc858e5c4565fccf856f5e5ea492293a5d5d..b9ed6bb23ec967380977648d722fc5fa29d1b5ce 100644 --- a/Geo/gmshSurface.h +++ b/Geo/gmshSurface.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_SURFACE_H_ #define _GMSH_SURFACE_H_ diff --git a/Geo/gmshVertex.cpp b/Geo/gmshVertex.cpp index f6f6174e19b4af668cedd91522711bde7d4bc2c2..dc5e6416cc57bef4f732452957d4ae77dfb27319 100644 --- a/Geo/gmshVertex.cpp +++ b/Geo/gmshVertex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GFace.h" #include "GEdge.h" diff --git a/Geo/gmshVertex.h b/Geo/gmshVertex.h index 5fbb60a030143ee21d9499b0e11f5982a40cd04f..fa829926656a7afdd2403b62a1dbbe6e2f6e857d 100644 --- a/Geo/gmshVertex.h +++ b/Geo/gmshVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_VERTEX_H_ #define _GMSH_VERTEX_H_ diff --git a/Geo/intersectCurveSurface.cpp b/Geo/intersectCurveSurface.cpp index 1184d3ec2cd81f9852b3e074bb3e65ce1ee09eab..ff5cd3f1a01c3f4b3f1a04e2283e5e33b35da2ac 100644 --- a/Geo/intersectCurveSurface.cpp +++ b/Geo/intersectCurveSurface.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "intersectCurveSurface.h" #include "Numeric.h" diff --git a/Geo/intersectCurveSurface.h b/Geo/intersectCurveSurface.h index cc3be01c6aca5b208ad7399feb45ab29084cfb7e..286332c7fbeeb98a1575be71378d9f17dbc2351a 100644 --- a/Geo/intersectCurveSurface.h +++ b/Geo/intersectCurveSurface.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _INTERSECT_CURVE_SURFACE_ #define _INTERSECT_CURVE_SURFACE_ diff --git a/Geo/partitionEdge.h b/Geo/partitionEdge.h index 10b4ac34251bbbb9cf772091bf1593595b601dbf..bd738e7ecc9720c51a4cc2310962ec5993c3d43e 100644 --- a/Geo/partitionEdge.h +++ b/Geo/partitionEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PARTITION_EDGE_H_ #define _PARTITION_EDGE_H_ diff --git a/Geo/partitionFace.h b/Geo/partitionFace.h index 5b6a9744a38790b2016b2b83d5ff42180693f301..79dbcde7ecec4d5b7e59a2ceb9b0886cd113eca3 100644 --- a/Geo/partitionFace.h +++ b/Geo/partitionFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PARTITION_FACE_H_ #define _PARTITION_FACE_H_ diff --git a/Geo/partitionRegion.h b/Geo/partitionRegion.h index 72e20258535bedbf544ab95b8789f70f1c74e875..31c6dd6ee469c6fc45a1fa6f16a2535ded5034bf 100644 --- a/Geo/partitionRegion.h +++ b/Geo/partitionRegion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PARTITION_REGION_H_ #define _PARTITION_REGION_H_ diff --git a/Geo/partitionVertex.h b/Geo/partitionVertex.h index 67beca624c0fdb35215a5d55ca4d592ae7cff971..643412122ff1204b14cf3e188d3d7abf0ec81fe8 100644 --- a/Geo/partitionVertex.h +++ b/Geo/partitionVertex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PARTITION_VERTEX_H_ #define _PARTITION_VERTEX_H_ diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt index cdc988dbcb9404bd6c6ea82c7e2fbc4ba85e6d80..eda85434e0594e09a8c1bcaab59fabad5a32ed9d 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC Camera.cpp diff --git a/Graphics/Camera.cpp b/Graphics/Camera.cpp index 759de86325ea21239cec862bbae20ad6ff2aee97..f12030b05db06d458d6f21717e880e23fc943482 100644 --- a/Graphics/Camera.cpp +++ b/Graphics/Camera.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Gilles Marckmann <gilles.marckmann@ec-nantes.fr> diff --git a/Graphics/Camera.h b/Graphics/Camera.h index 64a8c5433f995876faedb02d816065e14bc8b13a..ae13793141b78e520b56ef01da0b0bba756bdc91 100644 --- a/Graphics/Camera.h +++ b/Graphics/Camera.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Gilles Marckmann <gilles.marckmann@ec-nantes.fr> diff --git a/Graphics/PixelBuffer.h b/Graphics/PixelBuffer.h index ade7479563f04fc88be0a4ee328ff97576cb93b7..d1ac523d1ba3e9783629ac8fc93be8374b4a9301 100644 --- a/Graphics/PixelBuffer.h +++ b/Graphics/PixelBuffer.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PIXEL_BUFFER_H_ #define _PIXEL_BUFFER_H_ diff --git a/Graphics/ReadImg.cpp b/Graphics/ReadImg.cpp index d102ade3e0458581b040cbcd9e246cb95f4aba7b..fccdf82a9fef5ff456514b99cb8c0d0a9097b19d 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include "ReadImg.h" diff --git a/Graphics/ReadImg.h b/Graphics/ReadImg.h index 4c7734eba82db1353c8c0b6c71545e2f97d604cc..f4f97be91297fdd290362e8d5b282eed993343d2 100644 --- a/Graphics/ReadImg.h +++ b/Graphics/ReadImg.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _READ_IMG_ #define _READ_IMG_ diff --git a/Graphics/drawAxes.cpp b/Graphics/drawAxes.cpp index 711a3380f56c3a6511f8df00ce52de0578ba938e..f9b0375d66422c55073929afbb9480dc8eac595d 100644 --- a/Graphics/drawAxes.cpp +++ b/Graphics/drawAxes.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string> #include <iostream> diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index e0d6bfe13ef0f22390a1938ccccb8a3e151b8862..4df34373ab95b2fdb7447fe089b19a8d52e5ae32 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string> #include <stdio.h> diff --git a/Graphics/drawContext.h b/Graphics/drawContext.h index 01abfe24c114663333af5ca46e577c4b0735ce10..72a1b11be4146d2005f546550dfe24bb2baf59d2 100644 --- a/Graphics/drawContext.h +++ b/Graphics/drawContext.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DRAW_CONTEXT_H_ #define _DRAW_CONTEXT_H_ diff --git a/Graphics/drawGeom.cpp b/Graphics/drawGeom.cpp index fb1e31c685b13000cf4846886690991710dee74c..466bf9da203f0ac55159a8550b822e94a225f9e9 100644 --- a/Graphics/drawGeom.cpp +++ b/Graphics/drawGeom.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include "drawContext.h" diff --git a/Graphics/drawGlyph.cpp b/Graphics/drawGlyph.cpp index 293dceed8aeb7c815b0653772fac9aac9e35a66a..8e4a0e5af535da196927d4e1beca21b72c4a95a6 100644 --- a/Graphics/drawGlyph.cpp +++ b/Graphics/drawGlyph.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include "drawContext.h" diff --git a/Graphics/drawGraph2d.cpp b/Graphics/drawGraph2d.cpp index 48ceafe410ce031c6f8b30d4196eec1cae10176e..81370f2c8d717ec64751cef1c25cacb748ea10f6 100644 --- a/Graphics/drawGraph2d.cpp +++ b/Graphics/drawGraph2d.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include "drawContext.h" diff --git a/Graphics/drawMesh.cpp b/Graphics/drawMesh.cpp index e6be5a957bac7d3adc2b0fa7bea08b3fb6f40d59..1da90cdbdfae69edadff01c26b311e3f29cff03b 100644 --- a/Graphics/drawMesh.cpp +++ b/Graphics/drawMesh.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cmath> #include "drawContext.h" diff --git a/Graphics/drawPost.cpp b/Graphics/drawPost.cpp index 5b8299d67d0e45755f5f9dadb8f48ce55073a365..5b1d35599fb5d9f893cb1012eba594f954c8c458 100644 --- a/Graphics/drawPost.cpp +++ b/Graphics/drawPost.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cmath> #include <algorithm> diff --git a/Graphics/drawScales.cpp b/Graphics/drawScales.cpp index a8d263baee783bfd9d0522706d5cefa3ef7522e0..8def8cbb908d6af9dcaaae8ecd6973f9163f89ef 100644 --- a/Graphics/drawScales.cpp +++ b/Graphics/drawScales.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include "drawContext.h" diff --git a/Graphics/gl2gif.cpp b/Graphics/gl2gif.cpp index bc8cc4d4df294f4bee7b199bdb87c00363ba31dd..a5ebbce9fc521a434b05d9ebb17d0563e1522eb6 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues /* * Warning: This code is really a dirty hack. It SHOULD be cleaned diff --git a/Graphics/gl2gif.h b/Graphics/gl2gif.h index d5dfc031058ad9f2197164f6a3f69315c434546a..667cd657ebfe6a397cc8008ee847b01609eee67c 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GL2GIF_H_ #define _GL2GIF_H_ diff --git a/Graphics/gl2jpeg.cpp b/Graphics/gl2jpeg.cpp index 6d31fa1c757d0d871ed7068bb3c8e90e48086339..210690344f8f6db3d58662bde0c0421544079c0e 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "gl2jpeg.h" diff --git a/Graphics/gl2jpeg.h b/Graphics/gl2jpeg.h index 39bc83d59bfe0a34ac1e8a6797b6baf93f431cdb..bc6bd88adfdb2473da697d627be6cfb77f6edd76 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GL2JPEG_H_ #define _GL2JPEG_H_ diff --git a/Graphics/gl2pgf.cpp b/Graphics/gl2pgf.cpp index b83d9d50f583069e912fefb5df0ae6b2fd361432..2f5c079d37f7e246ad61d74e230b257669ec578b 100644 --- a/Graphics/gl2pgf.cpp +++ b/Graphics/gl2pgf.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Sebastian Eiser diff --git a/Graphics/gl2pgf.h b/Graphics/gl2pgf.h index c7cf5085075d40b2ef24ea0f3eb3912c7c09d3ea..22a1462016ffcb86a5dd7e74310805f790f7aab3 100644 --- a/Graphics/gl2pgf.h +++ b/Graphics/gl2pgf.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GL2PGF_H_ #define _GL2PGF_H_ diff --git a/Graphics/gl2png.cpp b/Graphics/gl2png.cpp index 42435a55542b20c30edb1a321ba79803f41da605..b5512f89fe37fe941cf185496c434f3ae3e1dca2 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "gl2png.h" diff --git a/Graphics/gl2png.h b/Graphics/gl2png.h index 179303270e04fa65313876498a1f7ff69e3af1a5..af8cf50f7cdf38159f77abe4f24521e6c8a46747 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GL2PNG_H_ #define _GL2PNG_H_ diff --git a/Graphics/gl2ppm.cpp b/Graphics/gl2ppm.cpp index 1e125ba02c9f7f5532e3726701f6f175e15b6ccf..19107877c0f226cd9ca7379f681f8ae90b9302e9 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "gl2ppm.h" diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index 9ca90dab4f9ec42da408a0e40382bf53de499786..5c372f02fe28672b87bcdaf337a4638540385d75 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GL2PPM_H_ #define _GL2PPM_H_ diff --git a/Graphics/gl2yuv.cpp b/Graphics/gl2yuv.cpp index 9cf1bb1e073dde4e46c541790bdbd0bc957e43f1..93af4dd98768e1f73a79c7c644ecc43a1f747331 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues /* * This code is based on the rgbtoycc.c code from the MPEG-1 Video diff --git a/Graphics/gl2yuv.h b/Graphics/gl2yuv.h index a65eb989cbf1d902e084321f6c49bc7e79407f19..95fc765ed73bef9107972d96db6702340c874ef2 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GL2YUV_H_ #define _GL2YUV_H_ diff --git a/Mesh/BDS.cpp b/Mesh/BDS.cpp index 7d60f90bb06b01c27bfd7f8e7186a57b9830c132..d5a7440359af5ad8582069309b8478b7f21b72c3 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stack> #include <cmath> diff --git a/Mesh/BDS.h b/Mesh/BDS.h index d4468fd6aca2a1d5ae2cd8cd188ca8dc43832fa3..b250fb86a5786fae5e90829c462d578d8078106a 100644 --- a/Mesh/BDS.h +++ b/Mesh/BDS.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BDS_H_ #define _BDS_H_ diff --git a/Mesh/BGMBase.cpp b/Mesh/BGMBase.cpp index 98ea3f06b411b793765642a3b911193799c34de9..db4a4cffca9a11cd01e259b7c0e7db376b34d718 100644 --- a/Mesh/BGMBase.cpp +++ b/Mesh/BGMBase.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "BGMBase.h" diff --git a/Mesh/BGMBase.h b/Mesh/BGMBase.h index b2b04ca6720f64f3327eca3f9bffbef102930324..2b602e84a43f56b3646ae5bf2a601d8719f77d85 100644 --- a/Mesh/BGMBase.h +++ b/Mesh/BGMBase.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BACKGROUND_MESH_BASE_H_ #define _BACKGROUND_MESH_BASE_H_ diff --git a/Mesh/BackgroundMesh.cpp b/Mesh/BackgroundMesh.cpp index 7fd9c05fe28a66c810b7aab16356cc5b133269b5..4ed5aee84132f1b1bd3c567027aa1870b66c4a46 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshMessage.h" #include "BackgroundMesh.h" diff --git a/Mesh/BackgroundMesh.h b/Mesh/BackgroundMesh.h index 24742c48882d2457a53a8711c5081ea7932ad8b5..0bc1e27823e324a3b4b8a1c8ec99bad678b3dae5 100644 --- a/Mesh/BackgroundMesh.h +++ b/Mesh/BackgroundMesh.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BACKGROUND_MESH_H_ #define _BACKGROUND_MESH_H_ diff --git a/Mesh/BackgroundMesh2D.cpp b/Mesh/BackgroundMesh2D.cpp index 761f38e43fa56f43637a3446880053d845468fb4..212d9a2172b70fae8e44949d601bfe2d9a4452fb 100644 --- a/Mesh/BackgroundMesh2D.cpp +++ b/Mesh/BackgroundMesh2D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "BackgroundMesh2D.h" #include "BackgroundMeshTools.h" diff --git a/Mesh/BackgroundMesh2D.h b/Mesh/BackgroundMesh2D.h index 65b2ee4cfed3c0aa6aba0aa47e0d83c7d6df6e75..6c4240a465ca026ec88490463e088788e239eaa3 100644 --- a/Mesh/BackgroundMesh2D.h +++ b/Mesh/BackgroundMesh2D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BACKGROUND_MESH2D_H_ #define _BACKGROUND_MESH2D_H_ diff --git a/Mesh/BackgroundMesh3D.cpp b/Mesh/BackgroundMesh3D.cpp index 6d01a69cde8ce0dc4c8f62f32e175f2f72dc840e..bd7d08e6d098ab88523c50943bcd7d9c8da6f1e0 100644 --- a/Mesh/BackgroundMesh3D.cpp +++ b/Mesh/BackgroundMesh3D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <fstream> #include <iostream> diff --git a/Mesh/BackgroundMesh3D.h b/Mesh/BackgroundMesh3D.h index 3a7f68fe2c19e071fa857a14beb4f8538f709b1d..84140d355e8ec9b39e16f82ca410e37d47a6204c 100644 --- a/Mesh/BackgroundMesh3D.h +++ b/Mesh/BackgroundMesh3D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BACKGROUND_MESH3D_H_ #define _BACKGROUND_MESH3D_H_ diff --git a/Mesh/BackgroundMeshManager.cpp b/Mesh/BackgroundMeshManager.cpp index 4957b33784ee4e16853ec16bf888d3eda7e17b67..092b31cc3b60676576f843d9ffaa56fe79c92c25 100644 --- a/Mesh/BackgroundMeshManager.cpp +++ b/Mesh/BackgroundMeshManager.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "BackgroundMeshManager.h" #include "BGMBase.h" diff --git a/Mesh/BackgroundMeshManager.h b/Mesh/BackgroundMeshManager.h index 71db7d588b65c6638e4dcef7c3fa51c91f0526c2..bc7d464e67d01dab64dcd84f8741904a608d9efe 100644 --- a/Mesh/BackgroundMeshManager.h +++ b/Mesh/BackgroundMeshManager.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BACKGROUND_MESH_MANAGER_H_ #define _BACKGROUND_MESH_MANAGER_H_ diff --git a/Mesh/BackgroundMeshTools.cpp b/Mesh/BackgroundMeshTools.cpp index b3e5d980ccc849898577661ba46fc4d0b0ae2946..67635948d7c4cedce44ef8353b34ca287f484627 100644 --- a/Mesh/BackgroundMeshTools.cpp +++ b/Mesh/BackgroundMeshTools.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "BackgroundMeshTools.h" #include "GFace.h" diff --git a/Mesh/BackgroundMeshTools.h b/Mesh/BackgroundMeshTools.h index 2d4a203bb41c864004fb77a0eaed4bdff6b84744..01206098f6918513d3b7fe82db770e0c1aa86579 100644 --- a/Mesh/BackgroundMeshTools.h +++ b/Mesh/BackgroundMeshTools.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BACKGROUND_MESH_TOOLS_H_ #define _BACKGROUND_MESH_TOOLS_H_ diff --git a/Mesh/BoundaryLayers.cpp b/Mesh/BoundaryLayers.cpp index 2ad97587ef889ce344fd57e4cc2df457ce40a236..77b5408a2eecb267630f75def445693577616982 100644 --- a/Mesh/BoundaryLayers.cpp +++ b/Mesh/BoundaryLayers.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GModel.h" #include "MLine.h" diff --git a/Mesh/BoundaryLayers.h b/Mesh/BoundaryLayers.h index 01d2b2c3e8e23f0faa952ad516dc88d4f89512fe..ea7465b900141152919dc5e0c6ebf4c9d1580f82 100644 --- a/Mesh/BoundaryLayers.h +++ b/Mesh/BoundaryLayers.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BOUNDARY_LAYERS_H_ #define _BOUNDARY_LAYERS_H_ diff --git a/Mesh/CMakeLists.txt b/Mesh/CMakeLists.txt index 17e8c936e87029b119d5fe4188c4e145c53ade96..2fa3ef71d477c917fd04a37aa2ca81e879623bd8 100644 --- a/Mesh/CMakeLists.txt +++ b/Mesh/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC meshGRegionBoundaryRecovery.cpp diff --git a/Mesh/DivideAndConquer.cpp b/Mesh/DivideAndConquer.cpp index 387b4ee4e6feb51c55fe92a32b5e412fd541ebdf..1ba1185c1377cb2ef0eba8cde04b9f77d8626e8a 100644 --- a/Mesh/DivideAndConquer.cpp +++ b/Mesh/DivideAndConquer.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // Triangulation using a divide and conquer algorithm // diff --git a/Mesh/DivideAndConquer.h b/Mesh/DivideAndConquer.h index c6712d46bb9150b32124b5647d7ce0248d880511..e8b0a52cc76d62caf1cb4c19dcf4500b86973fff 100644 --- a/Mesh/DivideAndConquer.h +++ b/Mesh/DivideAndConquer.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DIVIDE_AND_CONQUER_H_ #define _DIVIDE_AND_CONQUER_H_ diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp index b5d8453340f90a1f2eb3aebd41c1dc71760cf081..03cde8ccf96e6e57785934e211468e8920524829 100644 --- a/Mesh/Field.cpp +++ b/Mesh/Field.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Jonathan Lambrechts diff --git a/Mesh/Field.h b/Mesh/Field.h index be614fc3a758e6abb7012e52f889780065e3d20e..0832bdebedac26d11bde7af0e07134e57703a33c 100644 --- a/Mesh/Field.h +++ b/Mesh/Field.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FIELD_H_ #define _FIELD_H_ diff --git a/Mesh/FieldPython.h b/Mesh/FieldPython.h index e9472eea465e603807c0046345dc389dadcd1ce7..fda6ee702881884ca7118d600901daf3e294d9c9 100644 --- a/Mesh/FieldPython.h +++ b/Mesh/FieldPython.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FIELD_PYTHON_H_ #define _FIELD_PYTHON_H_ diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index d254fee5f03229fe94d2cb1f3a61749a8bf05126..c91193af621ad3749c500c60f650a13203afcfa4 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <stack> diff --git a/Mesh/Generator.h b/Mesh/Generator.h index 324eaa3819bd411bb5c882d1f51dd37b06499b20..3f0ecbce5d509d34dd748ffb0e9377bbecfd26a8 100644 --- a/Mesh/Generator.h +++ b/Mesh/Generator.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GENERATOR_H_ #define _GENERATOR_H_ diff --git a/Mesh/HighOrder.cpp b/Mesh/HighOrder.cpp index 6e02d06257b2b7636ce6a6803a659aa23e48570a..58a847787f8c5339d0a8f1c40c4de36cdd6afd9b 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Koen Hillewaert diff --git a/Mesh/HighOrder.h b/Mesh/HighOrder.h index d1b16e4bca769e45857703b180af16bd21f251c1..063c1ec82f8001a8f51c7631332397492ad544b3 100644 --- a/Mesh/HighOrder.h +++ b/Mesh/HighOrder.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _HIGH_ORDER_H_ #define _HIGH_ORDER_H_ diff --git a/Mesh/Levy3D.cpp b/Mesh/Levy3D.cpp index 0343c2af311d54f447267e31d837fe55c5104993..8a2173c62d6402049594d9605ff606933abdb37c 100644 --- a/Mesh/Levy3D.cpp +++ b/Mesh/Levy3D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier diff --git a/Mesh/Levy3D.h b/Mesh/Levy3D.h index a805765a329dc2263f418d525d551a7b22963804..f582d38757720572d598040bcc81070f21354361 100644 --- a/Mesh/Levy3D.h +++ b/Mesh/Levy3D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier diff --git a/Mesh/QuadTriExtruded2D.cpp b/Mesh/QuadTriExtruded2D.cpp index 898b5020183f6c187b96eaff471db66ade30e72b..d5b4b1b8fde9dbe73a5c0be339641d086dbb74e0 100644 --- a/Mesh/QuadTriExtruded2D.cpp +++ b/Mesh/QuadTriExtruded2D.cpp @@ -8,28 +8,9 @@ This file is part of the QuadTri contribution to Gmsh. QuadTri allows the conformal interface of quadrangle faces to triangle faces using pyramids and other mesh elements. -See READMEQUADTRI.txt for more information. The license information is in -LICENSE.txt. - Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be -cited appropriately. - -All reused or original Gmsh code is Copyright (C) 1997-2014 C. Geuzaine, -J.-F. Remacle Gmsh is available at: www.gmsh.info - -For Gmsh license information, see the LICENSE.txt file for license -information. Please report all Gmsh bugs and problems to the public mailing list -<gmsh@onelab.info>. - -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License, Version 2, as published by the Free -Software Foundation, or (at your option) any later version, with or without the -exception given in the LICENSE.txt file supplied with this code and with Gmsh. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. +cited appropriately. See the LICENSE.txt file for license information. ********************************************************************************/ diff --git a/Mesh/QuadTriExtruded2D.h b/Mesh/QuadTriExtruded2D.h index 6ac8d77de0caa8196234a3f8782e3e2148a16078..946a525655ef276670496bfc1a2b537a94b1c0f7 100644 --- a/Mesh/QuadTriExtruded2D.h +++ b/Mesh/QuadTriExtruded2D.h @@ -8,28 +8,9 @@ This file is part of the QuadTri contribution to Gmsh. QuadTri allows the conformal interface of quadrangle faces to triangle faces using pyramids and other mesh elements. -See READMEQUADTRI.txt for more information. The license information is in -LICENSE.txt. - Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be -cited appropriately. - -All reused or original Gmsh code is Copyright (C) 1997-2014 C. Geuzaine, -J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh - -For Gmsh license information, see the LICENSE.txt file for license -information. Please report all Gmsh bugs and problems to the public mailing list -<gmsh@onelab.info>. - -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License, Version 2, as published by the Free -Software Foundation, or (at your option) any later version, with or without the -exception given in the LICENSE.txt file supplied with this code and with Gmsh. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. +cited appropriately. See the LICENSE.txt file for license information. ********************************************************************************/ #if !defined(_QTEXTR2D_H_) diff --git a/Mesh/QuadTriExtruded3D.cpp b/Mesh/QuadTriExtruded3D.cpp index d300dd420e25245a7fef9b8844595be78681c23c..b675650f00a7565fcf88b147023a667f3a64460f 100644 --- a/Mesh/QuadTriExtruded3D.cpp +++ b/Mesh/QuadTriExtruded3D.cpp @@ -8,29 +8,9 @@ This file is part of the QuadTri contribution to Gmsh. QuadTri allows the conformal interface of quadrangle faces to triangle faces using pyramids and other mesh elements. -See READMEQUADTRI.txt for more information. The license information is in -LICENSE.txt. - Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be -cited appropriately. - -All reused or original Gmsh code is Copyright (C) 1997-2014 C. Geuzaine, -J.-F. Remacle Gmsh is available at: www.gmsh.info - -For Gmsh license information, see the LICENSE.txt file for license -information. Please report all Gmsh bugs and problems to the public mailing list -<gmsh@onelab.info>. - -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License, Version 2, as published by the Free -Software Foundation, or (at your option) any later version, with or without the -exception given in the LICENSE.txt file supplied with this code and with Gmsh. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. - +cited appropriately. See the LICENSE.txt file for license information. ********************************************************************************/ #include "QuadTriExtruded3D.h" diff --git a/Mesh/QuadTriExtruded3D.h b/Mesh/QuadTriExtruded3D.h index 4f4c5e71a2d0879d0004feeabcf4452acb01603d..9902f8c7ddf039e8732e201ee106c51da19c4702 100644 --- a/Mesh/QuadTriExtruded3D.h +++ b/Mesh/QuadTriExtruded3D.h @@ -8,29 +8,9 @@ This file is part of the QuadTri contribution to Gmsh. QuadTri allows the conformal interface of quadrangle faces to triangle faces using pyramids and other mesh elements. -See READMEQUADTRI.txt for more information. The license information is in -LICENSE.txt. - Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be -cited appropriately. - -All reused or original Gmsh code is Copyright (C) 1997-2014 C. Geuzaine, -J.-F. Remacle Gmsh is available at: www.geuz.org/gmsh - -For Gmsh license information, see the LICENSE.txt file for license -information. Please report all Gmsh bugs and problems to the public mailing list -<gmsh@onelab.info>. - -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License, Version 2, as published by the Free -Software Foundation, or (at your option) any later version, with or without the -exception given in the LICENSE.txt file supplied with this code and with Gmsh. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. - +cited appropriately. See the LICENSE.txt file for license information. ********************************************************************************/ #if !defined(_QTEXTR3D_H_) diff --git a/Mesh/QuadTriTransfinite3D.cpp b/Mesh/QuadTriTransfinite3D.cpp index e75048667f6ed5083e20d8bed2882a004fcfbd5b..616d9c7a40605eb8ec4f2c265fc26850ee001d48 100644 --- a/Mesh/QuadTriTransfinite3D.cpp +++ b/Mesh/QuadTriTransfinite3D.cpp @@ -1,4 +1,4 @@ -/************************************************************************************************** +/******************************************************************************** QuadTriTransfinite3D.cpp The code in this file was written by Dr. Trevor S. Strickler. @@ -8,32 +8,10 @@ This file is part of the QuadTri contribution to Gmsh. QuadTri allows the conformal interface of quadrangle faces to triangle faces using pyramids and other mesh elements. -See READMEQUADTRI.txt for more information. The license information is in -LICENSE.txt. - -Trevor S. Strickler hereby transfers copyright of QuadTri files to -Christophe Geuzaine and J.-F. Remacle with the understanding that -his contribution shall be cited appropriately. - -All reused or original Gmsh code is Copyright (C) 1997-2018 C. Geuzaine, J.-F. -Remacle Gmsh is available at: www.gmsh.info - -For Gmsh license information, see the LICENSE.txt file for license information. -Please report all Gmsh bugs and problems to the public mailing list -<gmsh@onelab.info>. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License, Version 2, -as published by the Free Software Foundation, or (at your option) -any later version, with or without the exception given in the -LICENSE.txt file supplied with this code and with Gmsh. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -****************************************************************************************************/ +Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe +Geuzaine and J.-F. Remacle with the understanding that his contribution shall be +cited appropriately. See the LICENSE.txt file for license information. +********************************************************************************/ #include "QuadTriTransfinite3D.h" diff --git a/Mesh/QuadTriTransfinite3D.h b/Mesh/QuadTriTransfinite3D.h index ec1d3a3249bc683eff5818b266bdb740a8b59c38..b60595062bd1b14aeb3b074ee1fba3b3b8208576 100644 --- a/Mesh/QuadTriTransfinite3D.h +++ b/Mesh/QuadTriTransfinite3D.h @@ -1,4 +1,4 @@ -/************************************************************************************************** +/******************************************************************************** QuadTriTransfinite3D.h The code in this file was written by Dr. Trevor S. Strickler. @@ -8,32 +8,10 @@ This file is part of the QuadTri contribution to Gmsh. QuadTri allows the conformal interface of quadrangle faces to triangle faces using pyramids and other mesh elements. -See READMEQUADTRI.txt for more information. The license information is in -LICENSE.txt. - -Trevor S. Strickler hereby transfers copyright of QuadTri files to -Christophe Geuzaine and J.-F. Remacle with the understanding that -his contribution shall be cited appropriately. - -All reused or original Gmsh code is Copyright (C) 1997-2018 C. Geuzaine, J.-F. -Remacle Gmsh is available at: www.geuz.org/gmsh - -For Gmsh license information, see the LICENSE.txt file for license information. -Please report all Gmsh bugs and problems to the public mailing list -<gmsh@onelab.info>. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License, Version 2, -as published by the Free Software Foundation, or (at your option) -any later version, with or without the exception given in the -LICENSE.txt file supplied with this code and with Gmsh. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -****************************************************************************************************/ +Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe +Geuzaine and J.-F. Remacle with the understanding that his contribution shall be +cited appropriately. See the LICENSE.txt file for license information. +********************************************************************************/ #if !defined(_QTTRANS3D_H_) #define _QTTRANS3D_H_ diff --git a/Mesh/QuadTriUtils.cpp b/Mesh/QuadTriUtils.cpp index 72a9a72a01331affd8c39e68f0f84d5daac064a8..8843ebb1b5ff045743c19a364aae16ccce9dd6f5 100644 --- a/Mesh/QuadTriUtils.cpp +++ b/Mesh/QuadTriUtils.cpp @@ -1,4 +1,4 @@ -/******************************************************************************* +/******************************************************************************** QuadTriUtils.cpp The code in this file was written by Dr. Trevor S. Strickler. @@ -8,30 +8,11 @@ This file is part of the QuadTri contribution to Gmsh. QuadTri allows the conformal interface of quadrangle faces to triangle faces using pyramids and other mesh elements. -See READMEQUADTRI.txt for more information. The license information is in -LICENSE.txt. - Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe Geuzaine and J.-F. Remacle with the understanding that his contribution shall be -cited appropriately. - -All reused or original Gmsh code is Copyright (C) 1997-2014 C. Geuzaine, -J.-F. Remacle Gmsh is available at: www.gmsh.info - -For Gmsh license information, see the LICENSE.txt file for license -information. Please report all Gmsh bugs and problems to the public mailing list -<gmsh@onelab.info>. - -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License, Version 2, as published by the Free -Software Foundation, or (at your option) any later version, with or without the -exception given in the LICENSE.txt file supplied with this code and with Gmsh. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. - +cited appropriately. See the LICENSE.txt file for license information. ********************************************************************************/ + #include <stdlib.h> #include "QuadTriUtils.h" diff --git a/Mesh/QuadTriUtils.h b/Mesh/QuadTriUtils.h index 4ce4ec6c41bbb810d80c1c6d1275c96d86bda01e..013495aa312d66df2ac62554bb37195662c13335 100644 --- a/Mesh/QuadTriUtils.h +++ b/Mesh/QuadTriUtils.h @@ -1,4 +1,4 @@ -/************************************************************************************************** +/******************************************************************************** QuadTriUtils.h The code in this file was written by Dr. Trevor S. Strickler. @@ -8,32 +8,10 @@ This file is part of the QuadTri contribution to Gmsh. QuadTri allows the conformal interface of quadrangle faces to triangle faces using pyramids and other mesh elements. -See READMEQUADTRI.txt for more information. The license information is in -LICENSE.txt. - -Trevor S. Strickler hereby transfers copyright of QuadTri files to -Christophe Geuzaine and J.-F. Remacle with the understanding that -his contribution shall be cited appropriately. - -All reused or original Gmsh code is Copyright (C) 1997-2018 C. Geuzaine, J.-F. -Remacle Gmsh is available at: www.geuz.org/gmsh - -For Gmsh license information, see the LICENSE.txt file for license information. -Please report all Gmsh bugs and problems to the public mailing list -<gmsh@onelab.info>. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License, Version 2, -as published by the Free Software Foundation, or (at your option) -any later version, with or without the exception given in the -LICENSE.txt file supplied with this code and with Gmsh. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -****************************************************************************************************/ +Trevor S. Strickler hereby transfers copyright of QuadTri files to Christophe +Geuzaine and J.-F. Remacle with the understanding that his contribution shall be +cited appropriately. See the LICENSE.txt file for license information. +********************************************************************************/ #if !defined(_QUADTRIUTILS_H_) #define _QUADTRIUTILS_H_ diff --git a/Mesh/ThinLayer.cpp b/Mesh/ThinLayer.cpp index 89db87e9f917de5b9a366b568c09125ca8026f16..386534c93514ad356a132e85cf556255f76af67f 100644 --- a/Mesh/ThinLayer.cpp +++ b/Mesh/ThinLayer.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Author: Nicolas Kowalski diff --git a/Mesh/ThinLayer.h b/Mesh/ThinLayer.h index 78ac116689ccc13775a947b9bb2b87613e723ff8..1ed38a5e1febddb554b724cd0198e4fca996d9a1 100644 --- a/Mesh/ThinLayer.h +++ b/Mesh/ThinLayer.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Author: Nicolas Kowalski diff --git a/Mesh/Voronoi3D.cpp b/Mesh/Voronoi3D.cpp index 917a2ed118f95adc8c108197d819c2251a0d0770..ebb0e3f387a200b4a6188c16414162aad1871a49 100644 --- a/Mesh/Voronoi3D.cpp +++ b/Mesh/Voronoi3D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier diff --git a/Mesh/Voronoi3D.h b/Mesh/Voronoi3D.h index fe82536064101717e7a66a7b5e5079d599ff33ef..11e60821a944a2b7e886885a95766cd345673ec1 100644 --- a/Mesh/Voronoi3D.h +++ b/Mesh/Voronoi3D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier diff --git a/Mesh/cross3D.h b/Mesh/cross3D.h index 4a2b5182b8e4c827aad11f9459755d2aa4f28438..d8d8d815c121300c372694b2a5a4ed9b3c31648b 100644 --- a/Mesh/cross3D.h +++ b/Mesh/cross3D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // François Henrotte diff --git a/Mesh/delaunay3d.cpp b/Mesh/delaunay3d.cpp index 021ecc743783fd3f6234be6f32e044e2b55b3c8b..5415e90a7245ecc033d44d1498adba6f7bab024e 100644 --- a/Mesh/delaunay3d.cpp +++ b/Mesh/delaunay3d.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #if defined(_OPENMP) #include <omp.h> diff --git a/Mesh/delaunay3d.h b/Mesh/delaunay3d.h index 2e4026d8e3d377821f7dd082f4ba735215c162ba..4c66a4dc66925b6f3b8df2c0c76fd7696a5033a8 100644 --- a/Mesh/delaunay3d.h +++ b/Mesh/delaunay3d.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DELAUNAY3D_H_ #define _DELAUNAY3D_H_ diff --git a/Mesh/delaunay3d_private.h b/Mesh/delaunay3d_private.h index a49d512db45428ace35823968ec51c71a35337a7..005f868de3b73734dcde91a36581df53c4050575 100644 --- a/Mesh/delaunay3d_private.h +++ b/Mesh/delaunay3d_private.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DELAUNAY3D_PRIVATE_H_ #define _DELAUNAY3D_PRIVATE_H_ diff --git a/Mesh/delaunay_refinement.cpp b/Mesh/delaunay_refinement.cpp index 20f9a92a835175f74b247370875f038c7f46ac62..0e982303e1758e4d7b31797772f655041615bb91 100644 --- a/Mesh/delaunay_refinement.cpp +++ b/Mesh/delaunay_refinement.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifdef _OPENMP #include <omp.h> diff --git a/Mesh/delaunay_refinement.h b/Mesh/delaunay_refinement.h index 50b9e87d9f7dd2d7c240910bcf46281760f58403..908a4608984e3f57c5c54bd68c561f3a931f1792 100644 --- a/Mesh/delaunay_refinement.h +++ b/Mesh/delaunay_refinement.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DELAUNAY_REFINEMENT_H #define _DELAUNAY_REFINEMENT_H diff --git a/Mesh/directions3D.cpp b/Mesh/directions3D.cpp index 5531ae50344becad9858add26a16f6f50620ab5f..4818e58175652116bba6d8d407796a0648566d4e 100644 --- a/Mesh/directions3D.cpp +++ b/Mesh/directions3D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier François Henrotte diff --git a/Mesh/directions3D.h b/Mesh/directions3D.h index 4405a7ff85033a6a3c6681e5866efa1ba60b832d..432faa492542aa13ec33636f5c1961d0e45ecee4 100644 --- a/Mesh/directions3D.h +++ b/Mesh/directions3D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier François Henrotte diff --git a/Mesh/filterElements.cpp b/Mesh/filterElements.cpp index 78cf99b1f7ad3ed00d18e71569d0c162f227de8c..002eb9eaadba67f266259a99e270e77fbab6c7a0 100644 --- a/Mesh/filterElements.cpp +++ b/Mesh/filterElements.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include <vector> diff --git a/Mesh/filterElements.h b/Mesh/filterElements.h index 3f4a417c1ba0ec7b08893d61b0f1b5a0dd2f90a4..4537bab71cd69b94c515f16f41d96450c56bdf51 100644 --- a/Mesh/filterElements.h +++ b/Mesh/filterElements.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FILTER_OVERLAPPING_ELEMENTS_ #define _FILTER_OVERLAPPING_ELEMENTS_ diff --git a/Mesh/meshDiscreteRegion.cpp b/Mesh/meshDiscreteRegion.cpp index fe53a7ebc27a158c01f59b589c8c0f798e52249f..a7c3aff62028014c8b7db1a37d9ea096ff528c7a 100644 --- a/Mesh/meshDiscreteRegion.cpp +++ b/Mesh/meshDiscreteRegion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <vector> diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp index 862e9f57b1a3882103e5211fce6d17a5f4a0f234..20a05bec80fd75f5380fc851361169fa5aea73c3 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GModel.h" diff --git a/Mesh/meshGEdge.h b/Mesh/meshGEdge.h index a9a599633e00ec4b147e1f08d51e999db2d7c98e..1af8d9a201cc18eef624a9ed524ae005b12eea1d 100644 --- a/Mesh/meshGEdge.h +++ b/Mesh/meshGEdge.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GEDGE_H_ #define _MESH_GEDGE_H_ diff --git a/Mesh/meshGEdgeExtruded.cpp b/Mesh/meshGEdgeExtruded.cpp index 4751d1e13f88a1cbd0650ef10186e33dcaf1b930..fb7ee8108c0bea0f01dba86d09f7e3d4da3b60a1 100644 --- a/Mesh/meshGEdgeExtruded.cpp +++ b/Mesh/meshGEdgeExtruded.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <set> #include "GModel.h" diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index c576d16c08fd07d7d95a3b352e33075435146ebb..5e68bcbc2b712ab686a716031b1dc7435aec71bb 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <limits> #include <sstream> diff --git a/Mesh/meshGFace.h b/Mesh/meshGFace.h index 43a81b4a15cc235762d9c9744c45d04c457ccdcc..786684bcf14aea786ab7d5515c2910130d9a304c 100644 --- a/Mesh/meshGFace.h +++ b/Mesh/meshGFace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GFACE_H_ #define _MESH_GFACE_H_ diff --git a/Mesh/meshGFaceBDS.cpp b/Mesh/meshGFaceBDS.cpp index 8847f785c64407839e15ba92a7a33dacfc6c3bbb..d10b76c93ce49604445c8d0e206817224ef0ce1f 100644 --- a/Mesh/meshGFaceBDS.cpp +++ b/Mesh/meshGFaceBDS.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GmshMessage.h" diff --git a/Mesh/meshGFaceBDS.h b/Mesh/meshGFaceBDS.h index 80e8a0a3350e62d416133ee1050b9a6e2487e582..d7d7234fb0e98dd6e5680b216f4dd64cbae14d24 100644 --- a/Mesh/meshGFaceBDS.h +++ b/Mesh/meshGFaceBDS.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GFACE_BDS_H_ #define _MESH_GFACE_BDS_H_ diff --git a/Mesh/meshGFaceBamg.cpp b/Mesh/meshGFaceBamg.cpp index 45d502b8c555bb111a0a43c65a001fc5a1e4f697..fb5f74b1c56e81f9b8a4ad76c62a7781bca27e19 100644 --- a/Mesh/meshGFaceBamg.cpp +++ b/Mesh/meshGFaceBamg.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <iostream> #include "meshGFaceBamg.h" diff --git a/Mesh/meshGFaceBamg.h b/Mesh/meshGFaceBamg.h index 20734954e0b0896eeefd924064c3e63257c41fe4..9e214a8184a599900b978f8a4be1feb269823871 100644 --- a/Mesh/meshGFaceBamg.h +++ b/Mesh/meshGFaceBamg.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESHGFACE_BAMG_ #define _MESHGFACE_BAMG_ diff --git a/Mesh/meshGFaceDelaunayInsertion.cpp b/Mesh/meshGFaceDelaunayInsertion.cpp index e2db49e63c4f0e330c079062770d807eef845eaa..7ad86d4f67f800c57254f35f8dacc583800a232f 100644 --- a/Mesh/meshGFaceDelaunayInsertion.cpp +++ b/Mesh/meshGFaceDelaunayInsertion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <limits> #include <set> diff --git a/Mesh/meshGFaceDelaunayInsertion.h b/Mesh/meshGFaceDelaunayInsertion.h index 0327ba36db1c1afad6ba0950be1386409c862c62..3c85959a6bc24f9064bca30d80b4bf6217df787d 100644 --- a/Mesh/meshGFaceDelaunayInsertion.h +++ b/Mesh/meshGFaceDelaunayInsertion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GFACE_DELAUNAY_INSERTIONFACE_H_ #define _MESH_GFACE_DELAUNAY_INSERTIONFACE_H_ diff --git a/Mesh/meshGFaceExtruded.cpp b/Mesh/meshGFaceExtruded.cpp index f76ebd047a1a08e5b7e3bf688a85eee29fb2cfdc..aa2a3cb5ce47df7692ed96887de4c0d559e49cee 100644 --- a/Mesh/meshGFaceExtruded.cpp +++ b/Mesh/meshGFaceExtruded.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <set> #include "GModel.h" diff --git a/Mesh/meshGFaceLloyd.cpp b/Mesh/meshGFaceLloyd.cpp index 5ececbbea9373f1a994dd9b877c202b008ccb998..9b551085eb57c9c111807efaea19e5afa9463bce 100644 --- a/Mesh/meshGFaceLloyd.cpp +++ b/Mesh/meshGFaceLloyd.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Tristan Carrier diff --git a/Mesh/meshGFaceLloyd.h b/Mesh/meshGFaceLloyd.h index 8a1143947d879a87ef1f1f414d34f8e61a317a11..379e4808f3082ea99188d4743ce9b29667a153e4 100644 --- a/Mesh/meshGFaceLloyd.h +++ b/Mesh/meshGFaceLloyd.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Tristan Carrier diff --git a/Mesh/meshGFaceOptimize.cpp b/Mesh/meshGFaceOptimize.cpp index c3b50bdd041cd662b725984e5f37795087d5a9c0..92d20ba2c67ee9ad7225c1c65dc9ab946781a6fe 100644 --- a/Mesh/meshGFaceOptimize.cpp +++ b/Mesh/meshGFaceOptimize.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stack> #include "GmshConfig.h" diff --git a/Mesh/meshGFaceOptimize.h b/Mesh/meshGFaceOptimize.h index 0dd2af2f5429a94d5b3fa0d5ecac489c14d333d5..ed56f13c32173c5a257171cd346cfb27edbc5dd1 100644 --- a/Mesh/meshGFaceOptimize.h +++ b/Mesh/meshGFaceOptimize.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GFACE_OPTIMIZE_H_ #define _MESH_GFACE_OPTIMIZE_H_ diff --git a/Mesh/meshGFaceQuadrilateralize.cpp b/Mesh/meshGFaceQuadrilateralize.cpp index 91885d440d3fb6e9c382d35b41cf1cc33d6c2a57..61dc944afa9adedf757166abed7fc4cab035b751 100644 --- a/Mesh/meshGFaceQuadrilateralize.cpp +++ b/Mesh/meshGFaceQuadrilateralize.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "meshGFaceQuadrilateralize.h" #include "GmshMessage.h" diff --git a/Mesh/meshGFaceQuadrilateralize.h b/Mesh/meshGFaceQuadrilateralize.h index 0ceb0d4802f6b01b571643e6f96815e8c50f5891..3277727188c44d8f1be730cf1287dfc8366d4287 100644 --- a/Mesh/meshGFaceQuadrilateralize.h +++ b/Mesh/meshGFaceQuadrilateralize.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GFACE_QUADRILATERALIZE_ #define _MESH_GFACE_QUADRILATERALIZE_ diff --git a/Mesh/meshGFaceRecombine.cpp b/Mesh/meshGFaceRecombine.cpp index 456056a1de23744ab9969296c86fb133eaff9e20..0fdce3d4ac539cfeb149816a2f3e3e48e91d6753 100644 --- a/Mesh/meshGFaceRecombine.cpp +++ b/Mesh/meshGFaceRecombine.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Amaury Johnen diff --git a/Mesh/meshGFaceRecombine.h b/Mesh/meshGFaceRecombine.h index b5946496272a80c9eed5ac04caaa84993c030cbb..9b6f013f68d31e6d9f9460370683e43fd03814a8 100644 --- a/Mesh/meshGFaceRecombine.h +++ b/Mesh/meshGFaceRecombine.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Amaury Johnen diff --git a/Mesh/meshGFaceTransfinite.cpp b/Mesh/meshGFaceTransfinite.cpp index 96865a0a0ee662cab3fc80c365e0ff0ac4aa2504..445f45fd58fede249514542316551ae30a803334 100644 --- a/Mesh/meshGFaceTransfinite.cpp +++ b/Mesh/meshGFaceTransfinite.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <map> #include "meshGFace.h" diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp index 4e8bef32eac6eaf4754b7e8e2d8b250cbec52662..a0f3413c8a33340d788c8e8cbb7b3695f65e7e3a 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <vector> diff --git a/Mesh/meshGRegion.h b/Mesh/meshGRegion.h index baa3f2f27617d950ba1cc9ec775308935be08818..012d0bc27475b4293f5354516c3c5b3f6676c955 100644 --- a/Mesh/meshGRegion.h +++ b/Mesh/meshGRegion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GREGION_H_ #define _MESH_GREGION_H_ diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 62889c387962ac6e8ede6f7ad9ae16e03697b240..907e92b9b955b27b3dd896b22ff9b559c1f0437f 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include <string.h> diff --git a/Mesh/meshGRegionBoundaryRecovery.h b/Mesh/meshGRegionBoundaryRecovery.h index dfadf9cd1506bf3e949cf7d6daf60a2763cb6162..7663a62fd924ebb95af80548b36c3d22743a0358 100644 --- a/Mesh/meshGRegionBoundaryRecovery.h +++ b/Mesh/meshGRegionBoundaryRecovery.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GREGION_BOUNDARY_RECOVERY_H_ #define _MESH_GREGION_BOUNDARY_RECOVERY_H_ diff --git a/Mesh/meshGRegionCarveHole.cpp b/Mesh/meshGRegionCarveHole.cpp index 7b929665e3a4baf407fc052e417229cb27f11caf..ccdff7828044f6ac9ad4f4b4b76d30b755a9fd86 100644 --- a/Mesh/meshGRegionCarveHole.cpp +++ b/Mesh/meshGRegionCarveHole.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <set> #include "GmshConfig.h" diff --git a/Mesh/meshGRegionDelaunayInsertion.cpp b/Mesh/meshGRegionDelaunayInsertion.cpp index 5aae2d56e7f6278ca09d41354934b9f32cdb51a5..c87e750b0721f7e5f58d33de58e4bd60a00598f1 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <set> #include <map> diff --git a/Mesh/meshGRegionDelaunayInsertion.h b/Mesh/meshGRegionDelaunayInsertion.h index 3ce06cc0f3fee1669776240bdff2478037e89665..0a7d6f239cb62ea60fe705e9f9e218d1df64bc77 100644 --- a/Mesh/meshGRegionDelaunayInsertion.h +++ b/Mesh/meshGRegionDelaunayInsertion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GREGION_DELAUNAY_INSERTION_H_ #define _MESH_GREGION_DELAUNAY_INSERTION_H_ diff --git a/Mesh/meshGRegionExtruded.cpp b/Mesh/meshGRegionExtruded.cpp index 9a7ba49c6a309545e4bf7abab3333f9ebea4f0da..011a916e9d5e75e74070d8d154d4ee9d6b68836c 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <set> #include "GModel.h" diff --git a/Mesh/meshGRegionHxt.cpp b/Mesh/meshGRegionHxt.cpp index 47f48c46fe27592e4fbfb631dd68d72aeff9fe61..6409664faebc34b9e1eef351de88aca7ab65716c 100644 --- a/Mesh/meshGRegionHxt.cpp +++ b/Mesh/meshGRegionHxt.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <map> #include <set> diff --git a/Mesh/meshGRegionHxt.h b/Mesh/meshGRegionHxt.h index d6355c346fb0817df33da4d62bf03d57d75531de..0c3ab66c25d72faca7aa66c6c8618bc825627b30 100644 --- a/Mesh/meshGRegionHxt.h +++ b/Mesh/meshGRegionHxt.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GREGION_HXT_ #define _MESH_GREGION_HXT_ diff --git a/Mesh/meshGRegionLocalMeshMod.cpp b/Mesh/meshGRegionLocalMeshMod.cpp index 45bcf70047b657afad67e46b21d4cacc5831e0d8..4118dad2e9208984508419b3a0964d58da000fea 100644 --- a/Mesh/meshGRegionLocalMeshMod.cpp +++ b/Mesh/meshGRegionLocalMeshMod.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "meshGRegionLocalMeshMod.h" #include "GEntity.h" diff --git a/Mesh/meshGRegionLocalMeshMod.h b/Mesh/meshGRegionLocalMeshMod.h index ed3440c2d454271327d89a9cd967c983bb70abc0..74dd9d8ee34bc79fc85ab81fbe5bdd0f72257da6 100644 --- a/Mesh/meshGRegionLocalMeshMod.h +++ b/Mesh/meshGRegionLocalMeshMod.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_GREGION_LOCAL_MESH_MOD_H_ #define _MESH_GREGION_LOCAL_MESH_MOD_H_ diff --git a/Mesh/meshGRegionMMG3D.cpp b/Mesh/meshGRegionMMG3D.cpp index 6b8e5d50737e50afb17fed442443cc8e7c465d71..90ea332387231d4810871d94cba3f55442acd667 100644 --- a/Mesh/meshGRegionMMG3D.cpp +++ b/Mesh/meshGRegionMMG3D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Mesh/meshGRegionMMG3D.h b/Mesh/meshGRegionMMG3D.h index 945233d9230a36adddef16a28bbccd81ea4f0693..1b5cb7d63e257e0da5fbfddc60ccf5004699f202 100644 --- a/Mesh/meshGRegionMMG3D.h +++ b/Mesh/meshGRegionMMG3D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESHGREGIONMMG3D_H_ #define _MESHGREGIONMMG3D_H_ diff --git a/Mesh/meshGRegionTransfinite.cpp b/Mesh/meshGRegionTransfinite.cpp index 1b86c72041a432beee7f3e4eb5bd7fb91f05f7ae..a789b2bded685ff6d130f88248425558ba6f680a 100644 --- a/Mesh/meshGRegionTransfinite.cpp +++ b/Mesh/meshGRegionTransfinite.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Trevor S. Strickler diff --git a/Mesh/meshMetric.cpp b/Mesh/meshMetric.cpp index f77b835e97326b4a80dd94afb49ce4fdb907c316..a08723bc44cacccecb1243d0e80fd3dc57cb7db6 100644 --- a/Mesh/meshMetric.cpp +++ b/Mesh/meshMetric.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "meshMetric.h" #include "meshGFaceOptimize.h" diff --git a/Mesh/meshMetric.h b/Mesh/meshMetric.h index 895e31574094f008ec6c750e5d0b55ea28bc207e..86a21d1c9fbe5647c5909343fd273fa83b6a4774 100644 --- a/Mesh/meshMetric.h +++ b/Mesh/meshMetric.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_METRIC_H_ #define _MESH_METRIC_H_ diff --git a/Mesh/meshPartition.cpp b/Mesh/meshPartition.cpp index 1a692e40ad430b733af0dafdda6f891f6f69884c..5ca6cc3647dff10e6b298b78a522919b1f3a7d1a 100644 --- a/Mesh/meshPartition.cpp +++ b/Mesh/meshPartition.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Anthony Royer. diff --git a/Mesh/meshPartition.h b/Mesh/meshPartition.h index 5bddd9f3e8e3d19b7eb0173dc0a52dff565940b3..6d94447e257059d69aeae855f72e5c3306af89ed 100644 --- a/Mesh/meshPartition.h +++ b/Mesh/meshPartition.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_PARTITION_H_ #define _MESH_PARTITION_H_ diff --git a/Mesh/meshRefine.cpp b/Mesh/meshRefine.cpp index 3afeb772abdcd15dde68c2ebf3c98a71fc0206bc..1fcfba0fddcef7d09d2c896ee63b169b84004abf 100644 --- a/Mesh/meshRefine.cpp +++ b/Mesh/meshRefine.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Brian Helenbrook diff --git a/Mesh/pointInsertion.cpp b/Mesh/pointInsertion.cpp index 42415db81c21a312d973a99b9b1c741727795140..210c05504ef9295fb69e544b075523afea70fc63 100644 --- a/Mesh/pointInsertion.cpp +++ b/Mesh/pointInsertion.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Paul-Emile Bernard diff --git a/Mesh/pointInsertion.h b/Mesh/pointInsertion.h index dbebddcc86d34e70fb9e05fd2d390fab0c6e3d03..96b98c7f7cc5d6597438e04381b8ffe49038ed6a 100644 --- a/Mesh/pointInsertion.h +++ b/Mesh/pointInsertion.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // #ifndef _POINTINSERTION_H_ diff --git a/Mesh/pointInsertionRTreeTools.cpp b/Mesh/pointInsertionRTreeTools.cpp index 0d7f8935965c9546527e18328e2c3123c4816384..aec347736012426f22130686abc90955e3a9ede7 100644 --- a/Mesh/pointInsertionRTreeTools.cpp +++ b/Mesh/pointInsertionRTreeTools.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Tristan Carrier and Paul-Emile Bernard diff --git a/Mesh/pointInsertionRTreeTools.h b/Mesh/pointInsertionRTreeTools.h index 4dc11fa1ea65a46192365d034309d8149567db03..c16bd545b0dfe3878b9683804f8574efb93af405 100644 --- a/Mesh/pointInsertionRTreeTools.h +++ b/Mesh/pointInsertionRTreeTools.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Tristan Carrier and Paul-Emile Bernard diff --git a/Mesh/qualityMeasures.cpp b/Mesh/qualityMeasures.cpp index 783023b98a66bf69bcc29ed219fcd64bdd1a4868..29de8e25b42b6a97f9dffa5785be9675e5e7f89c 100644 --- a/Mesh/qualityMeasures.cpp +++ b/Mesh/qualityMeasures.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "robustPredicates.h" #include "qualityMeasures.h" diff --git a/Mesh/qualityMeasures.h b/Mesh/qualityMeasures.h index e7da90254d30eb31f41c2a4c2489e856c696f426..2f5e2063e0cd0e3c697be8f50fe046c8e998d3cd 100644 --- a/Mesh/qualityMeasures.h +++ b/Mesh/qualityMeasures.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _QUALITY_MEASURES_H_ #define _QUALITY_MEASURES_H_ diff --git a/Mesh/simple3D.cpp b/Mesh/simple3D.cpp index fcc9efb73841a56d7c9777e53ac6adb6180d585f..3f654f8a9ee14421dd92e6d45ecad1bc86bccfd4 100644 --- a/Mesh/simple3D.cpp +++ b/Mesh/simple3D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier François Henrotte diff --git a/Mesh/simple3D.h b/Mesh/simple3D.h index da85b34c4c5ac0cc9c770798c3c936d1900a8111..14ae0e87e9bfd7a5a7b313719f3ecb8ff74f4ce8 100644 --- a/Mesh/simple3D.h +++ b/Mesh/simple3D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier François Henrotte diff --git a/Mesh/surfaceFiller.cpp b/Mesh/surfaceFiller.cpp index 83e0d3b3a694a7245e0eb6edfbd051867933f0f3..6afef7ee5640053b85b0ae8e0299a7905a72662e 100644 --- a/Mesh/surfaceFiller.cpp +++ b/Mesh/surfaceFiller.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Tristan Carrier Baudoin diff --git a/Mesh/surfaceFiller.h b/Mesh/surfaceFiller.h index 5662c14e2a707f825064d71e5f009a0fadb5c5d0..680da8bced6445ab59388b9ee0c476c58d121855 100644 --- a/Mesh/surfaceFiller.h +++ b/Mesh/surfaceFiller.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // #ifndef _SURFACEFILLER_H_ diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index 63b676db0973dd45912954245608f0ae937f6afa..d1ef2d0ca24feb7bc115091196c3b128bc0efab3 100644 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Tristan Carrier and Paul-Emile Bernard diff --git a/Mesh/yamakawa.h b/Mesh/yamakawa.h index ae053ee7dc5ba54a5b9b9d893e1fc05a77198c05..edd907d1829fe94be2c6b738090c501c0554da51 100644 --- a/Mesh/yamakawa.h +++ b/Mesh/yamakawa.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Tristan Carrier diff --git a/Numeric/BasisFactory.cpp b/Numeric/BasisFactory.cpp index 5d709aa75c02b3738a39af2071d20d77d584b032..c03d9d0eb010012f9a2661769ba2769de3be8690 100644 --- a/Numeric/BasisFactory.cpp +++ b/Numeric/BasisFactory.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-B-> Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "BasisFactory.h" #include "GmshDefines.h" diff --git a/Numeric/BasisFactory.h b/Numeric/BasisFactory.h index c9f05b7a606cc9b3a8a10955b8be576098130677..04c27266f5d39a81972314f77d9e2ba2e7c94c7f 100644 --- a/Numeric/BasisFactory.h +++ b/Numeric/BasisFactory.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef BASISFACTORY_H #define BASISFACTORY_H diff --git a/Numeric/BergotBasis.cpp b/Numeric/BergotBasis.cpp index 49da237188009dec3928f16678120447988a08e1..3b8bd5e759cce51e93b990118064604feefc8224 100644 --- a/Numeric/BergotBasis.cpp +++ b/Numeric/BergotBasis.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cmath> #include "BergotBasis.h" diff --git a/Numeric/BergotBasis.h b/Numeric/BergotBasis.h index 94bfe49667b6c0c01c1134ac54b7e7a9cda2533d..218a3deda4bef0df8645dbe9b8edb859f33e1219 100644 --- a/Numeric/BergotBasis.h +++ b/Numeric/BergotBasis.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef BERGOTBASIS_H #define BERGOTBASIS_H diff --git a/Numeric/CMakeLists.txt b/Numeric/CMakeLists.txt index e72981d825c0e6b2206da5a448719c9a953d0b1d..18cfc5e78ed6716d4d38f7a803c4a5bfc3a3ec72 100644 --- a/Numeric/CMakeLists.txt +++ b/Numeric/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC Numeric.cpp diff --git a/Numeric/CondNumBasis.cpp b/Numeric/CondNumBasis.cpp index 837e94895241d248004018985119d081e2379f94..fd1da1804136f52fd13bf66908285ab61019f391 100644 --- a/Numeric/CondNumBasis.cpp +++ b/Numeric/CondNumBasis.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "CondNumBasis.h" diff --git a/Numeric/CondNumBasis.h b/Numeric/CondNumBasis.h index 8ee20fb47706ce82d6987187f70dd3544309c2bc..7e6bd07c754a6cc682f786f17eabe1c36b3406e0 100644 --- a/Numeric/CondNumBasis.h +++ b/Numeric/CondNumBasis.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CONDNUMBASIS_H_ #define _CONDNUMBASIS_H_ diff --git a/Numeric/ConjugateGradients.cpp b/Numeric/ConjugateGradients.cpp index bf76d18119823de4d8275347b3a8f4edfa4ed2d6..040215678b5598f8679ab9fd4b3048073e86b62c 100644 --- a/Numeric/ConjugateGradients.cpp +++ b/Numeric/ConjugateGradients.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include <math.h> diff --git a/Numeric/ConjugateGradients.h b/Numeric/ConjugateGradients.h index 2e2aa414b7b9bf0f8af1b6c56389142f63e7589e..a3d1a424a35960ef5d52f3c54e9626746428f641 100644 --- a/Numeric/ConjugateGradients.h +++ b/Numeric/ConjugateGradients.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CONJUGATEGRADIENTS #define _CONJUGATEGRADIENTS diff --git a/Numeric/ElementType.cpp b/Numeric/ElementType.cpp index 88801c54c3d6b3e565c6a4815e1467c294e84c0d..eb3b3a9b8946e3c005e57b3aec4672b6de090268 100644 --- a/Numeric/ElementType.cpp +++ b/Numeric/ElementType.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "ElementType.h" #include "GmshDefines.h" diff --git a/Numeric/ElementType.h b/Numeric/ElementType.h index 2fa8a7cde7b4c8fef39757dc6fe544c266641f0d..aa74ca521a8d0e8545c0d8a48765b7edb62830a6 100644 --- a/Numeric/ElementType.h +++ b/Numeric/ElementType.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ELEMENT_TYPE_H_ #define _ELEMENT_TYPE_H_ diff --git a/Numeric/FuncSpaceData.cpp b/Numeric/FuncSpaceData.cpp index 5a4d668cf3c1e019c43b4e98531ab5a221ae17e6..d96cb4bacd526feb161811858863ecc1529fa0eb 100644 --- a/Numeric/FuncSpaceData.cpp +++ b/Numeric/FuncSpaceData.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-B-> Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "FuncSpaceData.h" #include "MElement.h" diff --git a/Numeric/FuncSpaceData.h b/Numeric/FuncSpaceData.h index 75e753831fb3ad400f9bd0a2630d3567c3809797..904804ff83d2fdfe0ec3a920fef2a22725b60e80 100644 --- a/Numeric/FuncSpaceData.h +++ b/Numeric/FuncSpaceData.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef FUNCSPACEDATA_H #define FUNCSPACEDATA_H diff --git a/Numeric/GaussIntegration.cpp b/Numeric/GaussIntegration.cpp index 4ba53e1e6e41ead3700c5aa62d4f021c0c19c529..d9b18f43dbfb49467c9976a10f76297bfa2b9ba2 100644 --- a/Numeric/GaussIntegration.cpp +++ b/Numeric/GaussIntegration.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GaussIntegration.h" #include "GmshDefines.h" diff --git a/Numeric/GaussIntegration.h b/Numeric/GaussIntegration.h index 42786852ee08e767e207c58c9b69dedef107a5f2..ba3fa0e8f164e5a66ddfa5e68e18d5b80d201ca7 100644 --- a/Numeric/GaussIntegration.h +++ b/Numeric/GaussIntegration.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GAUSS_INTEGRATION_H_ #define _GAUSS_INTEGRATION_H_ diff --git a/Numeric/GaussJacobi1D.cpp b/Numeric/GaussJacobi1D.cpp index 5f5a1d73c3b04c049b9237141c44c80d46d89bb6..c8ddc46149d06ea6e6902b07e55d4048776b9ea3 100644 --- a/Numeric/GaussJacobi1D.cpp +++ b/Numeric/GaussJacobi1D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // code to generate this file (using alglib) : #if 0 diff --git a/Numeric/GaussJacobi1D.h b/Numeric/GaussJacobi1D.h index 7f32df789b0a5fae9779e56e4ef7f7f7703c9e02..7b8a72e14e9b2b826bdad19713956e7895af3be7 100644 --- a/Numeric/GaussJacobi1D.h +++ b/Numeric/GaussJacobi1D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GAUSS_JACOBI_1D_H_ #define _GAUSS_JACOBI_1D_H_ diff --git a/Numeric/GaussLegendre1D.h b/Numeric/GaussLegendre1D.h index 8f180864737b0ef78025379481388954ec2408a2..644a7e86370380efba7795a86a36caa766be1e44 100644 --- a/Numeric/GaussLegendre1D.h +++ b/Numeric/GaussLegendre1D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues /* 1 point rule points */ static double _GL_pt1[1] = {0.000000000000000e+00}; diff --git a/Numeric/GaussLegendreSimplex.cpp b/Numeric/GaussLegendreSimplex.cpp index b4f949ba669a9280b04a4d80a8aa562b21f103be..e77af585b13ad591f8fea40a27b96f38bca3bf50 100644 --- a/Numeric/GaussLegendreSimplex.cpp +++ b/Numeric/GaussLegendreSimplex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <math.h> #include "GaussIntegration.h" diff --git a/Numeric/GaussQuadratureHex.cpp b/Numeric/GaussQuadratureHex.cpp index 6dd9d44bbc6593df0ef66b21f10e01f3b980d08d..b890fe032b6b4231a440cb38fb0d2bf4b79b636a 100644 --- a/Numeric/GaussQuadratureHex.cpp +++ b/Numeric/GaussQuadratureHex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/GaussQuadratureLin.cpp b/Numeric/GaussQuadratureLin.cpp index c1ccd740c3f13ca4fe8e59d850ddea07188674d8..578c452a8dfac5b0b2435805af3a5ea4c9de0142 100644 --- a/Numeric/GaussQuadratureLin.cpp +++ b/Numeric/GaussQuadratureLin.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/GaussQuadraturePri.cpp b/Numeric/GaussQuadraturePri.cpp index 4f5c1b8220e0f5c7b8d9b2b7c20b00215448bf45..518187f8103a90a425e84da902484d2b872b84f3 100644 --- a/Numeric/GaussQuadraturePri.cpp +++ b/Numeric/GaussQuadraturePri.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshMessage.h" #include "GaussIntegration.h" diff --git a/Numeric/GaussQuadraturePyr.cpp b/Numeric/GaussQuadraturePyr.cpp index 54c7e3193fa29484fb83692178cd70798732d72e..083efb9445d8628ba1d7b3c444f4ba0dd4f07376 100644 --- a/Numeric/GaussQuadraturePyr.cpp +++ b/Numeric/GaussQuadraturePyr.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshMessage.h" #include "GaussIntegration.h" diff --git a/Numeric/GaussQuadratureQuad.cpp b/Numeric/GaussQuadratureQuad.cpp index ebe55d6c73a9ed2096f9d74b38230fcfcce64c71..fe3f6bafc8274b83db43f2398be7af4c2ba4f1e4 100644 --- a/Numeric/GaussQuadratureQuad.cpp +++ b/Numeric/GaussQuadratureQuad.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/GaussQuadratureTet.cpp b/Numeric/GaussQuadratureTet.cpp index f3e641be34b2ca3b141fb99366265457f7260b16..9103385cb1729ad4413cb469054ab91c89647e87 100644 --- a/Numeric/GaussQuadratureTet.cpp +++ b/Numeric/GaussQuadratureTet.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/GaussQuadratureTri.cpp b/Numeric/GaussQuadratureTri.cpp index 2704f99cb0aa475c1bc6354f8cbb18f72343baf2..425c6368acdce62ddf359a5b01612a75788d555b 100644 --- a/Numeric/GaussQuadratureTri.cpp +++ b/Numeric/GaussQuadratureTri.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GaussIntegration.h" #include "GaussLegendre1D.h" diff --git a/Numeric/HilbertCurve.cpp b/Numeric/HilbertCurve.cpp index 59646de917110a708568f0bc79b29084303fe18a..2331eb255c8da8491e13821a1a246e9ed415af27 100644 --- a/Numeric/HilbertCurve.cpp +++ b/Numeric/HilbertCurve.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "SBoundingBox3d.h" #include "MVertex.h" diff --git a/Numeric/HilbertCurve.h b/Numeric/HilbertCurve.h index d2af5f047f4e075ccb9cf44d15f8074437d3bcc6..25840cd9191e89efb25585a7e958575a4c7a1018 100644 --- a/Numeric/HilbertCurve.h +++ b/Numeric/HilbertCurve.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _HILBERT_CURVE_ #define _HILBERT_CURVE_ diff --git a/Numeric/Iso.cpp b/Numeric/Iso.cpp index 56b5e65923d81ae60fad21b0f259af75d6d98813..61fcd7dcf6445a83d1f2680089e6c2c638d7645d 100644 --- a/Numeric/Iso.cpp +++ b/Numeric/Iso.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Numeric.h" diff --git a/Numeric/Iso.h b/Numeric/Iso.h index 00a824279f7c823456edc045e04719d38990ad58..3b25f5affb1d2058e1adfb6716fe82380148d5c9 100644 --- a/Numeric/Iso.h +++ b/Numeric/Iso.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ISO_H_ #define _ISO_H_ diff --git a/Numeric/JacobianBasis.cpp b/Numeric/JacobianBasis.cpp index e430f82525072aa0cfc4a274bd6be4453e788850..bb83cf03f4c7ff1340947927507c931a009ea9ac 100644 --- a/Numeric/JacobianBasis.cpp +++ b/Numeric/JacobianBasis.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "JacobianBasis.h" #include "pointsGenerators.h" diff --git a/Numeric/JacobianBasis.h b/Numeric/JacobianBasis.h index ade1e42bf7f4fcaf1cf791ce9e7f8c93f1ef7e1d..03e3a9c014dee6c20059a31e59ab327f7ba590ae 100644 --- a/Numeric/JacobianBasis.h +++ b/Numeric/JacobianBasis.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _JACOBIAN_BASIS_H_ #define _JACOBIAN_BASIS_H_ diff --git a/Numeric/Numeric.cpp b/Numeric/Numeric.cpp index 67bc5b297c99f7d017a51f3638a6f4261d5cff52..629d27da464740105474275111c7d1b0fca98f56 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include "GmshConfig.h" diff --git a/Numeric/Numeric.h b/Numeric/Numeric.h index 8f94d3dae892f875a8ec933a29717aeeed9c0c33..c4d404eb75b1839fc188da749953bb20c19c9707 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _NUMERIC_H_ #define _NUMERIC_H_ diff --git a/Numeric/approximationError.cpp b/Numeric/approximationError.cpp index 16eb86e1895a4effe7bcb372eda87752f3fd8e5f..a850545c1265d084c4544b7434f728b5b457391c 100644 --- a/Numeric/approximationError.cpp +++ b/Numeric/approximationError.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "approximationError.h" #include "MElement.h" diff --git a/Numeric/approximationError.h b/Numeric/approximationError.h index 3e25aaf6658975c4c9f4dd4f51b7d50f68c47ccb..1cdec1a5069b636388d62f4b9edc91ee75b33f0b 100644 --- a/Numeric/approximationError.h +++ b/Numeric/approximationError.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _APPROXIMATION_ERROR_ #define _APPROXIMATION_ERROR_ diff --git a/Numeric/bezierBasis.cpp b/Numeric/bezierBasis.cpp index 15fd87d73ba1a2586d6c9c87d4046bf04d7b47f6..cd265324043631d17688db91b1e6405d4a82af34 100644 --- a/Numeric/bezierBasis.cpp +++ b/Numeric/bezierBasis.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <map> #include <algorithm> diff --git a/Numeric/bezierBasis.h b/Numeric/bezierBasis.h index 0cc9b2127903f69cadf6cdce0ff8187d05eeef78..f78c39a535742062ed4d03f70e4a0d6329aba70e 100644 --- a/Numeric/bezierBasis.h +++ b/Numeric/bezierBasis.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BEZIER_BASIS_H_ #define _BEZIER_BASIS_H_ diff --git a/Numeric/cartesian.h b/Numeric/cartesian.h index 13d1ebefa236ba420cf1ba03d1a87bf410544a86..64a891fc0b258d51d9aae75ea48b37b5e9a2d5be 100644 --- a/Numeric/cartesian.h +++ b/Numeric/cartesian.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CARTESIAN_H_ #define _CARTESIAN_H_ diff --git a/Numeric/decasteljau.cpp b/Numeric/decasteljau.cpp index bb2123516a7cb194cf1e4308802e2c03916d84b9..4487d0fbd74a4766f6133b938e1bf1a8ea2544d8 100644 --- a/Numeric/decasteljau.cpp +++ b/Numeric/decasteljau.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by J. Lambrechts diff --git a/Numeric/decasteljau.h b/Numeric/decasteljau.h index 195476dd5b0114c9f1e1d928f5ad23e36630997c..b50ea3ebc653fb06dd4e6a3e10e3733071d6abd3 100644 --- a/Numeric/decasteljau.h +++ b/Numeric/decasteljau.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by J. Lambrechts diff --git a/Numeric/discreteFrechetDistance.cpp b/Numeric/discreteFrechetDistance.cpp index 487efcdc599dc7a4aa537c677df80d9e2fd2d753..f31b8d780c64404c388b9227d1658821769ed543 100644 --- a/Numeric/discreteFrechetDistance.cpp +++ b/Numeric/discreteFrechetDistance.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include "discreteFrechetDistance.h" diff --git a/Numeric/discreteFrechetDistance.h b/Numeric/discreteFrechetDistance.h index 0c87f879717f806bc7396ecb68db3436634a5b54..2c4531b682604f3b757268f66e76b9f73d78441c 100644 --- a/Numeric/discreteFrechetDistance.h +++ b/Numeric/discreteFrechetDistance.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DISCRETE_FRECHET_DISTANCE_ #define _DISCRETE_FRECHET_DISTANCE_ diff --git a/Numeric/fullMatrix.cpp b/Numeric/fullMatrix.cpp index 30ccc6a92703fc7cd6ca439f2d8eb93d6c5526da..b1bc63208eba7f5aea237f47e3ed02cc91bc2df0 100644 --- a/Numeric/fullMatrix.cpp +++ b/Numeric/fullMatrix.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <complex> #include <string.h> diff --git a/Numeric/fullMatrix.h b/Numeric/fullMatrix.h index 5d52a9eb00e7df39b81e25d1dbfc0d5a9df4018c..aac5b6677c755d24ee4a4a002401060f28ba2746 100644 --- a/Numeric/fullMatrix.h +++ b/Numeric/fullMatrix.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FULL_MATRIX_H_ #define _FULL_MATRIX_H_ diff --git a/Numeric/hausdorffDistance.cpp b/Numeric/hausdorffDistance.cpp index e546f7b70163db6f33d12f9f52a6ffb7b4d1399e..5bb03c5ee5cf59d11da644b9c8e37b1e78837ce2 100644 --- a/Numeric/hausdorffDistance.cpp +++ b/Numeric/hausdorffDistance.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues /* compute the hausdorff distance between two polygonal curves diff --git a/Numeric/incompleteBasis.cpp b/Numeric/incompleteBasis.cpp index 564f33f55846e773438ecdf64080fa87ec929fd7..45a8164194ca9ff51c0f8948ab9bdc4c7ccc865c 100644 --- a/Numeric/incompleteBasis.cpp +++ b/Numeric/incompleteBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Amaury Johnen diff --git a/Numeric/incompleteBasis.h b/Numeric/incompleteBasis.h index ce4fd00fbf2fb4b9d943091d7a2b8eafb27dbd3d..d724032b304b45785ca75e443bbf3932baef2c35 100644 --- a/Numeric/incompleteBasis.h +++ b/Numeric/incompleteBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef INCOMPLETE_BASIS_H #define INCOMPLETE_BASIS_H diff --git a/Numeric/mathEvaluator.cpp b/Numeric/mathEvaluator.cpp index ce7324471258960fadf6d037eb1b75d24c58cd4e..bcd095bf87b39e2cc074e32af410b714330fb438 100644 --- a/Numeric/mathEvaluator.cpp +++ b/Numeric/mathEvaluator.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "mathEvaluator.h" diff --git a/Numeric/mathEvaluator.h b/Numeric/mathEvaluator.h index e8664dfd95ef2d664f61599f2d9ce2a6b1149c40..ca161f5360aef8af141765bbd4e1ec437eee26e8 100644 --- a/Numeric/mathEvaluator.h +++ b/Numeric/mathEvaluator.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MATH_EVALUATOR_H_ #define _MATH_EVALUATOR_H_ diff --git a/Numeric/miniBasis.cpp b/Numeric/miniBasis.cpp index 10161fb728c02d82b7bae7b1a5e42579a345e108..de8c1ddbbc8b273a4f549b5e8baba79bc05eccf3 100644 --- a/Numeric/miniBasis.cpp +++ b/Numeric/miniBasis.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "miniBasis.h" #include "BasisFactory.h" diff --git a/Numeric/miniBasis.h b/Numeric/miniBasis.h index b38344daa10a96056c73bd24866914d09b8c3fa2..9e1e6ef4600a6cca2dc3ab5410699eac2520dd2a 100644 --- a/Numeric/miniBasis.h +++ b/Numeric/miniBasis.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MINI_BASIS_H_ #define _MINI_BASIS_H_ diff --git a/Numeric/nodalBasis.cpp b/Numeric/nodalBasis.cpp index 827109bfce4324e63a855cc3a1269845fd1a137f..9a3bfde7f0b155ccd92b20be66544ec7ecd0c631 100644 --- a/Numeric/nodalBasis.cpp +++ b/Numeric/nodalBasis.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <limits> #include <cmath> diff --git a/Numeric/nodalBasis.h b/Numeric/nodalBasis.h index c4b1838aea62978b116e02132ba99886d02bbbbd..a02be0aa9bbf3bebce2056fa02a62a93e08ae767 100644 --- a/Numeric/nodalBasis.h +++ b/Numeric/nodalBasis.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef NODALBASIS_H #define NODALBASIS_H diff --git a/Numeric/pointsGenerators.cpp b/Numeric/pointsGenerators.cpp index 0e773e3da77a176df7478183f06b53af07660b74..bd0d71af973b80c6404919e36d90b611f3407ad6 100644 --- a/Numeric/pointsGenerators.cpp +++ b/Numeric/pointsGenerators.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "pointsGenerators.h" #include "GmshDefines.h" diff --git a/Numeric/pointsGenerators.h b/Numeric/pointsGenerators.h index 0bffac618726a4e93fbbf1bb946000ae46fdbffd..9f45bcbeaa376d1cae246e8df5e8ed0c51aaba63 100644 --- a/Numeric/pointsGenerators.h +++ b/Numeric/pointsGenerators.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef POINTSGENERATORS_H #define POINTSGENERATORS_H diff --git a/Numeric/polynomialBasis.cpp b/Numeric/polynomialBasis.cpp index cee002667d7e544d4526492debfe221c28a28d60..d8d6e944f8fb274972b636b96779efc203fba424 100644 --- a/Numeric/polynomialBasis.cpp +++ b/Numeric/polynomialBasis.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Koen Hillewaert diff --git a/Numeric/polynomialBasis.h b/Numeric/polynomialBasis.h index fdac16e11a7acd6cac67b649679dbba359acdb03..f29c08657bcac8eae18da3d81835cf80ba420796 100644 --- a/Numeric/polynomialBasis.h +++ b/Numeric/polynomialBasis.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _POLYNOMIAL_BASIS_H_ #define _POLYNOMIAL_BASIS_H_ diff --git a/Numeric/pyramidalBasis.cpp b/Numeric/pyramidalBasis.cpp index bcde90007332ea2089fe9bc2f4ff481813230f9e..ed279cb7ed0018143cbc3a649e98b92c293c1d96 100644 --- a/Numeric/pyramidalBasis.cpp +++ b/Numeric/pyramidalBasis.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cmath> #include <algorithm> diff --git a/Numeric/pyramidalBasis.h b/Numeric/pyramidalBasis.h index b861c7bbcd69a644feba9da41ebf7bab27508a66..8dfd894a8e71339aa14ec819bebecbe292a28586 100644 --- a/Numeric/pyramidalBasis.h +++ b/Numeric/pyramidalBasis.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef PYRAMIDALBASIS_H #define PYRAMIDALBASIS_H diff --git a/Numeric/robustPredicates.h b/Numeric/robustPredicates.h index 6d3e22a019d4504914ef01ddf5222cec726eec08..3867cb19b5a828f0c971ae846b4d2f1d73b58332 100644 --- a/Numeric/robustPredicates.h +++ b/Numeric/robustPredicates.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ROBUST_PREDICATES_H_ #define _ROBUST_PREDICATES_H_ diff --git a/Numeric/simpleFunction.h b/Numeric/simpleFunction.h index 05702c302a09a70b9f7f69e8a126b32d25d462bc..97d23ece0ed16cc19fe9af7952fc6e86c4d3f1ec 100644 --- a/Numeric/simpleFunction.h +++ b/Numeric/simpleFunction.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SIMPLE_FUNCTION_H_ #define _SIMPLE_FUNCTION_H_ diff --git a/Numeric/simpleFunctionPython.h b/Numeric/simpleFunctionPython.h index 6d155e5271eaa35450d687f4214c70814a6954d9..d00af295e8775662fe708cbd17949836ff68087c 100644 --- a/Numeric/simpleFunctionPython.h +++ b/Numeric/simpleFunctionPython.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SIMPLE_FUNCTION_PYTHON_H_ #define _SIMPLE_FUNCTION_PYTHON_H_ diff --git a/Parser/CMakeLists.txt b/Parser/CMakeLists.txt index b3e28183bb141460f7d7d2ca564476748f317ac4..77bd16e65a6c317c8fc8af7174a53a18dded42e8 100644 --- a/Parser/CMakeLists.txt +++ b/Parser/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC Gmsh.tab.cpp diff --git a/Parser/FunctionManager.cpp b/Parser/FunctionManager.cpp index bc48cbe49badb3fdc899228c5c6e46ef31f84935..3e8b2d3638b4546c2ee10507f4195066a06b3633 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <map> #include <stack> diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 05365c20f65f00380cebbf9b21b135154f898b0a..471432b82ead69a0ba8e3583533bb23ea7965a00 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FUNCTION_MANAGER_H_ #define _FUNCTION_MANAGER_H_ diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index 948059868e5df5f998d8b1c880a18093523ce5f1..f748811443f5b48a5551bd472d50499ec7701a59 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -2,7 +2,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include <stdio.h> diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index df4b49b0c40aec7d831f00b20d58779f203e6f0c..ed8702c4455dcc6db0c3d69676d1d718bd4ce8f6 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -545,7 +545,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <map> diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index 9e23cb32ddbead0d7af43d9eb1c3f709e0ed9f5b..1ba46f5e40f38789afc57e0c87b442c16ce0eace 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -2,7 +2,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <map> diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 7ec9cb1e6076929c20810dc0430f8931f2fb361d..e42b86e8fea0cade10ea0325bc19a639c5b9fb1f 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -1256,7 +1256,7 @@ char *gmsh_yytext; // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include <stdio.h> diff --git a/Parser/Parser.h b/Parser/Parser.h index 819458c617ac5f793b8f4652c7194c861f73fbae..470688d04a3ca0727bc298a4580e509b330c408f 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PARSER_H_ #define _PARSER_H_ diff --git a/Plugin/AnalyseCurvedMesh.cpp b/Plugin/AnalyseCurvedMesh.cpp index 944a224f43b0f9c9d036673c6596d1df1fd7c91a..1d270587f8da13407d8109ba77c53bde3f0cd07a 100644 --- a/Plugin/AnalyseCurvedMesh.cpp +++ b/Plugin/AnalyseCurvedMesh.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" diff --git a/Plugin/AnalyseCurvedMesh.h b/Plugin/AnalyseCurvedMesh.h index 3b7e9d421bc332ced2a3de67c9dbe8152e4a1380..5a821a19ff225f10aa2ab906682f42034610bc77 100644 --- a/Plugin/AnalyseCurvedMesh.h +++ b/Plugin/AnalyseCurvedMesh.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ANALYSECURVEDMESH_H_ #define _ANALYSECURVEDMESH_H_ diff --git a/Plugin/Annotate.cpp b/Plugin/Annotate.cpp index e430093852d398413d95a8f1c3478ff92ce18668..a70a6e00e7ae35fc79440ea31dbf89452ad512b6 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <vector> #include "GmshConfig.h" diff --git a/Plugin/Annotate.h b/Plugin/Annotate.h index 315226b3106c8fd443e91a2c6a164f0875998a02..ae70a92151887e133593211f6968a928a5320b00 100644 --- a/Plugin/Annotate.h +++ b/Plugin/Annotate.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ANNOTATE_H_ #define _ANNOTATE_H_ diff --git a/Plugin/Bubbles.cpp b/Plugin/Bubbles.cpp index cf6b9c78568e970c0e5f37e90de5344f1174205a..a877bda8af3baefaeac1edafae437e0ae59fa2cb 100644 --- a/Plugin/Bubbles.cpp +++ b/Plugin/Bubbles.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GmshGlobal.h" diff --git a/Plugin/Bubbles.h b/Plugin/Bubbles.h index 2da5c0a93932d8c38f3c81186c633e1222365b84..94218101b7f843d801a1a32116f29e5814c0f2b8 100644 --- a/Plugin/Bubbles.h +++ b/Plugin/Bubbles.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _BUBBLES_H_ #define _BUBBLES_H_ diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt index e7b64d5d377e5961dc472fd57f0d135c002e1db3..62fdfb966820ffc24d5546b9ec031cf7f1ced6bc 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC Plugin.cpp PluginManager.cpp diff --git a/Plugin/CVTRemesh.cpp b/Plugin/CVTRemesh.cpp index b5ea5bcb4b291f7674a3eabc28673fab745e3543..cc239f0b5e41b91b70dd9249060b9ef6e8a79047 100644 --- a/Plugin/CVTRemesh.cpp +++ b/Plugin/CVTRemesh.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" diff --git a/Plugin/CVTRemesh.h b/Plugin/CVTRemesh.h index d81be8cafac5499367d5fcad77008fc3f53443ca..dd48bce85c2daf439173bb2537f6931c946ead34 100644 --- a/Plugin/CVTRemesh.h +++ b/Plugin/CVTRemesh.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2014 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CVT_REMESH_H_ #define _CVT_REMESH_H_ diff --git a/Plugin/Crack.cpp b/Plugin/Crack.cpp index d2fb5129a24b94af155143dfaec77400620938be..9ab8c67a98680b78bdb2d7e48418c7130a4b8ed1 100644 --- a/Plugin/Crack.cpp +++ b/Plugin/Crack.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Crack.h" #include "GModel.h" diff --git a/Plugin/Crack.h b/Plugin/Crack.h index 7339733dca7f319aaa09eda40c768f5a7d7ad504..1df9f36345f4c605b6c7ad105413a4f091be837a 100644 --- a/Plugin/Crack.h +++ b/Plugin/Crack.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CRACK_H_ #define _CRACK_H_ diff --git a/Plugin/Curl.cpp b/Plugin/Curl.cpp index 64fcb2455494770d1d0d9cb59756f29a9dfc6540..060d75f0891323018a6af93061f225ec32b5f34e 100644 --- a/Plugin/Curl.cpp +++ b/Plugin/Curl.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Curl.h" #include "shapeFunctions.h" diff --git a/Plugin/Curl.h b/Plugin/Curl.h index 71de01b3d0c6ed036535f6de5e10f96d49f2f620..f337db89d895369a7256767e81c9ce74ed92f1ed 100644 --- a/Plugin/Curl.h +++ b/Plugin/Curl.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CURL_H_ #define _CURL_H_ diff --git a/Plugin/CurvedBndDist.cpp b/Plugin/CurvedBndDist.cpp index 99ab2686a327f91f7e87340f2e1af6f52ab7a522..6a22b8cfdad74b5537e9c1279692333737cc7a9e 100644 --- a/Plugin/CurvedBndDist.cpp +++ b/Plugin/CurvedBndDist.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshGlobal.h" #include "GmshConfig.h" diff --git a/Plugin/CurvedBndDist.h b/Plugin/CurvedBndDist.h index 20d1d504afe163b53659d9e89e7600ab5dd7769f..94473436753d962003cfcf7ed616d29dca6453d3 100644 --- a/Plugin/CurvedBndDist.h +++ b/Plugin/CurvedBndDist.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CURVEDBNDDIST_H_ #define _CURVEDBNDDIST_H_ diff --git a/Plugin/CutBox.cpp b/Plugin/CutBox.cpp index 73a8895323fa0cfd2f865979d94d4dd4b9c10ee6..07cae246af44cc157b410fe72cfc62b8d7268988 100644 --- a/Plugin/CutBox.cpp +++ b/Plugin/CutBox.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "OctreePost.h" diff --git a/Plugin/CutBox.h b/Plugin/CutBox.h index 50dc551adaaed91402524bea74d1c4ef9f6f53b7..2d8409fc38c55adb65e5de2b26a6865c74e3b4e7 100644 --- a/Plugin/CutBox.h +++ b/Plugin/CutBox.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CUT_BOX_H_ #define _CUT_BOX_H_ diff --git a/Plugin/CutGrid.cpp b/Plugin/CutGrid.cpp index 8e3e77a5498d969f0ac78b1c8569c102d61a97e2..82b1248a40dee9214934247143a1b4de25833c26 100644 --- a/Plugin/CutGrid.cpp +++ b/Plugin/CutGrid.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "OctreePost.h" diff --git a/Plugin/CutGrid.h b/Plugin/CutGrid.h index e42278c189c1f9b123e171441ba043b354f630d2..20fb50552980e293a17a6917af19bd61bb583829 100644 --- a/Plugin/CutGrid.h +++ b/Plugin/CutGrid.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CUT_GRID_H_ #define _CUT_GRID_H_ diff --git a/Plugin/CutMesh.cpp b/Plugin/CutMesh.cpp index 2dfcd1760b910ab247ccecffaacfb447e186eb02..b9541b875fed90f55535002fdcd156cd32b90d0d 100644 --- a/Plugin/CutMesh.cpp +++ b/Plugin/CutMesh.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "CutMesh.h" #include "GModel.h" diff --git a/Plugin/CutMesh.h b/Plugin/CutMesh.h index 5758c6c8fe731bb58f0abd59d6f6af75674e018a..599ba88d6df4937a48b84451b8e5d16241f8426b 100644 --- a/Plugin/CutMesh.h +++ b/Plugin/CutMesh.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CUTMESH_H_ #define _CUTMESH_H_ diff --git a/Plugin/CutParametric.cpp b/Plugin/CutParametric.cpp index 64d72398b3a15da94f492cfc13e2164859f6799c..eb34c1666133763ccccfe24b385c57ce66e1a6d4 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cmath> #include "GmshConfig.h" diff --git a/Plugin/CutParametric.h b/Plugin/CutParametric.h index 2d32c6eb4d8cdcd065bedffe1db3d0196309efb5..51523b0d43bbd75cbc25fe19551d8c50525d30cf 100644 --- a/Plugin/CutParametric.h +++ b/Plugin/CutParametric.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CUT_PARAMETRIC_H_ #define _CUT_PARAMETRIC_H_ diff --git a/Plugin/CutPlane.cpp b/Plugin/CutPlane.cpp index 956cc4e32cde1f1233b77ead96eb5739d95b812a..b4ce222c2bedbacd3bfbd0cf4cc2f5fd10f4e5e7 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "CutPlane.h" diff --git a/Plugin/CutPlane.h b/Plugin/CutPlane.h index b39427b6f26025bb44261c68e357ab913ffbf439..770a488aef15872b3209465668583a8d9dbe62cc 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CUT_PLANE_H_ #define _CUT_PLANE_H_ diff --git a/Plugin/CutSphere.cpp b/Plugin/CutSphere.cpp index 916c654512d670ba7598f228cc670ec60af11186..b4063bb8af38071d2ebf07107823602415b1f7e8 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include "GmshConfig.h" diff --git a/Plugin/CutSphere.h b/Plugin/CutSphere.h index 456c4794975afb1b29439a92ce704178e99251f3..a44aac6585a3db4a3faac66c96f3c92de65723ba 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CUT_SPHERE_H_ #define _CUT_SPHERE_H_ diff --git a/Plugin/DiscretizationError.cpp b/Plugin/DiscretizationError.cpp index 02733dea3fb7eda1914df7640a3380667c8e19c5..4533f05776248161d266c35a02c448b536874993 100644 --- a/Plugin/DiscretizationError.cpp +++ b/Plugin/DiscretizationError.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "DiscretizationError.h" #include "Numeric.h" diff --git a/Plugin/DiscretizationError.h b/Plugin/DiscretizationError.h index 556a7a7a109bfef5b2500aee9cf4db9db31d7ed0..56a5576207a2edfb58dec3e76b6706b299a616ae 100644 --- a/Plugin/DiscretizationError.h +++ b/Plugin/DiscretizationError.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DISCRETIZATION_ERROR_H_ #define _DISCRETIZATION_ERROR_H_ diff --git a/Plugin/Distance.cpp b/Plugin/Distance.cpp index ba09bf735904885d2ceab5eb8a6ed095ca4339b0..e80099e2cc8658224b8daa209f99ac1ea7d87f99 100644 --- a/Plugin/Distance.cpp +++ b/Plugin/Distance.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GmshGlobal.h" diff --git a/Plugin/Distance.h b/Plugin/Distance.h index 4f692790d22bae5200fc92c578f68deabd2becea..5947002d2dbe5efc80130a93bbe5ea7e9fb49d78 100644 --- a/Plugin/Distance.h +++ b/Plugin/Distance.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DISTANCE_H_ #define _DISTANCE_H_ diff --git a/Plugin/Divergence.cpp b/Plugin/Divergence.cpp index 656f39cc7094d2ff4be7e1f5a598e73d465275d9..9961698607fa79016abc4f6eaad22115fd1b5547 100644 --- a/Plugin/Divergence.cpp +++ b/Plugin/Divergence.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Divergence.h" #include "shapeFunctions.h" diff --git a/Plugin/Divergence.h b/Plugin/Divergence.h index 2faabf2e226ec9b36f8933288f55fb935f2f9522..4d01a8a6133f86b7ce7798d402e78d8529d64ef1 100644 --- a/Plugin/Divergence.h +++ b/Plugin/Divergence.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DIVERGENCE_H_ #define _DIVERGENCE_H_ diff --git a/Plugin/Eigenvalues.cpp b/Plugin/Eigenvalues.cpp index 05317355324593e09b5c993a151895c855b690b1..04c1cd0419891053a2c28e760b41d7eb62a77591 100644 --- a/Plugin/Eigenvalues.cpp +++ b/Plugin/Eigenvalues.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Eigenvalues.h" #include "Numeric.h" diff --git a/Plugin/Eigenvalues.h b/Plugin/Eigenvalues.h index 872bc4ddf0ae48953445fec3a287961a625c421a..b75f311aa4f6e39eccfb582a5539da26087b50dd 100644 --- a/Plugin/Eigenvalues.h +++ b/Plugin/Eigenvalues.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _EIGENVALUES_H_ #define _EIGENVALUES_H_ diff --git a/Plugin/Eigenvectors.cpp b/Plugin/Eigenvectors.cpp index b591a0285b82ffbecef1a8ce0e1d9cab0764f07b..d2fe59ba5c59bfdd050d3abf233d4ab58a1a77b3 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Eigenvectors.h" #include "Numeric.h" diff --git a/Plugin/Eigenvectors.h b/Plugin/Eigenvectors.h index ea2685d066f63e55f8aea8a9d041186b0b33659e..00797e92438a237e5b083256f5b53bccb29cf74e 100644 --- a/Plugin/Eigenvectors.h +++ b/Plugin/Eigenvectors.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _EIGENVECTORS_H_ #define _EIGENVECTORS_H_ diff --git a/Plugin/ExtractEdges.cpp b/Plugin/ExtractEdges.cpp index 7013c65bcb9a7bac2e645a7b810efa772abd16c7..bdb17fa3db82d2987c4a3defb02d870aebafbd0c 100644 --- a/Plugin/ExtractEdges.cpp +++ b/Plugin/ExtractEdges.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GModel.h" diff --git a/Plugin/ExtractEdges.h b/Plugin/ExtractEdges.h index 1e1aa2367e50810c7e5080af7035d1c63afabf61..bb74dfe6ccade2b55c2522dfc177e7576d0f24a1 100644 --- a/Plugin/ExtractEdges.h +++ b/Plugin/ExtractEdges.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _EXTRACT_EDGES_H_ #define _EXTRACT_EDGES_H_ diff --git a/Plugin/ExtractElements.cpp b/Plugin/ExtractElements.cpp index ea185bdeaad9a173aeea0f26b8b7671033def844..4996fe23220a899b5df25354bc1098d342646010 100644 --- a/Plugin/ExtractElements.cpp +++ b/Plugin/ExtractElements.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "ExtractElements.h" #include "Numeric.h" diff --git a/Plugin/ExtractElements.h b/Plugin/ExtractElements.h index df493410923728d0d80973eb026d853d94b495ce..4b41ebcbb18568da729e8819c31b318f9ddec26d 100644 --- a/Plugin/ExtractElements.h +++ b/Plugin/ExtractElements.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _EXTRACT_ELEMENTS_H_ #define _EXTRACT_ELEMENTS_H_ diff --git a/Plugin/FaultZone.cpp b/Plugin/FaultZone.cpp index 8b564fc54d7c04b8e2f63aaea62df1ce6b1a226c..a931c2126fec3c9fc53a3043505402b9c74f9f23 100644 --- a/Plugin/FaultZone.cpp +++ b/Plugin/FaultZone.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <assert.h> #include <sstream> diff --git a/Plugin/FaultZone.h b/Plugin/FaultZone.h index 9b7ddea7f6c44d3764cc095c7784032b75e7b930..387eab1826dbc222bd6fdd814d3554379c329d02 100644 --- a/Plugin/FaultZone.h +++ b/Plugin/FaultZone.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_FAULTZONE_H_ #define _MESH_FAULTZONE_H_ diff --git a/Plugin/FieldFromAmplitudePhase.cpp b/Plugin/FieldFromAmplitudePhase.cpp index 1f3713222929601d0a6537056102ec3029c3ba80..eaf48d89698b9d93d158b670d6ee1fde281a857b 100644 --- a/Plugin/FieldFromAmplitudePhase.cpp +++ b/Plugin/FieldFromAmplitudePhase.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GmshGlobal.h" diff --git a/Plugin/FieldFromAmplitudePhase.h b/Plugin/FieldFromAmplitudePhase.h index 8919fd07b40790220bc4fb4bd9b9e31f9b9490eb..ce62ea846ff3b1cb1d84f99f2ddff52e6180157d 100644 --- a/Plugin/FieldFromAmplitudePhase.h +++ b/Plugin/FieldFromAmplitudePhase.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FIELD_FROM_AMPLITUDE_PHASE_H_ #define _FIELD_FROM_AMPLITUDE_PHASE_H_ diff --git a/Plugin/GaussPoints.cpp b/Plugin/GaussPoints.cpp index 3ebc11815e8d64881b915231d562a3bc9b5adc34..b9839d1598a4425dacba6f5448cd8f68a7b5315d 100644 --- a/Plugin/GaussPoints.cpp +++ b/Plugin/GaussPoints.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GaussPoints.h" #include "GModel.h" diff --git a/Plugin/GaussPoints.h b/Plugin/GaussPoints.h index 34dd4c7fcef1e12029fb3b91baf88407baf850e1..cd44dd876297956480222c6a1b5e1620851bb412 100644 --- a/Plugin/GaussPoints.h +++ b/Plugin/GaussPoints.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GAUSS_POINTS_H_ #define _GAUSS_POINTS_H_ diff --git a/Plugin/Gradient.cpp b/Plugin/Gradient.cpp index 2a0af546752e5f0828de194fc47e8dfa129c10b7..4f6189b6b4039a7d53dafd3b6ce619da6248922a 100644 --- a/Plugin/Gradient.cpp +++ b/Plugin/Gradient.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Gradient.h" #include "shapeFunctions.h" diff --git a/Plugin/Gradient.h b/Plugin/Gradient.h index 9d2b8addcc6f7ae9c5ba425f52620df2ac4ddab3..855e8a0516f11e23e229fe779962c51f4f215836 100644 --- a/Plugin/Gradient.h +++ b/Plugin/Gradient.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GRADIENT_H_ #define _GRADIENT_H_ diff --git a/Plugin/HarmonicToTime.cpp b/Plugin/HarmonicToTime.cpp index 8483d4c4ac78ef26bb57a306dcfb1c55298e94af..8ae275f361e4de8124590ce5fa7fa749f216bf8b 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "HarmonicToTime.h" #include "GmshDefines.h" diff --git a/Plugin/HarmonicToTime.h b/Plugin/HarmonicToTime.h index f0ebbc5f4192304e25067e097919419a0fabd9b8..bc8178e816a40b7744917ea3b3361881862a864f 100644 --- a/Plugin/HarmonicToTime.h +++ b/Plugin/HarmonicToTime.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _HARMONIC_TO_TIME_H_ #define _HARMONIC_TO_TIME_H_ diff --git a/Plugin/HomologyComputation.cpp b/Plugin/HomologyComputation.cpp index 27e3051078eab5325fc00bc7ee678a67f90e53c9..a4ef6a068c7ba41a7fd14bc2f89d9bd32b92d455 100644 --- a/Plugin/HomologyComputation.cpp +++ b/Plugin/HomologyComputation.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@microsoft.com>. diff --git a/Plugin/HomologyComputation.h b/Plugin/HomologyComputation.h index 41272e1f208a5902a8a63909aa950f7b0782f318..957c3d34c2c180658c693f956e395c49f6534029 100644 --- a/Plugin/HomologyComputation.h +++ b/Plugin/HomologyComputation.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@microsoft.com>. diff --git a/Plugin/HomologyPostProcessing.cpp b/Plugin/HomologyPostProcessing.cpp index b3625bec01c22eca031f5726426cee19cdb1e0d2..31a73b20eb3f0eb94fa7d6e9728792930f25ef2e 100644 --- a/Plugin/HomologyPostProcessing.cpp +++ b/Plugin/HomologyPostProcessing.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@microsoft.com>. diff --git a/Plugin/HomologyPostProcessing.h b/Plugin/HomologyPostProcessing.h index 35032c99c69df8cff5cc5d69909aa9c84bc3c4ad..d410a977eb5e522634e56b0345bfe59e284d08a9 100644 --- a/Plugin/HomologyPostProcessing.h +++ b/Plugin/HomologyPostProcessing.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributed by Matti Pellikka <matti.pellikka@microsoft.com>. diff --git a/Plugin/Integrate.cpp b/Plugin/Integrate.cpp index 5344c4c22cbfab6122cd7661b5ed2a1123b7a4bf..cfef89515a43776b8dccde9089c4c1fbcb69b304 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Integrate.h" #include "shapeFunctions.h" diff --git a/Plugin/Integrate.h b/Plugin/Integrate.h index 92c7b39d85b0de5c5561c904c900792a9dace649..ecca2e753e93c6b28dffc3ad471a4a0423e34d91 100644 --- a/Plugin/Integrate.h +++ b/Plugin/Integrate.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _INTEGRATE_H_ #define _INTEGRATE_H_ diff --git a/Plugin/Isosurface.cpp b/Plugin/Isosurface.cpp index 15d575a7d95749dc491b6c32e4185da4434fcebb..99d0cff306a35736c08dc14985df47b04cfae700 100644 --- a/Plugin/Isosurface.cpp +++ b/Plugin/Isosurface.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Isosurface.h" #include "Context.h" diff --git a/Plugin/Isosurface.h b/Plugin/Isosurface.h index eba608aad360d4723e47ff56f13be72de0247b67..f97ab448e5f298626d71b301e65d8dccb091cde8 100644 --- a/Plugin/Isosurface.h +++ b/Plugin/Isosurface.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ISOSURFACE_H_ #define _ISOSURFACE_H_ diff --git a/Plugin/Lambda2.cpp b/Plugin/Lambda2.cpp index 2545317766a619597e1463afb8748e0aff3ad7df..20ee39c581a32288e9086dba40b36ae5cb33361b 100644 --- a/Plugin/Lambda2.cpp +++ b/Plugin/Lambda2.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Lambda2.h" #include "Numeric.h" diff --git a/Plugin/Lambda2.h b/Plugin/Lambda2.h index 46edea939bad7b5e81cf972a5dd98f059c0f2390..b098ee27c26ff41cdb2027a38c890d9a882eca31 100644 --- a/Plugin/Lambda2.h +++ b/Plugin/Lambda2.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LAMBDA2_H_ #define _LAMBDA2_H_ diff --git a/Plugin/Levelset.cpp b/Plugin/Levelset.cpp index c30b027eff1c194a8a47173a6d62f8ae74b566b2..536ab7ea7ac97836102145be035d76446a9d3d55 100644 --- a/Plugin/Levelset.cpp +++ b/Plugin/Levelset.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Levelset.h" #include "MakeSimplex.h" diff --git a/Plugin/Levelset.h b/Plugin/Levelset.h index ff025f687e0363dea38e84edbc7c710c036b3004..f069753d0797df028ddde5d82df0613707ed1f4a 100644 --- a/Plugin/Levelset.h +++ b/Plugin/Levelset.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LEVELSET_H_ #define _LEVELSET_H_ diff --git a/Plugin/LongitudeLatitude.cpp b/Plugin/LongitudeLatitude.cpp index 2ba794948683025c2b427ec7e8ac5a2bdd393cac..06c415c216ae2d64a5a060330d1334a33f34818d 100644 --- a/Plugin/LongitudeLatitude.cpp +++ b/Plugin/LongitudeLatitude.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include "LongitudeLatitude.h" diff --git a/Plugin/LongitudeLatitude.h b/Plugin/LongitudeLatitude.h index c6a6c69ae7bc7fea06ecf8de149fc07250de32b8..8be783950809cb51ebb0d8957af34b23071ff40c 100644 --- a/Plugin/LongitudeLatitude.h +++ b/Plugin/LongitudeLatitude.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LONGITUDELATITUDE_H_ #define _LONGITUDELATITUDE_H_ diff --git a/Plugin/MakeSimplex.cpp b/Plugin/MakeSimplex.cpp index b03479070364f5eda5c5c5e6ec13f1b1b57a2fdd..3f092f162f15389528283be82081cf6883479b04 100644 --- a/Plugin/MakeSimplex.cpp +++ b/Plugin/MakeSimplex.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "MakeSimplex.h" diff --git a/Plugin/MakeSimplex.h b/Plugin/MakeSimplex.h index d351ab4d5caf77f290482cf03873a3b06f3c9dac..893f097458a79a2aac384791e9b65f0addfccd87 100644 --- a/Plugin/MakeSimplex.h +++ b/Plugin/MakeSimplex.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MAKE_SIMPLEX_H_ #define _MAKE_SIMPLEX_H_ diff --git a/Plugin/MathEval.cpp b/Plugin/MathEval.cpp index f06214bb4080518cda14bf3760e15390b65120af..5564af7231ec6c4e0b9cf60ce9ac37b4c45e8d0f 100644 --- a/Plugin/MathEval.cpp +++ b/Plugin/MathEval.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshDefines.h" diff --git a/Plugin/MathEval.h b/Plugin/MathEval.h index 859588664e88ea328d41c3a936679d10e774d61d..196b09ad608f5615f2e75e094845bd225f801117 100644 --- a/Plugin/MathEval.h +++ b/Plugin/MathEval.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MATH_EVAL_H_ #define _MATH_EVAL_H_ diff --git a/Plugin/MeshSubEntities.cpp b/Plugin/MeshSubEntities.cpp index c1139a90e8849554717815c8a02df7b4fcd28331..959a19c3a30b3869e9539f2d9971855d7b1b611f 100644 --- a/Plugin/MeshSubEntities.cpp +++ b/Plugin/MeshSubEntities.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "MeshSubEntities.h" #include "GModel.h" diff --git a/Plugin/MeshSubEntities.h b/Plugin/MeshSubEntities.h index 826e2aa6972a897ccec5521792f39192b2e20fae..53895e6555eb085f3a7142120e9e8282d71275c1 100644 --- a/Plugin/MeshSubEntities.h +++ b/Plugin/MeshSubEntities.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_ENTITIES_H_ #define _MESH_ENTITIES_H_ diff --git a/Plugin/MeshVolume.cpp b/Plugin/MeshVolume.cpp index 2459f920ff7d5ffa1d6a81fa43238829245de324..d422b6d3058ab4402e8f9f047b9c1d10248b6319 100644 --- a/Plugin/MeshVolume.cpp +++ b/Plugin/MeshVolume.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "MeshVolume.h" #include "GModel.h" diff --git a/Plugin/MeshVolume.h b/Plugin/MeshVolume.h index e695730cdfade39b027170fe8c3996e80c2608e4..d300f6b73756a4cab5c86ed3a02e3efc2c305065 100644 --- a/Plugin/MeshVolume.h +++ b/Plugin/MeshVolume.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MESH_VOLUME_H_ #define _MESH_VOLUME_H_ diff --git a/Plugin/MinMax.cpp b/Plugin/MinMax.cpp index 279288d809b329db04f7df72778318d9a66c687a..491b1497d94593dc1120f94c9f685896813ec05f 100644 --- a/Plugin/MinMax.cpp +++ b/Plugin/MinMax.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "MinMax.h" #include "PViewOptions.h" diff --git a/Plugin/MinMax.h b/Plugin/MinMax.h index 13dc72baa0ae9f8d4c7eae91b0a10148adbb6a96..fefcbffacb230fcea52d540177f2715c61086287 100644 --- a/Plugin/MinMax.h +++ b/Plugin/MinMax.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MIN_MAX_H_ #define _MIN_MAX_H_ diff --git a/Plugin/ModifyComponents.cpp b/Plugin/ModifyComponents.cpp index ee0d75ed8cc1fd4ecaa1503f3825acb16a4a40d2..4bc4346ebaab07992fd8e16af5d80ac16a5a19e6 100644 --- a/Plugin/ModifyComponents.cpp +++ b/Plugin/ModifyComponents.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <vector> #include <algorithm> diff --git a/Plugin/ModifyComponents.h b/Plugin/ModifyComponents.h index a8a13ec3519670e9c8475d4518f9578634fd2369..73ef1723d368a3d9d81fef69bbdcdb4282de140f 100644 --- a/Plugin/ModifyComponents.h +++ b/Plugin/ModifyComponents.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MODIFY_COMPONENT_H_ #define _MODIFY_COMPONENT_H_ diff --git a/Plugin/ModulusPhase.cpp b/Plugin/ModulusPhase.cpp index 2be2d756d1c6986b4cd5a3c1259ffa37714c5c77..02b3367ed86550af94036743ac2401091a466d5d 100644 --- a/Plugin/ModulusPhase.cpp +++ b/Plugin/ModulusPhase.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "ModulusPhase.h" diff --git a/Plugin/ModulusPhase.h b/Plugin/ModulusPhase.h index dad72e4c9da6da1e267caa7f0b559c2ebcb98fdd..02be06d8b27fa6a2a21df6884c9acdf14fde9791 100644 --- a/Plugin/ModulusPhase.h +++ b/Plugin/ModulusPhase.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _MODULUS_PHASE_H_ #define _MODULUS_PHASE_H_ diff --git a/Plugin/NearToFarField.cpp b/Plugin/NearToFarField.cpp index 90521f51788fad46d10ec5da545866bf659b8858..e137414d51a7f1001cc025654d0be4695e63e098 100644 --- a/Plugin/NearToFarField.cpp +++ b/Plugin/NearToFarField.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Ruth Sabariego diff --git a/Plugin/NearToFarField.h b/Plugin/NearToFarField.h index 19289bb048e62e8f2e01652ac22b02b52e1a174d..593e71461f1f06ba699a35064b86efa0272f202c 100644 --- a/Plugin/NearToFarField.h +++ b/Plugin/NearToFarField.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _NEARTOFARFIELD_H_ #define _NEARTOFARFIELD_H_ diff --git a/Plugin/NearestNeighbor.cpp b/Plugin/NearestNeighbor.cpp index 7fd338d18d9cbb3e0baf1ad1b869e89602636b77..ec9b8ea1640bfe9da1b3691945503c16da557e38 100644 --- a/Plugin/NearestNeighbor.cpp +++ b/Plugin/NearestNeighbor.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "NearestNeighbor.h" diff --git a/Plugin/NearestNeighbor.h b/Plugin/NearestNeighbor.h index f1c4ed5c624e78ddc701cdd7796c7fa7d011dca1..cd68c421f7fcc8c29c7a11a89d6880fabc6e9074 100644 --- a/Plugin/NearestNeighbor.h +++ b/Plugin/NearestNeighbor.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _NEAREST_NEIGHBOR_H_ #define _NEAREST_NEIGHBOR_H_ diff --git a/Plugin/NewView.cpp b/Plugin/NewView.cpp index f30392ad2b14cfab783c433fd1883916b405e566..ce4200e8070e8139e288e4727500e930233adf27 100644 --- a/Plugin/NewView.cpp +++ b/Plugin/NewView.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Ruth Sabariego & Francois Henrotte diff --git a/Plugin/NewView.h b/Plugin/NewView.h index c4605fd224d1dfb243b0871f4f9662c3d8918065..4be871fed515731d208d6b83bad65c7cb055d3c0 100644 --- a/Plugin/NewView.h +++ b/Plugin/NewView.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _NEWVIEW_H_ #define _NEWVIEW_H_ diff --git a/Plugin/Particles.cpp b/Plugin/Particles.cpp index 8b8724e5b4edab0661dd120e03b48115d9a33457..44f4bf190d4e165392380fc4694c9d0c5b7dc43c 100644 --- a/Plugin/Particles.cpp +++ b/Plugin/Particles.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cmath> #include "GmshConfig.h" diff --git a/Plugin/Particles.h b/Plugin/Particles.h index a6d9194aa86d4f7e66948ac1043bc91952a82aa8..9da33a9b910eb1f2b6fd2df5ee33bdfcd3d1f310 100644 --- a/Plugin/Particles.h +++ b/Plugin/Particles.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PARTICLES_H_ #define _PARTICLES_H_ diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp index b1a57c5e8420de72e50b85bbf0e9de0669af7849..d0f577c08bf23985d58694254058fd71a5398b19 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <sstream> #include <stdio.h> diff --git a/Plugin/Plugin.h b/Plugin/Plugin.h index 20ff3cddab21a857aed308b53150c780e123c185..12bda5f4cb1cfc467bb95ea6c23aa11db651f231 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PLUGIN_H_ #define _PLUGIN_H_ diff --git a/Plugin/PluginManager.cpp b/Plugin/PluginManager.cpp index d3cc651cd6a9b026126aabca42eef2d1c248e910..dc98c31e2c205f268d3d510d28639b4e0292c7af 100644 --- a/Plugin/PluginManager.cpp +++ b/Plugin/PluginManager.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <map> #include <stdlib.h> diff --git a/Plugin/PluginManager.h b/Plugin/PluginManager.h index d5f2cb5bb9c628cc00417033b7b85e9874c52fc6..18d354c281992b7ffcd657e184f4f8891acf107f 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PLUGIN_MANAGER_H_ #define _PLUGIN_MANAGER_H_ diff --git a/Plugin/Probe.cpp b/Plugin/Probe.cpp index a9388079245c5c7b41e001680547892e69caf1ca..ed0872b9abed746022b7d4075da1e5d7f5d77512 100644 --- a/Plugin/Probe.cpp +++ b/Plugin/Probe.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "Probe.h" diff --git a/Plugin/Probe.h b/Plugin/Probe.h index 7a04a814fc12457532a79f270a0140d7d7f23811..20bb4651536c6dd3902292af7a0e73839d2dbb29 100644 --- a/Plugin/Probe.h +++ b/Plugin/Probe.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PROBE_H_ #define _PROBE_H_ diff --git a/Plugin/Remove.cpp b/Plugin/Remove.cpp index f150c333720a50c2300bde8b6ab9af7667c5c8d8..75b2d953dd9db144d3f0f9f27279afbd55f5f2fd 100644 --- a/Plugin/Remove.cpp +++ b/Plugin/Remove.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Remove.h" diff --git a/Plugin/Remove.h b/Plugin/Remove.h index faadafeba8edee9dd908cce0b0b8cf2a3fbdbe2a..313398e0118a1714af1cf1c11e35b554ccaec4be 100644 --- a/Plugin/Remove.h +++ b/Plugin/Remove.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _REMOVE_H_ #define _REMOVE_H_ diff --git a/Plugin/Scal2Tens.cpp b/Plugin/Scal2Tens.cpp index 3c551c9a5aa5b9b73dd965ff9a543ce0a7abd22f..2c3c5ef31770517d9d1d0c276d91fe30dd5bd98c 100644 --- a/Plugin/Scal2Tens.cpp +++ b/Plugin/Scal2Tens.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Scal2Tens.h" #include "PViewOptions.h" diff --git a/Plugin/Scal2Tens.h b/Plugin/Scal2Tens.h index 877211c8595724b787f83a79136f08f6d9718521..67da98a12f798ba05f2779ba3cf03b6895aeb9bb 100644 --- a/Plugin/Scal2Tens.h +++ b/Plugin/Scal2Tens.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SCAL2TENS_H_ #define _SCAL2TENS_H_ diff --git a/Plugin/Scal2Vec.cpp b/Plugin/Scal2Vec.cpp index c91a17e4cf3ed5d3ce44dea3681a95f2aab1950e..2c2c18ec3ff015f2dde1024e577949a978aec362 100644 --- a/Plugin/Scal2Vec.cpp +++ b/Plugin/Scal2Vec.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Scal2Vec.h" #include "PViewOptions.h" diff --git a/Plugin/Scal2Vec.h b/Plugin/Scal2Vec.h index f124857a5f503fd4f8213a51fd383e07a13be83f..8a6c7d29979fac56592d2d7c6ecf402890e2eb82 100644 --- a/Plugin/Scal2Vec.h +++ b/Plugin/Scal2Vec.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SCAL2VEC_H_ #define _SCAL2VEC_H_ diff --git a/Plugin/ShowNeighborElements.cpp b/Plugin/ShowNeighborElements.cpp index 06f4bb3bc0efa3215e3b6f300f2f22494f4a8352..557dacfb8408b7e1ac4c95ea7b1c8ae15cccb5fe 100644 --- a/Plugin/ShowNeighborElements.cpp +++ b/Plugin/ShowNeighborElements.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "ShowNeighborElements.h" #include "GModel.h" diff --git a/Plugin/ShowNeighborElements.h b/Plugin/ShowNeighborElements.h index 7b287fc973f4c558b074006b047ae9c475994a8a..5b9fe617ef472624b5fd1711c1c979300bf9a1fe 100644 --- a/Plugin/ShowNeighborElements.h +++ b/Plugin/ShowNeighborElements.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SHOWNEIGHBORELEMENTS_H_ #define _SHOWNEIGHBORELEMENTS_H_ diff --git a/Plugin/SimplePartition.cpp b/Plugin/SimplePartition.cpp index 4aafd63bdb2e934b1ba95135f1f6b79f2c4e1166..b22e76f7a60ce236ce4bde1c605250ca51eb4796 100644 --- a/Plugin/SimplePartition.cpp +++ b/Plugin/SimplePartition.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "SimplePartition.h" #include "GModel.h" diff --git a/Plugin/SimplePartition.h b/Plugin/SimplePartition.h index e7ab5fb656728f16ae5989c2795acc1ffd967666..168f0831a68cd0ffd7504c9a1f6edfb7b7943e8c 100644 --- a/Plugin/SimplePartition.h +++ b/Plugin/SimplePartition.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SIMPLE_PARTITION_H_ #define _SIMPLE_PARTITION_H_ diff --git a/Plugin/Skin.cpp b/Plugin/Skin.cpp index 00b5b5f54b6a845093ec6a400c15e1a76614258e..dcc744ed15cae6f28c904063312f9990e65411ba 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <set> #include "Skin.h" diff --git a/Plugin/Skin.h b/Plugin/Skin.h index 60fddd67c828780e6a1ca4e19b243ae7617682cd..81d21fcf930d9738c0c47a735a55ac0d04345f17 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SKIN_H_ #define _SKIN_H_ diff --git a/Plugin/Smooth.cpp b/Plugin/Smooth.cpp index 4baee55d3b4eb713c1d1c26e7d6e7232cf522623..2e74fdca041a3e42b5230ff95ec1475a9d5bde53 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Smooth.h" diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h index 87b87fd91dca9f476127fa7681b56249def6f987..f77d5eb73f98e3cdb67d9529b76e5dbfc3da6123 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SMOOTH_H_ #define _SMOOTH_H_ diff --git a/Plugin/SphericalRaise.cpp b/Plugin/SphericalRaise.cpp index e126ee9bf183f1ff29a8a44980d7baf61a4eed03..2b2e29b6a3730d7a3e792ee84b46034f28efe106 100644 --- a/Plugin/SphericalRaise.cpp +++ b/Plugin/SphericalRaise.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "SphericalRaise.h" #include "Numeric.h" diff --git a/Plugin/SphericalRaise.h b/Plugin/SphericalRaise.h index c6edee9066cd33349958050a04911a4584997fb6..e44167ceae6ecc18913aecf4143480989b8842c4 100644 --- a/Plugin/SphericalRaise.h +++ b/Plugin/SphericalRaise.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SPHERICAL_RAISE_H_ #define _SPHERICAL_RAISE_H_ diff --git a/Plugin/StreamLines.cpp b/Plugin/StreamLines.cpp index 68f3d79df6698e52083eff92758f2902170a37ad..0aa37207287f125c97d078ae0a7253a9fa8afe36 100644 --- a/Plugin/StreamLines.cpp +++ b/Plugin/StreamLines.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <cmath> #include "GmshConfig.h" diff --git a/Plugin/StreamLines.h b/Plugin/StreamLines.h index 3914ece895c1614c6ad67d02764debf020cd2289..9017c697ecd5232297babe0e3f18970a1c0f9edc 100644 --- a/Plugin/StreamLines.h +++ b/Plugin/StreamLines.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _STREAM_LINES_H_ #define _STREAM_LINES_H_ diff --git a/Plugin/Summation.cpp b/Plugin/Summation.cpp index 10dcef930097fba3791bc5fa3fb596e33f663652..b49fdf710a14fc271b43bcf4e1c5387e9b255580 100644 --- a/Plugin/Summation.cpp +++ b/Plugin/Summation.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshDefines.h" diff --git a/Plugin/Summation.h b/Plugin/Summation.h index fc2e0f0a49e6f29140b8f225546c6859ef0778f5..1c2fd7d4e6682fc70454cd6c6f5f7a0d38278250 100644 --- a/Plugin/Summation.h +++ b/Plugin/Summation.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SUMMATION_H_ #define _SUMMATION_H_ diff --git a/Plugin/Tetrahedralize.cpp b/Plugin/Tetrahedralize.cpp index 34f84a3dcd82a5b9b50b9061b43c2a10df081a87..c140e6a19ca5dc07e17f6097a2ce568f60fc1568 100644 --- a/Plugin/Tetrahedralize.cpp +++ b/Plugin/Tetrahedralize.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <vector> #include "GmshConfig.h" diff --git a/Plugin/Tetrahedralize.h b/Plugin/Tetrahedralize.h index 4663ad03698d29b2f14dc412d6a4e7c49863279e..5058afd93169d4f2c7f4022a6f18b1aef9154377 100644 --- a/Plugin/Tetrahedralize.h +++ b/Plugin/Tetrahedralize.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _TETRAHEDRALIZE_H_ #define _TETRAHEDRALIZE_H_ diff --git a/Plugin/ThinLayerFixMesh.cpp b/Plugin/ThinLayerFixMesh.cpp index db4518ab690f025bbd3fe709282610b076884a36..a3d0d42589235b430c79e3d5f73b277293e5dcf4 100644 --- a/Plugin/ThinLayerFixMesh.cpp +++ b/Plugin/ThinLayerFixMesh.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Author: Nicolas Kowalski diff --git a/Plugin/ThinLayerFixMesh.h b/Plugin/ThinLayerFixMesh.h index 8c46b214423fb4846fb8b1e8120a923a1e6cdee7..8e7a521155c0cebcbf64649856f053544762185f 100644 --- a/Plugin/ThinLayerFixMesh.h +++ b/Plugin/ThinLayerFixMesh.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Author: Nicolas Kowalski diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index 269074b7ba1393dc0a856f37cf427a901bca0522..097a31223c03fffe625487d72a3ba929888f2b9f 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Transform.h" diff --git a/Plugin/Transform.h b/Plugin/Transform.h index f5b844bb5b9f4a87e1ea1a2632172de68809d94d..e3893c79ac3ddf1540788e3bc7b8ce1d29bf6a23 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _TRANSFORM_H_ #define _TRANSFORM_H_ diff --git a/Plugin/Triangulate.cpp b/Plugin/Triangulate.cpp index 6c5a4ece8204752f17c86aad4cb52fc231fddf41..ff683c990271e0446d37c9c88f32c18c7e8f2035 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <vector> #include <stdlib.h> diff --git a/Plugin/Triangulate.h b/Plugin/Triangulate.h index b11c30cd117735578f10ed0845b6dfcd06e3889b..92a7f514a90386b72b587ca48ebc14ca8cdf1ac8 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _TRIANGULATE_H_ #define _TRIANGULATE_H_ diff --git a/Plugin/VoroMetal.cpp b/Plugin/VoroMetal.cpp index 20810f1f0ffaea8afbc5fde53dd38028f967f59f..778322c80b3ce4c17a3d1e9d85d0119dda3a19e6 100644 --- a/Plugin/VoroMetal.cpp +++ b/Plugin/VoroMetal.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // Contributor(s): // Tristan Carrier // Maxime Melchior diff --git a/Plugin/VoroMetal.h b/Plugin/VoroMetal.h index 6903c60ad358963e639e0cf513e9abef6f8264ca..10a10ab73ca4fc951579a0baaff352024c3e722e 100644 --- a/Plugin/VoroMetal.h +++ b/Plugin/VoroMetal.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _VOROMETAL_H_ #define _VOROMETAL_H_ diff --git a/Plugin/Warp.cpp b/Plugin/Warp.cpp index 5e1a01ddf48eebbfd6e32782cf2290d683bee6a7..fe397653223baef317ed385969c560dfedbdf4c8 100644 --- a/Plugin/Warp.cpp +++ b/Plugin/Warp.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Warp.h" #include "SmoothData.h" diff --git a/Plugin/Warp.h b/Plugin/Warp.h index e48b3731b34c20204c8c57df8fd204cd30fbe35c..454ebe889d2eb5e333c90f2017552f73e98389f2 100644 --- a/Plugin/Warp.h +++ b/Plugin/Warp.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _WARP_H_ #define _WARP_H_ diff --git a/Post/CMakeLists.txt b/Post/CMakeLists.txt index 7a44a370b87b375a5216df81ba099ecd7106fc95..e5e657fd1752a4f4a6c824575cee3aa48d786437 100644 --- a/Post/CMakeLists.txt +++ b/Post/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC PView.cpp PViewIO.cpp PViewVertexArrays.cpp diff --git a/Post/ColorTable.cpp b/Post/ColorTable.cpp index 1c227175cb37b5302bbd7429759fe5975c28c24c..e2394f67954999aabb54a79354a4aff0721f781f 100644 --- a/Post/ColorTable.cpp +++ b/Post/ColorTable.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // David Colignon diff --git a/Post/ColorTable.h b/Post/ColorTable.h index d21eb1a6b61699814d3e0fa1c15331341ec007a5..855b9ef456b90f3cb9fa8860569294ee8ba36740 100644 --- a/Post/ColorTable.h +++ b/Post/ColorTable.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _COLORTABLE_H_ #define _COLORTABLE_H_ diff --git a/Post/OctreePost.cpp b/Post/OctreePost.cpp index 446ad3d94408cb368f7ad0525fef8b1662f6ff38..fdcd19b852b76c43bc2fd2f897ef91fded8d0b86 100644 --- a/Post/OctreePost.cpp +++ b/Post/OctreePost.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "Octree.h" #include "OctreePost.h" diff --git a/Post/OctreePost.h b/Post/OctreePost.h index 8374a5814a442c4f5d1e828cd479d323da1a46b7..94034fbf0f2bed7cf229cffca125abb64b1f1ab5 100644 --- a/Post/OctreePost.h +++ b/Post/OctreePost.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OCTREE_POST_H_ #define _OCTREE_POST_H_ diff --git a/Post/PView.cpp b/Post/PView.cpp index 4d11a8d1a02c550a3ec6596267befb6aea92aa38..e350809422735f2fe8f194c8e8553e9511b7ebe5 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <algorithm> diff --git a/Post/PView.h b/Post/PView.h index 14ed90e68e95bd7b2e63ac28bab8ed270d0287c6..324bac0a9b15feca5ae0398b813c8d8ea0fc0980 100644 --- a/Post/PView.h +++ b/Post/PView.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PVIEW_H_ #define _PVIEW_H_ diff --git a/Post/PViewAsSimpleFunction.cpp b/Post/PViewAsSimpleFunction.cpp index 0efe8e15fdc0f687757ba0773c96d418d5c96d43..eaaeee1224efd0703005f07e0b9c2af2215a100e 100644 --- a/Post/PViewAsSimpleFunction.cpp +++ b/Post/PViewAsSimpleFunction.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "PView.h" #include "PViewData.h" diff --git a/Post/PViewAsSimpleFunction.h b/Post/PViewAsSimpleFunction.h index d996a05ef5cafbec38729de049c6f37b44489475..e449cfb7e3904ba27d18463f5cdb9daff6084b1c 100644 --- a/Post/PViewAsSimpleFunction.h +++ b/Post/PViewAsSimpleFunction.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PVIEW_AS_SIMPLEFUNCTION_H #define _PVIEW_AS_SIMPLEFUNCTION_H diff --git a/Post/PViewData.cpp b/Post/PViewData.cpp index 5f0e3586e3fc3e4c9898a69e791c5b76b4fbd7b1..cd0b34ed1ac07f6e2fa7918d8411d09677004e21 100644 --- a/Post/PViewData.cpp +++ b/Post/PViewData.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "PViewData.h" #include "adaptiveData.h" diff --git a/Post/PViewData.h b/Post/PViewData.h index 3d1721abf1a507b059fb666ee5eee57fbf522006..f5b0e55abca525c4e6ac6cf7eda886ee34842d31 100644 --- a/Post/PViewData.h +++ b/Post/PViewData.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PVIEW_DATA_H_ #define _PVIEW_DATA_H_ diff --git a/Post/PViewDataGModel.cpp b/Post/PViewDataGModel.cpp index 6961e49c29a5e50153a4c055e07ca0896f2ce461..8b77b02325a4010fa479afe9109dfe7f981253a0 100644 --- a/Post/PViewDataGModel.cpp +++ b/Post/PViewDataGModel.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "PViewDataGModel.h" #include "MPoint.h" diff --git a/Post/PViewDataGModel.h b/Post/PViewDataGModel.h index fabf325e899f355eb51d513b688ba4977b93a9ed..b58eeaec09692fba276de4016ae689aa5fb4ee9e 100644 --- a/Post/PViewDataGModel.h +++ b/Post/PViewDataGModel.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PVIEW_DATA_GMODEL_H_ #define _PVIEW_DATA_GMODEL_H_ diff --git a/Post/PViewDataGModelIO.cpp b/Post/PViewDataGModelIO.cpp index 1dadbe4c84030d613293eb3c9bd8077a219e34c9..9826db15745da3ac23d3be07fc7fe1ea2e778b72 100644 --- a/Post/PViewDataGModelIO.cpp +++ b/Post/PViewDataGModelIO.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Post/PViewDataIO.cpp b/Post/PViewDataIO.cpp index d0c2ed21b36a4ccf90d86cff42b1baf87658c429..60df565e24ef29a4efdeefaaec83c1f5cb02068c 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include <string.h> diff --git a/Post/PViewDataList.cpp b/Post/PViewDataList.cpp index 86f0bec84ab6d881ca7dce9a9a027ac783ea39e5..2cb492cac379fb212cf2f0d1edd42fb0176947e4 100644 --- a/Post/PViewDataList.cpp +++ b/Post/PViewDataList.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <algorithm> #include "PViewDataList.h" diff --git a/Post/PViewDataList.h b/Post/PViewDataList.h index 82157088138b11491318e63f3916f3da635983fe..af488f09a3c6ad77823e5f7e30ea69fe2a384fa3 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -2,7 +2,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PVIEW_DATA_LIST_H_ #define _PVIEW_DATA_LIST_H_ diff --git a/Post/PViewDataListIO.cpp b/Post/PViewDataListIO.cpp index 0b3783b22af20056b803846ce86c7f8a4e535f84..44a734098d065afd0d34ac79287b1a7715d0beb0 100644 --- a/Post/PViewDataListIO.cpp +++ b/Post/PViewDataListIO.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <set> diff --git a/Post/PViewDataRemote.h b/Post/PViewDataRemote.h index e9d76928ba2dc574e5fbfe69c2de0eac7677f7ea..91ac1de3d770141949459e4d753fa470cdd2c2e7 100644 --- a/Post/PViewDataRemote.h +++ b/Post/PViewDataRemote.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PVIEW_DATA_REMOTE_H_ #define _PVIEW_DATA_REMOTE_H_ diff --git a/Post/PViewFactory.cpp b/Post/PViewFactory.cpp index cda018a669df485b93a6efb3f7d1c9faff2c38d4..9dec696c538d487c6ae10e7938639ad63c3da96c 100644 --- a/Post/PViewFactory.cpp +++ b/Post/PViewFactory.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "PViewFactory.h" #include "GModel.h" diff --git a/Post/PViewFactory.h b/Post/PViewFactory.h index ea012f395fe8004590dc9ff5b12652452bd8005d..8b212d1dee4ead1d02d0b4fc81a7558b7601a6b8 100644 --- a/Post/PViewFactory.h +++ b/Post/PViewFactory.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PVIEW_FACTORY_H_ #define _PVIEW_FACTORY_H_ diff --git a/Post/PViewIO.cpp b/Post/PViewIO.cpp index aa1cae7deedfa9d1dc25ba22d92ca707ffbc9d7a..4e06612252667cf13b3a46e65243f9d0a8552bee 100644 --- a/Post/PViewIO.cpp +++ b/Post/PViewIO.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include "GmshMessage.h" diff --git a/Post/PViewOptions.cpp b/Post/PViewOptions.cpp index abb76bbacdd06e505aa9c7b99ccdb34420115632..c7ca4c5e2b1235b0476a8d7f037e40bf9dd80880 100644 --- a/Post/PViewOptions.cpp +++ b/Post/PViewOptions.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include "GmshConfig.h" diff --git a/Post/PViewOptions.h b/Post/PViewOptions.h index 8f300eb772c0b84b0edc85c82bf35c5c6d0df7db..9b3df5382f3ab881fcd64a8f86b428f4982d2863 100644 --- a/Post/PViewOptions.h +++ b/Post/PViewOptions.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _PVIEW_OPTIONS_H_ #define _PVIEW_OPTIONS_H_ diff --git a/Post/PViewVertexArrays.cpp b/Post/PViewVertexArrays.cpp index 757a1a6b86bbb10f042795e076d84f357bff7fcc..615b02aa40f8ed134970eee731054a824683c3ff 100644 --- a/Post/PViewVertexArrays.cpp +++ b/Post/PViewVertexArrays.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <algorithm> diff --git a/Post/PViewX3D.cpp b/Post/PViewX3D.cpp index 9c3eaf9074194b41f2ac9868fb6be5633163dda5..cc6076c5e78e9a57890cc96afdff4431fe21fc5a 100644 --- a/Post/PViewX3D.cpp +++ b/Post/PViewX3D.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // PViewX3D is a extension for Post-processing outputs : // creates a file in X3D format with the same features as diff --git a/Post/PViewX3D.h b/Post/PViewX3D.h index 1ca91681935e53a0d00a9188c6a8624cb2449e42..39b4cf83317d5bfc825a25ddc552ff66fd7e953d 100644 --- a/Post/PViewX3D.h +++ b/Post/PViewX3D.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // PViewX3D is a extension for Post-processing outputs : // creates a file in X3D format with the same features as diff --git a/Post/adaptiveData.cpp b/Post/adaptiveData.cpp index 669dd41f2995147183f9c71d083b01fb83dcda7c..0375e03fd0a1450d3f07169d77f85990a9f8a398 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <math.h> #include <list> diff --git a/Post/adaptiveData.h b/Post/adaptiveData.h index a35099ceba8b700cb3e051b196d5ac1cdc571ce9..42510fc28e911a1a929ca134561a5876fcf83c91 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ADAPTIVE_DATA_H_ #define _ADAPTIVE_DATA_H_ diff --git a/Post/shapeFunctions.cpp b/Post/shapeFunctions.cpp index f1c58827a1ab9fdab3cb1f00de8853d00658e1db..f91f50dee3bbb4244d6c4a42b8bff571fd3eceae 100644 --- a/Post/shapeFunctions.cpp +++ b/Post/shapeFunctions.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "shapeFunctions.h" diff --git a/Post/shapeFunctions.h b/Post/shapeFunctions.h index 01e92d74f709095f181d2ad89577e7d163181c09..468b22983eef894a310349a1e32391533623ac78 100644 --- a/Post/shapeFunctions.h +++ b/Post/shapeFunctions.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SHAPE_FUNCTIONS_H_ #define _SHAPE_FUNCTIONS_H_ diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt index 20df2a9a7989b19df05fa90fd7027e7278980097..7124bfce00bc6732d3426a616404a1d42ad56936 100644 --- a/Solver/CMakeLists.txt +++ b/Solver/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC linearSystem.cpp diff --git a/Solver/FuncGradDisc.h b/Solver/FuncGradDisc.h index f31bdbbbfb7ca86a1b3610ec75103f41b04ff7e9..05acced418889923f38f4dbd48396bd21f8630ee 100644 --- a/Solver/FuncGradDisc.h +++ b/Solver/FuncGradDisc.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Boris Sedji diff --git a/Solver/FuncHeaviside.h b/Solver/FuncHeaviside.h index 64a81b3430229485bc4d88f7df1cbe9d14c6422d..fd45c772e7b552a5a86d2c53f955bc81d57920ca 100644 --- a/Solver/FuncHeaviside.h +++ b/Solver/FuncHeaviside.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Boris Sedji diff --git a/Solver/SElement.cpp b/Solver/SElement.cpp index 9e3c4b6ac7a58d8127c13824662acedc2b7c7f9a..88f8079051e5c90e1719cd6f32faca4a1f82e3bb 100644 --- a/Solver/SElement.cpp +++ b/Solver/SElement.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "SElement.h" diff --git a/Solver/SElement.h b/Solver/SElement.h index 628effd4fd49422be32db0298a1f2273cd19cf34..3291cb5ee9b150041462ff485fb1638ad7710388 100644 --- a/Solver/SElement.h +++ b/Solver/SElement.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SELEMENT_H_ #define _SELEMENT_H_ diff --git a/Solver/STensor33.cpp b/Solver/STensor33.cpp index fbe9bc794afa95fe9f976e53b9dc74158c58eb18..3a8043c950f49baf94a259a53e2c6766267e118e 100644 --- a/Solver/STensor33.cpp +++ b/Solver/STensor33.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor33.h b/Solver/STensor33.h index be88affb6207d3bbf783257229bb9b58810ba201..742264ae6b63743d7f65fcf3feecc2dfe49a26eb 100644 --- a/Solver/STensor33.h +++ b/Solver/STensor33.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor43.cpp b/Solver/STensor43.cpp index 39737097c8596d3876683b3f21b7ff42e8769036..8a7dd24270f3fec025003626a5de054b21b4f844 100644 --- a/Solver/STensor43.cpp +++ b/Solver/STensor43.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor43.h b/Solver/STensor43.h index de3da24b71945d078ea0750528fed004e8fdd3f4..a9361d25041ed985eefa2ff66c5b103af96c51ce 100644 --- a/Solver/STensor43.h +++ b/Solver/STensor43.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor53.cpp b/Solver/STensor53.cpp index c1c618e16269bdb5025232e646f1ee7c6873ab6b..b4b4cf462772ac2515133075576366f392e1a5e9 100644 --- a/Solver/STensor53.cpp +++ b/Solver/STensor53.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "STensor53.h" diff --git a/Solver/STensor53.h b/Solver/STensor53.h index 1cb1d48f147f39ef8c2fbb917451c128793a7e71..8aa4dbb718c76694bcf417d7737a67cf36790733 100644 --- a/Solver/STensor53.h +++ b/Solver/STensor53.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef STENSOR53_H_ #define STENSOR53_H_ diff --git a/Solver/STensor63.cpp b/Solver/STensor63.cpp index 70552c9fb80a6d071a981b67c6b588b5b3a79d22..9d1e1f68e54635bff87d7897784676d1089b066f 100644 --- a/Solver/STensor63.cpp +++ b/Solver/STensor63.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "STensor63.h" diff --git a/Solver/STensor63.h b/Solver/STensor63.h index df24ae0c3d4b22e9b79eb83a9fec15b9c730a14a..2b12df1e760f2cb87c7815006ac31dc7a433492d 100644 --- a/Solver/STensor63.h +++ b/Solver/STensor63.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef STENSOR63_H_ #define STENSOR63_H_ diff --git a/Solver/convexCombinationTerm.h b/Solver/convexCombinationTerm.h index 637787a7d6e05b1ed7efca38dbc8ec9de942c798..4b6dfbe14d7c1370dd0f11f28d66a8e66182e6fd 100644 --- a/Solver/convexCombinationTerm.h +++ b/Solver/convexCombinationTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CONVEX_COMBINATION_TERM_H_ #define _CONVEX_COMBINATION_TERM_H_ diff --git a/Solver/crossConfTerm.h b/Solver/crossConfTerm.h index 7567bd6b9b26d0cca6e059f4956ad9d8e31e387e..f3a5cfeed85892a29fe7f64ca61e686c776ef06e 100644 --- a/Solver/crossConfTerm.h +++ b/Solver/crossConfTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _CROSS_CONF_TERM_H_ #define _CROSS_CONF_TERM_H_ diff --git a/Solver/diagBCTerm.h b/Solver/diagBCTerm.h index 2b7ca881b88a4e557970600d9a52f46d7154415f..224882cd5dbf45a8a6bd0ab3481892eda4c72c35 100644 --- a/Solver/diagBCTerm.h +++ b/Solver/diagBCTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DIAGBC_TERM_H_ #define _DIAGBC_TERM_H_ diff --git a/Solver/distanceTerm.h b/Solver/distanceTerm.h index 70952f594f57298036fe0f23acd934de8af5c185..a95a9cdec78d5a825224cf1a67338c6399299b6a 100644 --- a/Solver/distanceTerm.h +++ b/Solver/distanceTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DISTANCE_TERM_H_ #define _DISTANCE_TERM_H_ diff --git a/Solver/dofManager.cpp b/Solver/dofManager.cpp index 7b6ec54767542031956cb3b771a97e9a8fcf0119..5d14f9c80f5f5140e792abc8b47ee5f74730f972 100644 --- a/Solver/dofManager.cpp +++ b/Solver/dofManager.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" diff --git a/Solver/dofManager.h b/Solver/dofManager.h index 1592eff0ec7b78bf2424f8b81808a28b869a6d07..6af8761dfc8ab1104e348a21cb5d69205751556d 100644 --- a/Solver/dofManager.h +++ b/Solver/dofManager.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _DOF_MANAGER_H_ #define _DOF_MANAGER_H_ diff --git a/Solver/eigenSolver.cpp b/Solver/eigenSolver.cpp index 7a739c46c86ab5c1111b445ef9cf0334f12e3465..0739f70371c71badd506efcccc968b71c047af6a 100644 --- a/Solver/eigenSolver.cpp +++ b/Solver/eigenSolver.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "eigenSolver.h" #include "OS.h" diff --git a/Solver/eigenSolver.h b/Solver/eigenSolver.h index a278390948d651f4f55a488691a7ad23ae638c2f..9a74c79f2c4239fa87185589da114ad56342377b 100644 --- a/Solver/eigenSolver.h +++ b/Solver/eigenSolver.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _EIGEN_SOLVER_H_ #define _EIGEN_SOLVER_H_ diff --git a/Solver/elasticitySolver.cpp b/Solver/elasticitySolver.cpp index cca99d318c0fda21ae9afb4feedc28ecea873a0e..377b082796376e744d164771860c40ddc1b8c473 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include "GmshConfig.h" diff --git a/Solver/elasticitySolver.h b/Solver/elasticitySolver.h index 3a8410c2ef9a181db50e1255252422800004a202..225c2f1076f5434c773d966a2d3febe01f00ac12 100644 --- a/Solver/elasticitySolver.h +++ b/Solver/elasticitySolver.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ELASTICITY_SOLVER_H_ #define _ELASTICITY_SOLVER_H_ diff --git a/Solver/elasticityTerm.cpp b/Solver/elasticityTerm.cpp index 8ebca2324363bb581ac6352672f67c17c3301a14..53df2534d6a381988f0fa1e0ce201fedc6753c70 100644 --- a/Solver/elasticityTerm.cpp +++ b/Solver/elasticityTerm.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "elasticityTerm.h" #include "Numeric.h" diff --git a/Solver/elasticityTerm.h b/Solver/elasticityTerm.h index 01ad524a8b33115a72f4de3fcea378b8800f6aa7..917c2a5c7c432b8e8bf60a80cde54800b7bcc065 100644 --- a/Solver/elasticityTerm.h +++ b/Solver/elasticityTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ELASTICITY_TERM_H_ #define _ELASTICITY_TERM_H_ diff --git a/Solver/femTerm.h b/Solver/femTerm.h index cb3e8bd1b329e1e2b6409b6b1cd4123ff100d444..caa14a00b955382f2877d0fbb242be862085a4ad 100644 --- a/Solver/femTerm.h +++ b/Solver/femTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FEM_TERM_H_ #define _FEM_TERM_H_ diff --git a/Solver/filters.cpp b/Solver/filters.cpp index 75aae52070465ce7cfe966cdb7db6925a7a18be4..d3a6e74bfcedbabcf8ed6d07c3d1e17358fb7807 100644 --- a/Solver/filters.cpp +++ b/Solver/filters.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Boris Sedji diff --git a/Solver/filters.h b/Solver/filters.h index 00f72c0447285b958364807b37d9e186b5829d0b..83c3b53bea45db218e75fb0be95170d39a0f37ab 100644 --- a/Solver/filters.h +++ b/Solver/filters.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Boris Sedji diff --git a/Solver/frameSolver.h b/Solver/frameSolver.h index defea029eed45e1d6b8c4e5c3f0a12d93a1d03f4..ad4e3a2f157f2df44d6a2bc5f8ef026a74f430d4 100644 --- a/Solver/frameSolver.h +++ b/Solver/frameSolver.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FRAME_SOLVER_H_ #define _FRAME_SOLVER_H_ diff --git a/Solver/functionSpace.cpp b/Solver/functionSpace.cpp index cfc618983103b6b09f00c2650ee5be7e3089235d..1672b74d207cbddcbc176c8910c3dd24ebf10682 100644 --- a/Solver/functionSpace.cpp +++ b/Solver/functionSpace.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/functionSpace.h b/Solver/functionSpace.h index 12f11ae19d042413a7d31e8f19edd3dad60a6436..dd942caabc4848c98e4533dfc7656f006c47e7cc 100644 --- a/Solver/functionSpace.h +++ b/Solver/functionSpace.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _FUNCTION_SPACE_H_ #define _FUNCTION_SPACE_H_ diff --git a/Solver/groupOfElements.cpp b/Solver/groupOfElements.cpp index 3051e7cfead6005b94cedfd2aed2c53324547885..9739af0886cc91841f622db5d80176746967adcc 100644 --- a/Solver/groupOfElements.cpp +++ b/Solver/groupOfElements.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "groupOfElements.h" #include "GModel.h" diff --git a/Solver/groupOfElements.h b/Solver/groupOfElements.h index d0a9561a5ce41163d3a285fa394832681868c635..115f255b53b6dac6e8b166501a71e84123c66b6a 100644 --- a/Solver/groupOfElements.h +++ b/Solver/groupOfElements.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GROUPOFELEMENTS_H_ #define _GROUPOFELEMENTS_H_ diff --git a/Solver/helmholtzTerm.h b/Solver/helmholtzTerm.h index e9cdd0649c528748b87079084c6ab877e26d23a4..64f53c8ac1b80aa0c808187cb01c3c594bc4e85c 100644 --- a/Solver/helmholtzTerm.h +++ b/Solver/helmholtzTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _HELMHOLTZ_TERM_H_ #define _HELMHOLTZ_TERM_H_ diff --git a/Solver/laplaceTerm.h b/Solver/laplaceTerm.h index 99eed4ea9d8d6390065fc1afd9cb4b6d3c06de54..4de04054580930df8f6dad141779f10c29f79a2e 100644 --- a/Solver/laplaceTerm.h +++ b/Solver/laplaceTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LAPLACE_TERM_H_ #define _LAPLACE_TERM_H_ diff --git a/Solver/linearSystem.cpp b/Solver/linearSystem.cpp index 34b0301f398d4d3477d1a288ac284f9c0bb13600..2e8db6bec4360598e4cc3dea0649606e10222f16 100644 --- a/Solver/linearSystem.cpp +++ b/Solver/linearSystem.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "linearSystemFull.h" #include "linearSystemCSR.h" diff --git a/Solver/linearSystem.h b/Solver/linearSystem.h index e12129733d8ce16f63899c6f3a48e45f9faadf26..2d733b701c8e24689d41819e96732f7d5273a2b5 100644 --- a/Solver/linearSystem.h +++ b/Solver/linearSystem.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LINEAR_SYSTEM_H_ #define _LINEAR_SYSTEM_H_ diff --git a/Solver/linearSystemCSR.cpp b/Solver/linearSystemCSR.cpp index aeca90437cbf4a4516c22d5cff53e440fcc76250..3d46cc363da2714c48c9fc5a995f1adc1b3433ba 100644 --- a/Solver/linearSystemCSR.cpp +++ b/Solver/linearSystemCSR.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <stdio.h> diff --git a/Solver/linearSystemCSR.h b/Solver/linearSystemCSR.h index 56970be0da04f465fe88f2737883b8ff37fe7edc..b467ccfdf0e83e58b604f83c83b72d8c664bc1af 100644 --- a/Solver/linearSystemCSR.h +++ b/Solver/linearSystemCSR.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LINEAR_SYSTEM_CSR_H_ #define _LINEAR_SYSTEM_CSR_H_ diff --git a/Solver/linearSystemFull.h b/Solver/linearSystemFull.h index 406fad19426d05831aeb63050ed4a9698bf6cffb..7669af6d1f69406232fde6dc397c200869e86cfd 100644 --- a/Solver/linearSystemFull.h +++ b/Solver/linearSystemFull.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LINEAR_SYSTEM_FULL_H_ #define _LINEAR_SYSTEM_FULL_H_ diff --git a/Solver/linearSystemGMM.h b/Solver/linearSystemGMM.h index 038753980322f5c9e67aab631e6092e4b6ebf771..32cbc4505db3d7a366f3b18788ceb703e16cbbcb 100644 --- a/Solver/linearSystemGMM.h +++ b/Solver/linearSystemGMM.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LINEAR_SYSTEM_GMM_H_ #define _LINEAR_SYSTEM_GMM_H_ diff --git a/Solver/linearSystemMUMPS.cpp b/Solver/linearSystemMUMPS.cpp index 2a8dd13805dc105d8d6d7f015b3c49a313aa4fb9..bc8a1a4601df50dc549c1b60ff1402713b68c194 100644 --- a/Solver/linearSystemMUMPS.cpp +++ b/Solver/linearSystemMUMPS.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdio.h> #include <math.h> diff --git a/Solver/linearSystemMUMPS.h b/Solver/linearSystemMUMPS.h index 5f33d9299dbdf067a6ab5d661d3f29d6d63d60e1..e9047c58a78e0a6eeb206d34fe1c0fccdd719bba 100644 --- a/Solver/linearSystemMUMPS.h +++ b/Solver/linearSystemMUMPS.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LINEAR_SYSTEM_MUMPS_H_ #define _LINEAR_SYSTEM_MUMPS_H_ diff --git a/Solver/linearSystemPETSc.cpp b/Solver/linearSystemPETSc.cpp index d4ec4db43719df692ac62ba4fd5b68c900f2e4ee..a9891f2bf8fa0830d656253d1a157322c1569d8b 100644 --- a/Solver/linearSystemPETSc.cpp +++ b/Solver/linearSystemPETSc.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include "GmshConfig.h" #include <string.h> diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h index 3c638ef369adee87f1aab7642bfa28a483ef3508..f273958acb03a176f5674b3b243bca24da8485b5 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _LINEAR_SYSTEM_PETSC_H_ #define _LINEAR_SYSTEM_PETSC_H_ diff --git a/Solver/materialLaw.h b/Solver/materialLaw.h index 56c25564650d2b843f3f4cb3c09740446a881535..bcfd13917fd73f1a210c2496a4af8417db10c0f1 100644 --- a/Solver/materialLaw.h +++ b/Solver/materialLaw.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/orthogonalTerm.h b/Solver/orthogonalTerm.h index 30d5de5e0090763b5791cc4018fb596457f7587a..5f2982e4a387c6a500846b3987e3b56ef4dda4f6 100644 --- a/Solver/orthogonalTerm.h +++ b/Solver/orthogonalTerm.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ORTHOGONAL_TERM_H_ #define _ORTHOGONAL_TERM_H_ diff --git a/Solver/quadratureRules.h b/Solver/quadratureRules.h index 301c9c5c790994a7f574bdf02ddcb239b2b711fa..971e6bd5d43e4709d839c1c08680b399f4bd8e99 100644 --- a/Solver/quadratureRules.h +++ b/Solver/quadratureRules.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/solverAlgorithms.h b/Solver/solverAlgorithms.h index 1ba460c3daf9989f50e9f48830d26143530d1cd1..aaa6e4ad0fd074eca7a730bc5741bde7e13ec433 100644 --- a/Solver/solverAlgorithms.h +++ b/Solver/solverAlgorithms.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/solverField.h b/Solver/solverField.h index d99b4d6582734351d5bce5e8fb6d67ada7659aea..46e976804593886fa551e30b70e13c0837a409e5 100644 --- a/Solver/solverField.h +++ b/Solver/solverField.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/sparsityPattern.cpp b/Solver/sparsityPattern.cpp index b79e95e9a110178ea77eacec1e75b9f081419b6c..74734d731679c99b13711c2dff0ce4e5287b50c6 100644 --- a/Solver/sparsityPattern.cpp +++ b/Solver/sparsityPattern.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Jonathan Lambrechts diff --git a/Solver/sparsityPattern.h b/Solver/sparsityPattern.h index 7b6febe66e4dd8017d80167d666351fe58ee67e4..4b95a5d62209386eadb33a0a87b53f53fd82088c 100644 --- a/Solver/sparsityPattern.h +++ b/Solver/sparsityPattern.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _SPARSITY_PATTERN_H_ #define _SPARSITY_PATTERN_H_ diff --git a/Solver/terms.cpp b/Solver/terms.cpp index 9fb4f9fd8dc92d55a177a149410f9dbf98fef815..5b9147cba6326fa38fd924ea443da779674a0715 100644 --- a/Solver/terms.cpp +++ b/Solver/terms.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/terms.h b/Solver/terms.h index ff08ba6e47415ee1bbcf37702650cf5df3878a26..8fce0d7f6d24afb5e9ba1d099beeed0d14182a7b 100644 --- a/Solver/terms.h +++ b/Solver/terms.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/terms.hpp b/Solver/terms.hpp index 76ec34512825cc637a74a50a47212aaec0353db0..e09c081b105b7aba5c832f13b87b8b38874ab6a4 100644 --- a/Solver/terms.hpp +++ b/Solver/terms.hpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // Eric Bechet diff --git a/Solver/thermicSolver.cpp b/Solver/thermicSolver.cpp index 931f640bcbbea83ea7bdc60809e667685fb593cc..19e6011548ee8bfd4afd8e7344d204ba762f72d0 100644 --- a/Solver/thermicSolver.cpp +++ b/Solver/thermicSolver.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include "GmshConfig.h" diff --git a/Solver/thermicSolver.h b/Solver/thermicSolver.h index 0b111ae5a9d2656545bf389c82daa13162af4078..89c125ee700d2cf5e9ef79f434ff5752a0d8b241 100644 --- a/Solver/thermicSolver.h +++ b/Solver/thermicSolver.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _THERMIC_SOLVER_H_ #define _THERMIC_SOLVER_H_ diff --git a/api/GenApi.py b/api/GenApi.py index 3077fe29369e693f535529134069a7228c8e22b0..d892f5f85d0ba8d0cc19f3a12316a4c9d521757d 100644 --- a/api/GenApi.py +++ b/api/GenApi.py @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues # Contributor(s): # Jonathan Lambrechts @@ -541,7 +541,7 @@ class Module: cpp_header="""// {0} // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <{1}>. +// issues on {1} #ifndef _{2}_H_ #define _{2}_H_ @@ -594,7 +594,7 @@ c_header="""/* * {0} * * See the LICENSE.txt file for license information. Please report all - * bugs and problems to the public mailing list <{1}>. + * issues on {1} */ #ifndef _{2}C_H_ @@ -634,7 +634,7 @@ c_footer=""" c_cpp_header="""// {0} // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <{1}>. +// issues on {1} #include <string.h> #include <stdlib.h> @@ -678,7 +678,7 @@ void vectorvectorpair2intptrptr(const std::vector<{0}::vectorpair > &v, int ***p cwrap_header="""// {0} // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <{1}>. +// issues on {1} #ifndef _{2}_H_ #define _{2}_H_ @@ -762,7 +762,7 @@ cwrap_footer="""#endif python_header = """# {0} # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <{1}>. +# issues on {1} # This file defines the {2} Python API (v{3}). # @@ -901,7 +901,7 @@ def _iargcargv(o): julia_header = """# {0} # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <{1}>. +# issues on {1} # This file defines the {2} Julia API (v{3}). # @@ -915,13 +915,13 @@ class API: def __init__(self, version, namespace="gmsh", code="Gmsh", copyright="Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle", - email="gmsh@onelab.info"): + issues="https://gitlab.onelab.info/gmsh/gmsh/issues"): self.version = version global ns ns = namespace self.code = code self.copyright = copyright - self.email = email + self.issues = issues self.modules = [] def add_module(self, name, doc): @@ -946,7 +946,7 @@ class API: write_module(m, indent) f.write(indent[:-2] + "} // namespace " + module.name + "\n\n") with open(ns + ".h", "w") as f: - f.write(cpp_header.format(self.copyright, self.email, ns.upper(), + f.write(cpp_header.format(self.copyright, self.issues, ns.upper(), self.code, self.version, ns)) for m in self.modules: write_module(m, "") @@ -1026,14 +1026,14 @@ class API: with open(ns + "c.h", "w") as f: with open(ns + "c.cpp", "w") as fc: with open(ns + ".h_cwrap", "w") as fcwrap: - f.write(c_header.format(self.copyright, self.email, ns.upper(), + f.write(c_header.format(self.copyright, self.issues, ns.upper(), self.code, self.version, ns)) - fc.write(c_cpp_header.format(self.copyright, self.email, ns, + fc.write(c_cpp_header.format(self.copyright, self.issues, ns, ns.upper())) fc.write(cwrap_utils.format(ns)) fc.write(c_cpp_utils.format(ns)) fc.write("\n") - fcwrap.write(cwrap_header.format(self.copyright, self.email, + fcwrap.write(cwrap_header.format(self.copyright, self.issues, ns.upper(), self.code, self.version, ns)) fcwrap.write("namespace " + ns + " {\n") @@ -1104,7 +1104,7 @@ class API: f.write(indentm + '"""\n') write_module(f, module, modulepath, indentm) with open(ns + ".py", "w") as f: - f.write(python_header.format(self.copyright, self.email, self.code, self.version, + f.write(python_header.format(self.copyright, self.issues, self.code, self.version, ns.upper(), ns)) for module in self.modules: write_module(f, module, "", "") @@ -1178,7 +1178,7 @@ class API: write_module(f, module, c_mpath, jl_mpath, level + 1) f.write("\nend # end of module " + m.name + "\n") with open(ns + ".jl", "w") as f: - f.write(julia_header.format(self.copyright, self.email, self.code, + f.write(julia_header.format(self.copyright, self.issues, self.code, self.version,)) for module in self.modules: write_module(f, module, "", "", 1) diff --git a/api/gen.py b/api/gen.py index 3ae70763165a2767f8a109379fee4a197cd43f50..777b97863d6dac945a1ee1e9001396bb5d7f3778 100644 --- a/api/gen.py +++ b/api/gen.py @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues # This is the master definition file for the Gmsh API. # diff --git a/api/gmsh.h b/api/gmsh.h index 7c8e458fb6cf7f6a5b4f536ff431b4e664b686f8..fe254e0000f7de75831c04c411e21d80ce7bffa7 100644 --- a/api/gmsh.h +++ b/api/gmsh.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_H_ #define _GMSH_H_ diff --git a/api/gmsh.h_cwrap b/api/gmsh.h_cwrap index f88ec439792919d72ef183027fdaac3366f2d7a6..336d85ba8c99b215ae9d285eb31aeb6a902954b2 100644 --- a/api/gmsh.h_cwrap +++ b/api/gmsh.h_cwrap @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GMSH_H_ #define _GMSH_H_ diff --git a/api/gmsh.jl b/api/gmsh.jl index f7ce30890ee383b2d5ea782e107d2023d0432add..070ffe89bb78dfc0a3b30fdae1cd64826f0b0a63 100644 --- a/api/gmsh.jl +++ b/api/gmsh.jl @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues # This file defines the Gmsh Julia API (v4.0). # diff --git a/api/gmsh.py b/api/gmsh.py index 12e35a4a957ff4dd412d744ef7c83739f66d2759..96a3119d23e8edceb29e858aed6ded4ad676a3ff 100644 --- a/api/gmsh.py +++ b/api/gmsh.py @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues # This file defines the Gmsh Python API (v4.0). # diff --git a/api/gmshc.cpp b/api/gmshc.cpp index b22f6cc7b3595302241fb99cb75b56b1d37b67d1..8c7c1cace4127c3eaf2f2acecaaa5cbec897c0d7 100644 --- a/api/gmshc.cpp +++ b/api/gmshc.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string.h> #include <stdlib.h> diff --git a/api/gmshc.h b/api/gmshc.h index 7870e91d894ca184211163ac1eb308a2be75f62d..306514ee5936aab530b360cb1af4f48771224c1c 100644 --- a/api/gmshc.h +++ b/api/gmshc.h @@ -2,7 +2,7 @@ * Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle * * See the LICENSE.txt file for license information. Please report all - * bugs and problems to the public mailing list <gmsh@onelab.info>. + * issues on https://gitlab.onelab.info/gmsh/gmsh/issues */ #ifndef _GMSHC_H_ diff --git a/contrib/ANN/CMakeLists.txt b/contrib/ANN/CMakeLists.txt index a3fac304ad14d862ba280552fe5aa2e552b52030..140fe07c5efff516548fc3c7c8ef11573f4c6e5d 100644 --- a/contrib/ANN/CMakeLists.txt +++ b/contrib/ANN/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC src/ANN.cpp diff --git a/contrib/DiscreteIntegration/CMakeLists.txt b/contrib/DiscreteIntegration/CMakeLists.txt index 006657fe29fe00e6b18177d49909ef518f544074..243f6ec90c0db26230a70d1ed5885d5d073dc0dc 100644 --- a/contrib/DiscreteIntegration/CMakeLists.txt +++ b/contrib/DiscreteIntegration/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC Integration3D.cpp diff --git a/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver.h b/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver.h index 5f845c6eeb8e63178b2b745a29cac1de46bf9fe0..9ea5f29c5496c1107aec0c293a74048af4a98be9 100644 --- a/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver.h +++ b/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Amaury Johnen #ifndef _BOUNDARYLAYERCURVER_H_ diff --git a/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver2D.cpp b/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver2D.cpp index b82a669610a34508cb48695e6cdafd633a030b40..1c57064c0b81da789b6a72675093b3d73e626fa7 100644 --- a/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver2D.cpp +++ b/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver2D.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Amaury Johnen #include "BoundaryLayerCurver.h" diff --git a/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver3D.cpp b/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver3D.cpp index 18762273dcc58f70686a1c998d259ec0cfe9fb9f..45918c86d2fd38e923c86c300b68985ae85c8b65 100644 --- a/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver3D.cpp +++ b/contrib/HighOrderMeshOptimizer/BoundaryLayerCurver3D.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Amaury Johnen #include "BoundaryLayerCurver.h" diff --git a/contrib/HighOrderMeshOptimizer/CMakeLists.txt b/contrib/HighOrderMeshOptimizer/CMakeLists.txt index 8d6a2e29e63176991e982884e0cbd06270a5604e..c5e512ef0f14f7eb2b693eb2fa06a3f3a04b24a3 100644 --- a/contrib/HighOrderMeshOptimizer/CMakeLists.txt +++ b/contrib/HighOrderMeshOptimizer/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC OptHomMesh.cpp diff --git a/contrib/HighOrderMeshOptimizer/MetaEl.cpp b/contrib/HighOrderMeshOptimizer/MetaEl.cpp index fb776a8c69c6ccbe2f69d1ada2a66fcd39fe8c4a..66c7db79977b13903e90336f490a3f2bc09a5b31 100644 --- a/contrib/HighOrderMeshOptimizer/MetaEl.cpp +++ b/contrib/HighOrderMeshOptimizer/MetaEl.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributor: Thomas Toulorge #include <iostream> diff --git a/contrib/HighOrderMeshOptimizer/MetaEl.h b/contrib/HighOrderMeshOptimizer/MetaEl.h index b4ddd08fc4e1791ac3b36060a4be94625c9d9041..ef9d396fea969203f088249ea4000394e409a0a8 100644 --- a/contrib/HighOrderMeshOptimizer/MetaEl.h +++ b/contrib/HighOrderMeshOptimizer/MetaEl.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributor: Thomas Toulorge #ifndef _METAEL_H_ @@ -68,7 +65,7 @@ private: metaInfoType(int type, int order); }; static std::map<int, metaInfoType> _metaInfo; - + const metaInfoType &_mInfo; std::vector<MVertex*> _metaVert; MElement *_metaEl, *_metaEl0; diff --git a/contrib/HighOrderMeshOptimizer/OptHOM.cpp b/contrib/HighOrderMeshOptimizer/OptHOM.cpp index 0487530484b257b6262622a0773dc3b8bf2099da..ea03c4102c40f861efd345a58272099304da6b45 100644 --- a/contrib/HighOrderMeshOptimizer/OptHOM.cpp +++ b/contrib/HighOrderMeshOptimizer/OptHOM.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts static int NEVAL = 0; diff --git a/contrib/HighOrderMeshOptimizer/OptHOM.h b/contrib/HighOrderMeshOptimizer/OptHOM.h index f36b71ce3f38601206325efbd26e2002c6f336d8..83ffda8d7d6c543be8c3e707d22ca01246e63bac 100644 --- a/contrib/HighOrderMeshOptimizer/OptHOM.h +++ b/contrib/HighOrderMeshOptimizer/OptHOM.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _OPTHOM_H_ diff --git a/contrib/HighOrderMeshOptimizer/OptHomElastic.cpp b/contrib/HighOrderMeshOptimizer/OptHomElastic.cpp index 88c14d74fe6270f62391051169a4df84d227b37b..6618de0a64d4bc7a6795627508e5a56f9c23627b 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomElastic.cpp +++ b/contrib/HighOrderMeshOptimizer/OptHomElastic.cpp @@ -21,9 +21,6 @@ // WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. -// -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. #include "OptHomElastic.h" #include "GModel.h" diff --git a/contrib/HighOrderMeshOptimizer/OptHomElastic.h b/contrib/HighOrderMeshOptimizer/OptHomElastic.h index 58ef5a83f0fedccaec447f1bdd730d278aa68af1..6b886c52807279ee6299238203502496ca492065 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomElastic.h +++ b/contrib/HighOrderMeshOptimizer/OptHomElastic.h @@ -21,9 +21,6 @@ // WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. -// -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. #ifndef _OPT_HOM_ELASTIC_H_ #define _OPT_HOM_ELASTIC_H_ diff --git a/contrib/HighOrderMeshOptimizer/OptHomFastCurving.cpp b/contrib/HighOrderMeshOptimizer/OptHomFastCurving.cpp index dd7b0f370a1591ac9a21ca73b8dc7003c5dd20f4..0778d201edcc498677bf8f7b0303d2eb9287d278 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomFastCurving.cpp +++ b/contrib/HighOrderMeshOptimizer/OptHomFastCurving.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #include <cstdio> diff --git a/contrib/HighOrderMeshOptimizer/OptHomFastCurving.h b/contrib/HighOrderMeshOptimizer/OptHomFastCurving.h index 05a6065b8514f0153b74a326dbf08fbadbd906a0..1ff0ee3c8d4933b687cd25045f3d70ea2a4c7000 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomFastCurving.h +++ b/contrib/HighOrderMeshOptimizer/OptHomFastCurving.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _OPTHOMFASTCURVING_H_ diff --git a/contrib/HighOrderMeshOptimizer/OptHomMesh.cpp b/contrib/HighOrderMeshOptimizer/OptHomMesh.cpp index a818794bb004a7384754d346c1253aadfefb70d3..f4e50e18d7aa18b8c9149075602b9dde8c2769ef 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomMesh.cpp +++ b/contrib/HighOrderMeshOptimizer/OptHomMesh.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #include "GmshMessage.h" @@ -175,8 +172,8 @@ int Mesh::getFreeVertexStartIndex(MVertex* vert) if (itVert == _startPC4FV.end()) { // Msg::Fatal("OptHOM Error : cannot find free vertex %d class %d %d (%d free vertices)",vert->getNum(),vert->onWhat()->tag(),vert->onWhat()->dim(),_freeVert.size()); return -1; - } - return itVert->second; + } + return itVert->second; } @@ -259,7 +256,7 @@ void Mesh::elInSize(std::vector<double> &s) } void Mesh::getGEntityPositions(std::vector<SPoint3> &xyz, - std::vector<SPoint3> &uvw) + std::vector<SPoint3> &uvw) { xyz.resize(nVert()); uvw.resize(nFV()); diff --git a/contrib/HighOrderMeshOptimizer/OptHomMesh.h b/contrib/HighOrderMeshOptimizer/OptHomMesh.h index d4ff7e3ac5b34de835ded8032f1bc1ea09236d48..11dd240a714c997c5edeeb57d3801b62fc95dd06 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomMesh.h +++ b/contrib/HighOrderMeshOptimizer/OptHomMesh.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _OPT_HOM_MESH_H_ @@ -141,7 +138,7 @@ private: { return indJB3DBase(_nNodEl[iEl],l,i,j,m); } -public: +public: double approximationErr(int iEl, simpleFunction<double> &f) { return approximationError (f, _el[iEl]); diff --git a/contrib/HighOrderMeshOptimizer/OptHomPeriodicity.cpp b/contrib/HighOrderMeshOptimizer/OptHomPeriodicity.cpp index 30c06fb84e4d0f7be907d0b6d107c07fce35f240..b5f5a858736e44cf24fdb0b44ed110a7f51d8feb 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomPeriodicity.cpp +++ b/contrib/HighOrderMeshOptimizer/OptHomPeriodicity.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Amaury Johnen #include "OptHomPeriodicity.h" diff --git a/contrib/HighOrderMeshOptimizer/OptHomPeriodicity.h b/contrib/HighOrderMeshOptimizer/OptHomPeriodicity.h index 27fea9358d51c7c09477d139f8f82b00796f4e6a..2f8d39e31145232775184c5c5ebc8f0a8a5e306b 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomPeriodicity.h +++ b/contrib/HighOrderMeshOptimizer/OptHomPeriodicity.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Amaury Johnen #ifndef _OPTHOMPERIODICITY_H_ @@ -52,7 +49,7 @@ public: private: void _relocateMasterVertices(); void _copyBackMasterVertices(); - + static SPoint3 _transform(MVertex*, const std::vector<double>&); static std::vector<double> _inverse(const std::vector<double>&); }; diff --git a/contrib/HighOrderMeshOptimizer/OptHomRun.cpp b/contrib/HighOrderMeshOptimizer/OptHomRun.cpp index 1ac015404d95d717b86201a11489246c309784c6..65a0fe23e0737903d7d1964125eb425623a1ffc4 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomRun.cpp +++ b/contrib/HighOrderMeshOptimizer/OptHomRun.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #include <stdio.h> diff --git a/contrib/HighOrderMeshOptimizer/OptHomRun.h b/contrib/HighOrderMeshOptimizer/OptHomRun.h index 79608afe799c699ed23754dfcab25ec27e1c09e0..cf561da43a4741ee1aad0018b817677de658e4fe 100644 --- a/contrib/HighOrderMeshOptimizer/OptHomRun.h +++ b/contrib/HighOrderMeshOptimizer/OptHomRun.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _OPTHOMRUN_H_ diff --git a/contrib/HighOrderMeshOptimizer/ParamCoord.cpp b/contrib/HighOrderMeshOptimizer/ParamCoord.cpp index 579dccd4c1dd9c253a4067be335f3a405a3183ba..9aa065ea1b5690200a3ba81b7a85235ae82b16aa 100644 --- a/contrib/HighOrderMeshOptimizer/ParamCoord.cpp +++ b/contrib/HighOrderMeshOptimizer/ParamCoord.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributor(s): Thomas Toulorge, Jonathan Lambrechts #include <iostream> diff --git a/contrib/HighOrderMeshOptimizer/ParamCoord.h b/contrib/HighOrderMeshOptimizer/ParamCoord.h index e8a6cd84f7e3705d1cc3476b312f6b9cd70a742e..ce9b2a6b29450ee5bcb2264fb9d789ea90022cbf 100644 --- a/contrib/HighOrderMeshOptimizer/ParamCoord.h +++ b/contrib/HighOrderMeshOptimizer/ParamCoord.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _PARAMCOORD_H_ diff --git a/contrib/MathEx/CMakeLists.txt b/contrib/MathEx/CMakeLists.txt index ae758d26b94761e3e29849010b68208eff057899..d7378d0411e44709a657a86176cf6cf93573daa2 100644 --- a/contrib/MathEx/CMakeLists.txt +++ b/contrib/MathEx/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC mathex.cpp diff --git a/contrib/MeshOptimizer/CMakeLists.txt b/contrib/MeshOptimizer/CMakeLists.txt index c2e78a333bbf5549e1d2e863b76725fae97e9871..2398584a60ea00ead6346b8e38cb99ed333ab3ba 100644 --- a/contrib/MeshOptimizer/CMakeLists.txt +++ b/contrib/MeshOptimizer/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC MeshOpt.cpp diff --git a/contrib/MeshOptimizer/MeshOpt.cpp b/contrib/MeshOptimizer/MeshOpt.cpp index c7c8d3e3620362b29d0cbc0c448e9a5ade241537..6db2886dcabbc69beac480e16677462bc0056e71 100644 --- a/contrib/MeshOptimizer/MeshOpt.cpp +++ b/contrib/MeshOptimizer/MeshOpt.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #include <iostream> diff --git a/contrib/MeshOptimizer/MeshOpt.h b/contrib/MeshOptimizer/MeshOpt.h index bc1ee228cb14e5e0258463ecdbe1c3a45096eddd..a7770e1a6c4f0785338f0d700378c2905c86a300 100644 --- a/contrib/MeshOptimizer/MeshOpt.h +++ b/contrib/MeshOptimizer/MeshOpt.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _MESHOPT_H_ diff --git a/contrib/MeshOptimizer/MeshOptCommon.cpp b/contrib/MeshOptimizer/MeshOptCommon.cpp index 5a9f787905a1f32b22cc968a513a9e5e7b3996fe..c449b5f32c675dbbd28eb364ed317f9c2acb8b28 100644 --- a/contrib/MeshOptimizer/MeshOptCommon.cpp +++ b/contrib/MeshOptimizer/MeshOptCommon.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #include <iostream> @@ -164,13 +161,13 @@ void mvprintList(int row, int maxSize, std::list<char*> listStr, int colorScheme for (std::list<char*>::iterator it=listStr.begin(); it != listStr.end(); it++){ if (i >= abs(maxSize)) break; if (colorScheme==1){ - if (*it == listStr.back()) + if (*it == listStr.back()) attron(COLOR_PAIR(2)); else attron(COLOR_PAIR(1)); } if (colorScheme==2){ - if (i%2==0) + if (i%2==0) attron(COLOR_PAIR(1)); } mvprintLeft(row + maxSize/abs(maxSize)*i, *it); @@ -181,7 +178,7 @@ void mvprintList(int row, int maxSize, std::list<char*> listStr, int colorScheme attroff(COLOR_PAIR(1)); } if (colorScheme==2){ - if (i%2==0) + if (i%2==0) attroff(COLOR_PAIR(1)); } i++; diff --git a/contrib/MeshOptimizer/MeshOptCommon.h b/contrib/MeshOptimizer/MeshOptCommon.h index 6a4763a495015ab6288b6fa11c2a01cb19e72404..6e09cc88b757a2ce60d4f09698ba2f346dd3de37 100644 --- a/contrib/MeshOptimizer/MeshOptCommon.h +++ b/contrib/MeshOptimizer/MeshOptCommon.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _MESHOPTCOMMON_H_ diff --git a/contrib/MeshOptimizer/MeshOptPatch.cpp b/contrib/MeshOptimizer/MeshOptPatch.cpp index 47d6df65c2a9be464a93e76b8dcc83c750514751..6847cefa3edd43033ecd77b301ddbb73ae1c6484 100644 --- a/contrib/MeshOptimizer/MeshOptPatch.cpp +++ b/contrib/MeshOptimizer/MeshOptPatch.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #include "GmshMessage.h" diff --git a/contrib/MeshOptimizer/MeshOptPatch.h b/contrib/MeshOptimizer/MeshOptPatch.h index 5c482de325e2fdef748e34ccd698e12c63f8acd9..2cb0339734491b8ef1930ef791017e87ddf9cf70 100644 --- a/contrib/MeshOptimizer/MeshOptPatch.h +++ b/contrib/MeshOptimizer/MeshOptPatch.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _MESHOPTPATCH_H_ diff --git a/contrib/MeshOptimizer/MeshOptVertexCoord.cpp b/contrib/MeshOptimizer/MeshOptVertexCoord.cpp index a4bf6853ac84f77f74a129f8e5a92c9cde4ffbe5..d5d0d79ebca180cf0df8aded92db9729162db058 100644 --- a/contrib/MeshOptimizer/MeshOptVertexCoord.cpp +++ b/contrib/MeshOptimizer/MeshOptVertexCoord.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributor(s): Thomas Toulorge, Jonathan Lambrechts #include <iostream> diff --git a/contrib/MeshOptimizer/MeshOptVertexCoord.h b/contrib/MeshOptimizer/MeshOptVertexCoord.h index 5094f220f19daf524de50e54b858efe92452644b..2b2ba0377d0564fc2f1e86de0f61a01fef77051a 100644 --- a/contrib/MeshOptimizer/MeshOptVertexCoord.h +++ b/contrib/MeshOptimizer/MeshOptVertexCoord.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _VERTEXCOORD_H_ diff --git a/contrib/MeshOptimizer/MeshOptimizer.cpp b/contrib/MeshOptimizer/MeshOptimizer.cpp index 85c78782cd8357b32b67dc7bc823aa305db49c57..32959605dfc6b428b048f08bb352c43957ba0183 100644 --- a/contrib/MeshOptimizer/MeshOptimizer.cpp +++ b/contrib/MeshOptimizer/MeshOptimizer.cpp @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #include <stdio.h> diff --git a/contrib/MeshOptimizer/MeshOptimizer.h b/contrib/MeshOptimizer/MeshOptimizer.h index cf0fb828ebbffeecce8e06d355312ebaad5febd9..a03fba96442fcf27be96af5ea6b846b2bd22ae6e 100644 --- a/contrib/MeshOptimizer/MeshOptimizer.h +++ b/contrib/MeshOptimizer/MeshOptimizer.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _MESHOPTIMIZER_H_ diff --git a/contrib/MeshQualityOptimizer/CMakeLists.txt b/contrib/MeshQualityOptimizer/CMakeLists.txt index 1fa1457f1b78d99c2a6220db4e3fbbdc42da0d70..7e78abba3723af288f32772d33f9648effcb2fa4 100644 --- a/contrib/MeshQualityOptimizer/CMakeLists.txt +++ b/contrib/MeshQualityOptimizer/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC MeshQualityOptimizer.cpp diff --git a/contrib/MeshQualityOptimizer/MeshQualityOptimizer.h b/contrib/MeshQualityOptimizer/MeshQualityOptimizer.h index 9bcd04df029589d84e6284c5303705500bbfdcd5..62a6c1902fe1cda79e91dfd21ef02ff782dfe0ec 100644 --- a/contrib/MeshQualityOptimizer/MeshQualityOptimizer.h +++ b/contrib/MeshQualityOptimizer/MeshQualityOptimizer.h @@ -22,9 +22,6 @@ // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. // -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. -// // Contributors: Thomas Toulorge, Jonathan Lambrechts #ifndef _MESHQUALITYOPTIMIZER_H_ diff --git a/contrib/Netgen/CMakeLists.txt b/contrib/Netgen/CMakeLists.txt index 361f3e6e813daa7fdab34767aa6192acf34b6d0e..937750d257160f143f5e559415b4b35d04692e34 100644 --- a/contrib/Netgen/CMakeLists.txt +++ b/contrib/Netgen/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(gen libsrc/general) set(lin libsrc/linalg) diff --git a/contrib/bamg/CMakeLists.txt b/contrib/bamg/CMakeLists.txt index 3c28fff2cff6146fb048872b649dd53a62486aa3..c0587e76a26765b11e6702429ee313b045336f63 100644 --- a/contrib/bamg/CMakeLists.txt +++ b/contrib/bamg/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC Mesh2d.cpp diff --git a/contrib/blossom/CMakeLists.txt b/contrib/blossom/CMakeLists.txt index 79fe6259550a5a4bc4fd26c4758884d1ee95f42b..0c28ba5c4caf769e9fd19ace34bc3d3f52090927 100644 --- a/contrib/blossom/CMakeLists.txt +++ b/contrib/blossom/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC # concorde97/BIGGUY/bg_test.c diff --git a/contrib/hxt/CMakeLists.txt b/contrib/hxt/CMakeLists.txt index 81ea2b9f68ecc11ed40bc21f933be3fe01b0f28f..b7fc7e4ad5c14acedc0639c8dea141d5531ff249 100644 --- a/contrib/hxt/CMakeLists.txt +++ b/contrib/hxt/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2017 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC hxt_bbox.c @@ -33,7 +33,7 @@ set(SRC hxt_tetDelaunay.c hxt_vertices.c hxt_parametrization.c - hxt_mean_values.c + hxt_mean_values.c hxt_boundary_recovery.cxx ) diff --git a/contrib/kbipack/CMakeLists.txt b/contrib/kbipack/CMakeLists.txt index 6733d0745f9e0edc94180411631c8d07d2351987..587cf2a9a40926ee034c2fbd6d1f1532baeb445f 100644 --- a/contrib/kbipack/CMakeLists.txt +++ b/contrib/kbipack/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC gmp_normal_form.cpp diff --git a/contrib/metis/CMakeLists.txt b/contrib/metis/CMakeLists.txt index a56645424356d9f42c3ac405d28a98504320f672..a73008af38db50cfa87a26a7ac2c2c7fb2cf7df8 100755 --- a/contrib/metis/CMakeLists.txt +++ b/contrib/metis/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC GKlib/b64.c diff --git a/contrib/mmg3d/CMakeLists.txt b/contrib/mmg3d/CMakeLists.txt index e649a5e76730e50741d4d80181496c5fb634bce9..2f558f6bc23bae6c08194f3a98c3c2ccde0e1f82 100644 --- a/contrib/mmg3d/CMakeLists.txt +++ b/contrib/mmg3d/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC ./build/sources/mmg3d.c diff --git a/contrib/mpeg_encode/CMakeLists.txt b/contrib/mpeg_encode/CMakeLists.txt index e69dd565fdf09d6a3a17ffc1ee480d17df4e4d19..f8ca12667e1c49485c7bb23e6ee3ea9a613574e7 100644 --- a/contrib/mpeg_encode/CMakeLists.txt +++ b/contrib/mpeg_encode/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC bframe.cpp diff --git a/contrib/onelab/CMakeLists.txt b/contrib/onelab/CMakeLists.txt index 582445a48e8748c94d61978158e591f39a008df3..20c03fa7aab08251e7ec7deaeed655b982fb5472 100644 --- a/contrib/onelab/CMakeLists.txt +++ b/contrib/onelab/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC OnelabClients.cpp diff --git a/contrib/onelab/OnelabClients.h b/contrib/onelab/OnelabClients.h index ed96596b689740febe55eb5f3bc64c6f64a82fce..56762c92d9cc1604968d72c7840c2a8b4713ee0a 100644 --- a/contrib/onelab/OnelabClients.h +++ b/contrib/onelab/OnelabClients.h @@ -1,7 +1,7 @@ // ONELAB - Copyright (C) 2010-2012 C. Geuzaine, F. Henrotte // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ONELAB_CLIENTS_H_ #define _ONELAB_CLIENTS_H_ diff --git a/contrib/onelab/OnelabMessage.cpp b/contrib/onelab/OnelabMessage.cpp index 3f4672a9c12fd6955c4fc7bf92443a518a53ec9a..8e1dd6c4cd60a726e3c863d0a3d10e66cf8c0516 100644 --- a/contrib/onelab/OnelabMessage.cpp +++ b/contrib/onelab/OnelabMessage.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include <stdio.h> diff --git a/contrib/onelab/OnelabMessage.h b/contrib/onelab/OnelabMessage.h index 2a56043ac09dfa11f46558be0f22940963c57b0c..e07392c3eb8d244b8da4dc24979d0208d02a18da 100644 --- a/contrib/onelab/OnelabMessage.h +++ b/contrib/onelab/OnelabMessage.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2012 C. Geuzaine, F. Henrotte // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _ONELAB_MESSAGE_H_ #define _ONELAB_MESSAGE_H_ diff --git a/contrib/onelab/README.txt b/contrib/onelab/README.txt index 78796773ad428cf70d0d10806f525d6279f8218d..387677d89eaaed94e1f70360a6b669f22d5fc126 100644 --- a/contrib/onelab/README.txt +++ b/contrib/onelab/README.txt @@ -1,23 +1,21 @@ -// ONELAB - Copyright (C) 2014-2015 ULg-UCL +// ONELAB - Copyright (C) 2011-2018 Universite de Liege - Universite catholique +// de Louvain // -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, copy, -// modify, merge, publish, distribute, and/or sell copies of the -// Software, and to permit persons to whom the Software is furnished -// to do so, provided that the above copyright notice(s) and this -// permission notice appear in all copies of the Software and that -// both the above copyright notice(s) and this permission notice -// appear in supporting documentation. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, and/or sell copies of the +// Software, and to permit persons to whom the Software is furnished to do so, +// provided that the above copyright notice(s) and this permission notice appear +// in all copies of the Software and that both the above copyright notice(s) and +// this permission notice appear in supporting documentation. // -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE -// COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR -// ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY -// DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -// WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -// ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE -// OF THIS SOFTWARE. +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY +// RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +// NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +// DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR +// PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +// ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +// SOFTWARE. diff --git a/contrib/onelab/metamodel.h b/contrib/onelab/metamodel.h index ec3b97a0695d9f3deaf16d4f779a21f6f29c7759..ec53122e5500b017f4320c1533c6ec7c5cb4fa1c 100644 --- a/contrib/onelab/metamodel.h +++ b/contrib/onelab/metamodel.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2012 C. Geuzaine, F. Henrotte // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <string> diff --git a/contrib/onelab/myOS.cpp b/contrib/onelab/myOS.cpp index 6364df91afa8a5822792acc4c0b02e11ac77de0e..55181ce0c227d8c7426e42993c4578402795c0c5 100644 --- a/contrib/onelab/myOS.cpp +++ b/contrib/onelab/myOS.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // This file contains a bunch of functions that depend on OS-dependent // features and/or system calls diff --git a/contrib/onelab/myOS.h b/contrib/onelab/myOS.h index 5cafd01960b7c14c738a3cbbe54c21cf695d6780..96f14a0f7c2869f6e43151b7b18f573cdfffd385 100644 --- a/contrib/onelab/myOS.h +++ b/contrib/onelab/myOS.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _OS_H_ #define _OS_H_ diff --git a/contrib/onelab/python/onelab.py b/contrib/onelab/python/onelab.py index a20584cb88c5e7055dd7105012f284ff3f277860..0fe5db06e5f013a278bedfc9d07a05d0853dc799 100755 --- a/contrib/onelab/python/onelab.py +++ b/contrib/onelab/python/onelab.py @@ -1,30 +1,25 @@ """ -OneLab - Copyright (C) 2011-2016 ULg-UCL - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, copy, -modify, merge, publish, distribute, and/or sell copies of the -Software, and to permit persons to whom the Software is furnished -to do so, provided that the above copyright notice(s) and this -permission notice appear in all copies of the Software and that -both the above copyright notice(s) and this permission notice -appear in supporting documentation. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE -COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR -ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY -DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE -OF THIS SOFTWARE. - -Please report all bugs and problems to the public mailing list -<gmsh@onelab.info>. +ONELAB - Copyright (C) 2011-2018 Universite de Liege - Universite catholique +de Louvain + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, and/or sell copies of the +Software, and to permit persons to whom the Software is furnished to do so, +provided that the above copyright notice(s) and this permission notice appear in +all copies of the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT +SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY +CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + """ #!/usr/bin/env python diff --git a/contrib/zipper/CMakeLists.txt b/contrib/zipper/CMakeLists.txt index 5993434166c6f79c6c119e86fe164118bc46a7fe..939d32ec416ef787d40ef28eb32ec10b2b0bef99 100644 --- a/contrib/zipper/CMakeLists.txt +++ b/contrib/zipper/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SRC zip.c diff --git a/doc/gmsh.html b/doc/gmsh.html index 3bf37067ba7f326ddd4549b406d4b42eec3a9659..66e715163718423d02e2064b98d79de458ec4e28 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -199,21 +199,19 @@ algorithms</a>. <li>Mailing lists: <ul> <li><a href="http://onelab.info/mailman/listinfo/gmsh/">gmsh</a> - (archived <a href="http://onelab.info/pipermail/gmsh/">here</a>) is the public - mailing list for Gmsh discussions, and is the best place to - ask questions (and get answers!) + (archived <a href="http://onelab.info/pipermail/gmsh/">here</a>) is the + public mailing list for Gmsh discussions <li><a href="http://onelab.info/mailman/listinfo/gmsh-announce/">gmsh-announce</a> (archived - <a href="http://onelab.info/pipermail/gmsh-announce/">here</a>) is a moderated - ("read-only") list for announcements about new releases and + <a href="http://onelab.info/pipermail/gmsh-announce/">here</a>) is a + moderated ("read-only") list for announcements about new releases and other Gmsh news </ul> </ul> <p> -Please use the public mailing list <a HREF="mailto:gmsh@onelab.info">gmsh@onelab.info</a> -to send questions or ask for help. If you think you have found a bug in the -program, you can file a report directly -<a href="https://gitlab.onelab.info/gmsh/gmsh/issues">here</a>. +Please report all issues +on <a href="https://gitlab.onelab.info/gmsh/gmsh/issues" +><code>https://gitlab.onelab.info/gmsh/gmsh/issues</code></a>. </p> <form method="get" action="http://onelab.info/search/search.cgi"> @@ -248,8 +246,9 @@ questions</a>). For example, you cannot integrate this version of Gmsh (in full or in parts) in any <em>closed-source</em> software you plan to distribute (commercially or not). If you want to integrate parts of Gmsh into a closed-source software, or want to sell a modified closed-source version of -Gmsh, you will need to obtain a different license. Please <a href="http://geuz.org">contact us -directly</a> for more information. +Gmsh, you will need to obtain a different +license. Please <a href="http://geuz.org">contact us directly</a> for more +information. </p> <h2><a name="Screenshots"></a>Screenshots</h2> diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 3d8467976d565079c4889d41a45093c97e6b423d..385df2d53b671ffa0aa36e39d19f7c4bc1e87750 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -2,7 +2,7 @@ @c Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle @c @c See the LICENSE.txt file for license information. Please report all -@c bugs and problems to the public mailing list <gmsh@onelab.info>. +@c issues on https://gitlab.onelab.info/gmsh/gmsh/issues @c @c ========================================================================= @c @@ -449,14 +449,12 @@ developers}) to remedy the aforementioned (and all other) shortcomings! @cindex Authors, e-mail @cindex E-mail, authors -If you think you have found a bug in Gmsh, you can report it by email to -the public Gmsh mailing list at @email{gmsh@@onelab.info}, or file it -directly into the @url{https://gitlab.onelab.info/gmsh/gmsh/issues,bug -tracking database}. Please send as precise a description of the problem -as you can, including sample input files that produce the bug. Don't -forget to mention both the version of Gmsh and the version of your -operation system (@pxref{Command-line options} to see how to get this -information). +If you think you have found a bug in Gmsh, please file an issue on +@url{https://gitlab.onelab.info/gmsh/gmsh/issues}. Please provided as +precise a description of the problem as you can, including sample input +files that produce the bug. Don't forget to mention both the version of +Gmsh and the version of your operation system (@pxref{Command-line +options} to see how to get this information). See @ref{Frequently asked questions}, and the @url{https://gitlab.onelab.info/gmsh/gmsh/issues,bug tracking system} to diff --git a/utils/converters/autocad/dxf2geo.cpp b/utils/converters/autocad/dxf2geo.cpp index 93b7d90fa2a335e45d20121ad464764a80b616ac..1f59f5139987cb21e14d3512f2f5b5bbf4417c5f 100644 --- a/utils/converters/autocad/dxf2geo.cpp +++ b/utils/converters/autocad/dxf2geo.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues // // Contributor(s): // David Colignon diff --git a/utils/misc/gmsh_app.plist b/utils/misc/gmsh_app.plist index 8dbda3bff725b69c49d54cd6938f52b4ee45d3fe..52b961d922f8fcb2db407366ffa4815be86f8f3a 100644 --- a/utils/misc/gmsh_app.plist +++ b/utils/misc/gmsh_app.plist @@ -9,7 +9,7 @@ <key>CFBundleShortVersionString</key><string>GMSH_VERSION</string> <key>CFBundleIconFile</key><string>Gmsh.icns</string> <key>CFBundleSignature</key><string>GMSH</string> - <key>CFBundleGetInfoString</key><string>Gmsh GMSH_VERSION, Copyright 1997-2017 C. Geuzaine and J.-F. Remacle</string> + <key>CFBundleGetInfoString</key><string>Gmsh GMSH_VERSION, Copyright (C) 1997-2018 C. Geuzaine and J.-F. Remacle</string> <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string> <key>NSHighResolutionCapable</key><true/> <key>CFBundleDocumentTypes</key> diff --git a/utils/misc/gmsh_dev.plist b/utils/misc/gmsh_dev.plist index 6f9ba6d019fb1d0aa1dd17f1995fb50560150d4c..8d0d35a8973ec10203d82e851ef3bd30d20e6531 100644 --- a/utils/misc/gmsh_dev.plist +++ b/utils/misc/gmsh_dev.plist @@ -8,7 +8,7 @@ <key>CFBundleVersion</key><string></string> <key>CFBundleShortVersionString</key><string>dev</string> <key>CFBundleSignature</key><string>GMSH</string> - <key>CFBundleGetInfoString</key><string>Gmsh, Copyright 1997-2017 C. Geuzaine and J.-F. Remacle</string> + <key>CFBundleGetInfoString</key><string>Gmsh, Copyright (C) 1997-2018 C. Geuzaine and J.-F. Remacle</string> <key>CFBundleIdentifier</key><string></string> <key>NSHighResolutionCapable</key><true/> </dict> diff --git a/utils/misc/update_copyright.sh b/utils/misc/update_copyright.sh index 191cca2f09f04d58f9627880445668be7b046af6..51e575f074142c8cbdf7e62b342f3120910c5ebc 100755 --- a/utils/misc/update_copyright.sh +++ b/utils/misc/update_copyright.sh @@ -1,13 +1,10 @@ #!/bin/sh - -files=`git grep -l '(C) 1997-2017 C. Geuzaine'` - -# FIXME for 2019: change "send email to gmsh@onelab.info" into -# create an issue on https://gitlab.onelab.info/gmsh/gmsh/issues +files=`git grep -l '(C) 1997-2018 C. Geuzaine'` for file in $files; do echo "modifying $file" - sed -i '' -e "s/(C) 1997-2017 C\. Geuzaine/(C) 1997-2018 C\. Geuzaine/g" $file + sed -i '' -e "s/(C) 1997-2018 C\. Geuzaine/(C) 1997-2019 C\. Geuzaine/g" $file done # Need to manually change: diff --git a/utils/qt/GLWidget.cpp b/utils/qt/GLWidget.cpp index ac3a85275c4386c2c98ea5f5ac4255f0c86e52a0..865cc8b0d8745e50e52831498afe396b9e78fe51 100644 --- a/utils/qt/GLWidget.cpp +++ b/utils/qt/GLWidget.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <QtGui> #include <QtOpenGL> diff --git a/utils/qt/GLWidget.h b/utils/qt/GLWidget.h index 475f23f33b349c640775ae013ddbd14cd4a4811f..6c46a1ad18b725e8685cf14212b83cd90ee9eb82 100644 --- a/utils/qt/GLWidget.h +++ b/utils/qt/GLWidget.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GLWIDGET_H_ #define _GLWIDGET_H_ diff --git a/utils/qt/Main.cpp b/utils/qt/Main.cpp index b68588c35eca3c7d8979e9e7d001889f706b4fe1..a58def3bbfb1a19a1b030de54788fce9884c5fab 100644 --- a/utils/qt/Main.cpp +++ b/utils/qt/Main.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <stdlib.h> #include "GmshGlobal.h" diff --git a/utils/qt/QGui.cpp b/utils/qt/QGui.cpp index e6716f50c817e9de001aa96afb387f96ee53b2df..2c081014750c394fac9b913ed7426b6fecf12dc4 100644 --- a/utils/qt/QGui.cpp +++ b/utils/qt/QGui.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <QtGui> #include <QWidget> diff --git a/utils/qt/QGui.h b/utils/qt/QGui.h index f8a46091d9ae6b7ab31df34aa2e04a2723221135..2657836f3e7e12692b7a624c0465f6bd51a6bee3 100644 --- a/utils/qt/QGui.h +++ b/utils/qt/QGui.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _Q_GUI_H_ #define _Q_GUI_H_ diff --git a/utils/qt/graphicWindow.cpp b/utils/qt/graphicWindow.cpp index 0875ec3dcbb998125b2675956a810aa4ef46a698..941eab7ad213c0e4bdb5b2d28adf0791bde7301f 100644 --- a/utils/qt/graphicWindow.cpp +++ b/utils/qt/graphicWindow.cpp @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #include <QtGui> #include "GLWidget.h" diff --git a/utils/qt/graphicWindow.h b/utils/qt/graphicWindow.h index 14d6765a43989772d475042e30f5e153cf8aa675..c9914fc837cf51fc7c4a1a0d394b73698f7f48a1 100644 --- a/utils/qt/graphicWindow.h +++ b/utils/qt/graphicWindow.h @@ -1,7 +1,7 @@ // Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// bugs and problems to the public mailing list <gmsh@onelab.info>. +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues #ifndef _GRAPHIC_WINDOW_H_ #define _GRAPHIC_WINDOW_H_ diff --git a/utils/solvers/c++/GmshSocket.h b/utils/solvers/c++/GmshSocket.h index 4f6129ff8ceac515033b6df462ddb48665a4b8e2..78d356fbf2095a0dfde2cd684cf316f9ca611bb8 100644 --- a/utils/solvers/c++/GmshSocket.h +++ b/utils/solvers/c++/GmshSocket.h @@ -21,9 +21,6 @@ // WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS // ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE // OF THIS SOFTWARE. -// -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. #ifndef _GMSH_SOCKET_H_ #define _GMSH_SOCKET_H_ diff --git a/utils/solvers/c++/onelab.h b/utils/solvers/c++/onelab.h index 201f588f4a8553e02a25f474f1a3d2015f54af51..dd16ef00c9b294e823db1b26874f3e938182daba 100644 --- a/utils/solvers/c++/onelab.h +++ b/utils/solvers/c++/onelab.h @@ -1,29 +1,24 @@ -// ONELAB - Copyright (C) 2011-2016 ULg-UCL +// ONELAB - Copyright (C) 2011-2018 Universite de Liege - Universite catholique +// de Louvain // -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, copy, -// modify, merge, publish, distribute, and/or sell copies of the -// Software, and to permit persons to whom the Software is furnished -// to do so, provided that the above copyright notice(s) and this -// permission notice appear in all copies of the Software and that -// both the above copyright notice(s) and this permission notice -// appear in supporting documentation. +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, and/or sell copies of the +// Software, and to permit persons to whom the Software is furnished to do so, +// provided that the above copyright notice(s) and this permission notice appear +// in all copies of the Software and that both the above copyright notice(s) and +// this permission notice appear in supporting documentation. // -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE -// COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR -// ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY -// DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -// WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS -// ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE -// OF THIS SOFTWARE. -// -// Please report all bugs and problems to the public mailing list -// <gmsh@onelab.info>. +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY +// RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +// NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +// DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR +// PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +// ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +// SOFTWARE. #ifndef _ONELAB_H_ #define _ONELAB_H_ diff --git a/wrappers/gmshpy/CMakeLists.txt b/wrappers/gmshpy/CMakeLists.txt index 498f521e6ed40ed41d77e475b8ffa1809f3d1d70..f3a887284b2951fccc6d313fc07c2b8ea0273d5a 100644 --- a/wrappers/gmshpy/CMakeLists.txt +++ b/wrappers/gmshpy/CMakeLists.txt @@ -1,7 +1,7 @@ # Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# bugs and problems to the public mailing list <gmsh@onelab.info>. +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues set(SWIG_MODULES gmshCommon