diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dda25eab22e08772fbd9ffd15db0a2e287e96687..3a6824bc5e0b031ca2b202f969fbaa8bcc4abfb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. variables: EXTRA_OPTION: "" diff --git a/CMakeLists.txt b/CMakeLists.txt index 16a688244b2a152463a1101dc5ea83e82aa152c1..08c901a4adf01e5306845514e943ab9a60d95a70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. cmake_minimum_required(VERSION 2.8 FATAL_ERROR) diff --git a/CREDITS.txt b/CREDITS.txt index 3a71fac195825eac19e16dcdf7b65cc206f7cd8f..9ad921d4d56a1c2a675c9298b04ea5e55d4a07df 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -1,4 +1,4 @@ - Gmsh is copyright (C) 1997-2018 + Gmsh is copyright (C) 1997-2019 Christophe Geuzaine <cgeuzaine at uliege.be> diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt index 9f8a25c3737e6dffe0fc05930ec97a2d9231cc2f..2acde1008d5c9b9718e1144ae9c3fb9e50bad05b 100644 --- a/Common/CMakeLists.txt +++ b/Common/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC GmshGlobal.cpp diff --git a/Common/Colors.h b/Common/Colors.h index 2aecbd49e95513481348b9374ef508fb37c5f9ba..6fcbe18c9ff9c223161478435f03bbe8d542e679 100644 --- a/Common/Colors.h +++ b/Common/Colors.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8c18f66b0a431afaf42ab8094d0470b0ce5bfbba..9e7e7e3406c6c5652f8d26e1ffbb671ad64bae25 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <string> #include <string.h> @@ -1166,7 +1166,7 @@ void GetOptions(int argc, char *argv[], bool readConfigFiles, bool exitOnError) } else if(!strcmp(argv[i] + 1, "help") || !strcmp(argv[i] + 1, "-help")) { fprintf(stderr, "Gmsh, a 3D mesh generator with pre- and post-processing facilities\n"); - fprintf(stderr, "Copyright (C) 1997-2018 C. Geuzaine and J.-F. Remacle\n"); + fprintf(stderr, "Copyright (C) 1997-2019 C. Geuzaine and J.-F. Remacle\n"); PrintUsage(argv[0]); Msg::Exit(0); } diff --git a/Common/CommandLine.h b/Common/CommandLine.h index a6e57440bc906f601ab8e17311b02fe5181afe8c..f0a4c1d47091669980caedc29b4a753a9fb4eeb8 100644 --- a/Common/CommandLine.h +++ b/Common/CommandLine.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0fbb387dd21d8ee241ef5755fa21a545f3b7a407..c55f6d0b0b615076b323b0299ebabc4f78fd28ef 100644 --- a/Common/Context.cpp +++ b/Common/Context.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fde2d355d6a6ba064914e84632ce1b1e7bbbed7c..5793099db19a8e59b8a0961552543733e8b5f284 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0dae4a4f760a6a1dcce702b278f9ff22d9b10fbf..c65fe897ec6d4e1fdf4cef3a281460510f0504ac 100644 --- a/Common/CreateFile.cpp +++ b/Common/CreateFile.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f7c221f0979cd5a2a9bf2e8b8b5b29c4dc9de321..a4885a251bc9202ef700a0faced3d3d632e6507a 100644 --- a/Common/CreateFile.h +++ b/Common/CreateFile.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2a732470c8fcc242436afdabab56358acc8975a0..070f6782ac4c58ff6b31d0ff4fdd94a3613219c5 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 35cbdbb807d82e698fd16db7b2ab9e1da0302b55..ea1252d487dde52c579f7934fce465318384ad1a 100644 --- a/Common/GamePad.cpp +++ b/Common/GamePad.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 7582aafa362cc804842feae24386186c73ecf2f8..bac991f167492a00f541612313206304e75ec80d 100644 --- a/Common/GamePad.h +++ b/Common/GamePad.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4c1a266fff977c4ee4b4271567b2dea882d2b67c..e4fe87de28829aef0d2b034829c5d015ab95c534 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9e0b16c580739ec94cef145e2a31b908a8c50d66..0d3080289ed594a94d32f57bf4395e0ee9736b1b 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c2b86eb75f01f03f696fe2f3c65788c0e37010f1..f31d637577dcadd478f23cefb3ec952bdffbb28c 100644 --- a/Common/GmshGlobal.cpp +++ b/Common/GmshGlobal.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f7b483653caa20522e0e2854d2be23562f745e75..5a30bd83f337223984586b1627967f3904ab3ff6 100644 --- a/Common/GmshGlobal.h +++ b/Common/GmshGlobal.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8fae8c808fce156823b7790c3a87925c00580ab4..56b146c84c3824d49bf5d0346d39d46e661d6338 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "GmshConfig.h" diff --git a/Common/GmshMessage.h b/Common/GmshMessage.h index e66dddcc3ac699f6b16aaa29bc69af1811af7c9f..63b3e37946edc57818e3f93f65aaf486130098d1 100644 --- a/Common/GmshMessage.h +++ b/Common/GmshMessage.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 05b160c6cafccbdf9157f6212873368477e724cf..b4528bc6c0619fe95894413d62155a498a4fe63d 100644 --- a/Common/GmshRemote.cpp +++ b/Common/GmshRemote.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "GmshConfig.h" diff --git a/Common/GmshRemote.h b/Common/GmshRemote.h index 9225113f316693a5091c9b896ec1dc40b134145f..76e54636a15f56474ac0bec94933313fe3a47992 100644 --- a/Common/GmshRemote.h +++ b/Common/GmshRemote.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1713908bfec4a0b1d1231100cca8220710907f63..d93dfe468a9bf2d23994dae8f33dd20c1232d49a 100644 --- a/Common/GmshSocket.h +++ b/Common/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/Common/GmshVersion.h.in b/Common/GmshVersion.h.in index 8dbcd8db9cbe585ae309d267e7cbddac99f5e59b..5cf60433e3a77dc7c6db3198ec169ad935d484e3 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 42412509c915fdf77eebf39dd59cd6b318893aea..cca5ebe176705175628b8e70a684367bac12c65b 100644 --- a/Common/Hash.h +++ b/Common/Hash.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _HASH_H_ #define _HASH_H_ diff --git a/Common/ListUtils.cpp b/Common/ListUtils.cpp index 7dea2678506ad7e715ecab6488125563460b6977..3d81c64ef0ed48ff6900ed39322518841240eccf 100644 --- a/Common/ListUtils.cpp +++ b/Common/ListUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Marc Ume diff --git a/Common/ListUtils.h b/Common/ListUtils.h index a0e85d9cc5a31ec4df6d349f016ce7191a0e3ea1..48102ce712818c8bfad50fa3c3cbdfa6d23a2ffc 100644 --- a/Common/ListUtils.h +++ b/Common/ListUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3b5e833f713d6013b8e33968509a9e04e3f7679a..e4ae6c5acb98a07e40134bd54a9c630938576300 100644 --- a/Common/Main.cpp +++ b/Common/Main.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 79fbe2a1539db43cb93a47c3306230fa44513a79..346c81d9b8a4bab35056b25c1dcb3ba8907f8285 100644 --- a/Common/MallocUtils.cpp +++ b/Common/MallocUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3f961dc31656171d75bdc9efa1f8c70db35b3213..f5afb8e1303cf4034b0826b73c35998b88772161 100644 --- a/Common/MallocUtils.h +++ b/Common/MallocUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3ff508f7bc55d82a9548a19eea4a3ca5dd0723d9..c0c2fdd1d36ab6f8278f0dfa1ae2f7f8cdb29cd5 100644 --- a/Common/OS.cpp +++ b/Common/OS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 050e7e2bf8001d195172384308ba43a4d559abcd..130ebe8b1eff70500b3c5d77028a010d8a6027cc 100644 --- a/Common/OS.h +++ b/Common/OS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3f811a1dc8db2dce48bd83b6de58f98171dfb8a5..8ccfacfb8673557560f3998d9c0556caea9c131e 100644 --- a/Common/Octree.cpp +++ b/Common/Octree.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 351f80a6905d0d577d0243c06800ec17a6be6fa1..8a89fc3ba54459b361ee3f6499e472d22c999d79 100644 --- a/Common/Octree.h +++ b/Common/Octree.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 58c3e3135278f5d5211fafd76baec03ffe1feb3d..69839d12152868da3c1ba0a343d4e38b85ee5864 100644 --- a/Common/OctreeInternals.cpp +++ b/Common/OctreeInternals.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1ecbc018bd2372d690dbc3de928e13849ef8144a..4bee09a8d51f20a38408ab1976f6ffdbeafb82e4 100644 --- a/Common/OctreeInternals.h +++ b/Common/OctreeInternals.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9cc6cc9a6af2a0c233125a6ae360b0731b08f603..dd316e1fc31a55a7955ba5710e7e41f21cb62c90 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 de6f2a8a7af8aa70134b7ec465c98a43ad3d3deb..793617ec308ff76534e39e9c3d3bd7723bfbe9c8 100644 --- a/Common/OpenFile.h +++ b/Common/OpenFile.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4355402fd3190e3afa0d2fb5b0749ca875e7e14d..cad7c584d6b92bbc3c5b835c0c2466d137ea6eef 100644 --- a/Common/Options.cpp +++ b/Common/Options.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8370022721cc2daecac1da86a9ff5148c7d39f05..720d24bf1e3b783b537b9d84e6a274c0cd07bad0 100644 --- a/Common/Options.h +++ b/Common/Options.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c7e88d83146609279af0968dbe305be8f30892ce..be47d01c608e440d8b18d4ad325b5acf7ecc36d5 100644 --- a/Common/SmoothData.cpp +++ b/Common/SmoothData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 06dd511032590948030fdf0a5c3935bef256da33..05d5f1b3153f0dc1604c6b73ea7f4deedacc3fe4 100644 --- a/Common/SmoothData.h +++ b/Common/SmoothData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 89427956e6688576a096ec935e74ca968cb0ab3a..83e2e6e1f31b98e453f96d04a94ca547ebbc5609 100644 --- a/Common/StringUtils.cpp +++ b/Common/StringUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 00c7a6e7a52a7eba004359bfe2b9081e47460be8..68224b1c9e2bfee93b6505878722c1c517151781 100644 --- a/Common/StringUtils.h +++ b/Common/StringUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0bcf747df55c1f9c5ecaaf9b233f07426a2ae9f7..6202587e2f0b7f7e84c108bfae665eb1a7b22649 100644 --- a/Common/TreeUtils.cpp +++ b/Common/TreeUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Marc Ume diff --git a/Common/TreeUtils.h b/Common/TreeUtils.h index 26bb3de2c03034884baf143f71e32ed4f0003701..c3fa9a1a7e463a161c6fd11e32e8211af69215c3 100644 --- a/Common/TreeUtils.h +++ b/Common/TreeUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cc9ee63688d065c7eae54e06c7c13d0a187a82b5..041097b5ab56509f62933b533710d1be6fa25f57 100644 --- a/Common/VertexArray.cpp +++ b/Common/VertexArray.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 64aa4546e2d44da6f8d5588fb5eec6fe82aeec5d..3614d770f4182767884943b350803c4e01f7ae7b 100644 --- a/Common/VertexArray.h +++ b/Common/VertexArray.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3390b0dc73cdbd4abac624d6a78c9c26bdb7446d..592b2e403256629575f55cd7f99ebfe3c7a4a89b 100644 --- a/Common/gmsh.cpp +++ b/Common/gmsh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a9403f8ebf7cc6d19e75ecca38b9a147822fc6d9..f3381ec8b26d0f70a4e63700f672ae266d147d41 100644 --- a/Common/gmshLocalNetworkClient.cpp +++ b/Common/gmshLocalNetworkClient.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1fab6097b65739b1bca0aded2b892b5de8b7335e..0129da9ddd426e2c490fa7483cde2e6e9d43150d 100644 --- a/Common/gmshLocalNetworkClient.h +++ b/Common/gmshLocalNetworkClient.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 af45b27c2904c067851f6f9eaf78a74d87580929..c76db5a816f1c7238939d505f96c6fe83fcaf2d3 100644 --- a/Common/gmshPopplerWrapper.cpp +++ b/Common/gmshPopplerWrapper.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "gmshPopplerWrapper.h" diff --git a/Common/gmshPopplerWrapper.h b/Common/gmshPopplerWrapper.h index edefbb9eb9109e4ddcc08079cd73e7e12b5d0c60..0018bc7c731c2d4ac729e959b59553a64b716d6a 100644 --- a/Common/gmshPopplerWrapper.h +++ b/Common/gmshPopplerWrapper.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 121ba81fe6573e8cce11aac7e7bd46b510f95b7d..d97f81bca0e7cb342328e358960c13e2cc5a1a73 100644 --- a/Common/onelab.h +++ b/Common/onelab.h @@ -1,4 +1,4 @@ -// ONELAB - Copyright (C) 2011-2018 Universite de Liege - Universite catholique +// ONELAB - Copyright (C) 2011-2019 Universite de Liege - Universite catholique // de Louvain // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/Common/onelabUtils.cpp b/Common/onelabUtils.cpp index 8fe147896568b1aa679edd59405411219463f887..cf78060d04f1a76fe9501febc6f9dff52bdb3530 100644 --- a/Common/onelabUtils.cpp +++ b/Common/onelabUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "GmshConfig.h" diff --git a/Common/onelabUtils.h b/Common/onelabUtils.h index ee552934f331b34840b0b562466dc39dc25060f6..2e756253bfef983879dd5e55a39c98e13bea349f 100644 --- a/Common/onelabUtils.h +++ b/Common/onelabUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9787e3407b319791324310035804a1716c9c0d37..5c44feb357976ade00bc2f3827450460b3cd4297 100644 --- a/Fltk/CMakeLists.txt +++ b/Fltk/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC FlGui.cpp diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index fa509b6769e477d24b83b44d466cfab32bbe6974..1e199494666005c7d392ff2af8327b35b5420db7 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0109460a642a52014ecbc5f2be202b803e8c8562..219bac42870e07dee5ff1961a703bb6a7b57dd6d 100644 --- a/Fltk/FlGui.h +++ b/Fltk/FlGui.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 88521dfd2f9c56a5e99e9b55cf6d1a5449a1d407..60252db6b5d9ce2304e57c83dad9944293c5fb6c 100644 --- a/Fltk/Navigator.cpp +++ b/Fltk/Navigator.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9360f57c97c48da0b552eae6b242249dc991bff6..4c51e086f9fd330eafe4045753eebacf0e3eef45 100644 --- a/Fltk/Navigator.h +++ b/Fltk/Navigator.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0747b7a7189ffdef0d2a4d711fbbc475990e0d9b..ae7ff15cbd5d0e1b3ed3c3b4a9e6a6dade2d4e0c 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0b1afa48207422812eba2a9eb74f1acd94f7433c..58657c4c2cff7df033a3ce057ffbdfdea37b0725 100644 --- a/Fltk/classificationEditor.h +++ b/Fltk/classificationEditor.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1139da97bff25cb110f2478ecef885e72d45818b..1c5a9faef1cc6813bda29c5fa28d27ae026f5cc8 100644 --- a/Fltk/clippingWindow.cpp +++ b/Fltk/clippingWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5ac0a59f5ce04796460f4e351983447cb5dfed62..16bf35f9ec9db582a04b25416cb1dbb7a9099519 100644 --- a/Fltk/clippingWindow.h +++ b/Fltk/clippingWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1146ca0975186ff1ddf91e51f065963fad8c2283..7bc673b0733860e8cbf7b0bb3bf5ce4d87e7743f 100644 --- a/Fltk/colorbarWindow.cpp +++ b/Fltk/colorbarWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4a54864829852e1a388a653d9f89ee4e0a03d197..7c96eefd50aa7c0a33604fd4796fdf664dfa4474 100644 --- a/Fltk/colorbarWindow.h +++ b/Fltk/colorbarWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c8cd3073655aedf40c516cef841e47aa59572504..dbfc44ba51ab9b1e553196d18e60ef836436720d 100644 --- a/Fltk/contextWindow.cpp +++ b/Fltk/contextWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0d9cdf3286146b5cdde16151956e7db75a3d6f8e..b5dbd82ebd6a1ec12e03fed79b31cd4a6354dfc2 100644 --- a/Fltk/contextWindow.h +++ b/Fltk/contextWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 78313e6aa935b8a5fc3acb3e38e61584036a7e07..368b1f343fd4c9295116146d8f0835cbc8307747 100644 --- a/Fltk/drawContextFltk.h +++ b/Fltk/drawContextFltk.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1e1ac4d42ea35a360e04cbb17e377842ee3648e4..d7e25fc0b3e08b3e4a8f8e8c0968992589095515 100644 --- a/Fltk/drawContextFltkCairo.cpp +++ b/Fltk/drawContextFltkCairo.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Jonathan Lambrechts diff --git a/Fltk/drawContextFltkCairo.h b/Fltk/drawContextFltkCairo.h index 9f96cc074b62db2fa6e418ead132ad32655a5b9e..e5fab525ce4af62548eb85d530cfbf7a186e5ce3 100644 --- a/Fltk/drawContextFltkCairo.h +++ b/Fltk/drawContextFltkCairo.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Jonathan Lambrechts diff --git a/Fltk/drawContextFltkStringTexture.cpp b/Fltk/drawContextFltkStringTexture.cpp index d8e282b23dc422123acfbc7fb626c58e0b80a232..f62c511fe2d7c25ebc807173ffb4670d3a3ff86b 100644 --- a/Fltk/drawContextFltkStringTexture.cpp +++ b/Fltk/drawContextFltkStringTexture.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Jonathan Lambrechts diff --git a/Fltk/drawContextFltkStringTexture.h b/Fltk/drawContextFltkStringTexture.h index c48e88e027f84cb4c89c737b49fb781999f8e56b..ef4cfe4e09ed36aa017c3bcdfff6cd9921b9a166 100644 --- a/Fltk/drawContextFltkStringTexture.h +++ b/Fltk/drawContextFltkStringTexture.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Jonathan Lambrechts diff --git a/Fltk/extraDialogs.cpp b/Fltk/extraDialogs.cpp index dc5f194d85d82bb2e6302aab0741a908704415f4..31dbeb372e4737830a32eb4e889d720d58e64e18 100644 --- a/Fltk/extraDialogs.cpp +++ b/Fltk/extraDialogs.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Stephen Guzik diff --git a/Fltk/extraDialogs.h b/Fltk/extraDialogs.h index f4cdd9b355305be4ddf2e87e59620c0c4e08c96a..f71a013043701fea2a43677f4ffcacae586d8f69 100644 --- a/Fltk/extraDialogs.h +++ b/Fltk/extraDialogs.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 145a704c55288cf9a79f70b3286eee9c900c6c87..0aa7fdec88ec0c3d853683eb21fcdec40abbd551 100644 --- a/Fltk/fieldWindow.cpp +++ b/Fltk/fieldWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Jonathan Lambrechts diff --git a/Fltk/fieldWindow.h b/Fltk/fieldWindow.h index 21317f78e4d3ce7048c0a2873b5c50b5010a21a4..9326094b1bafad5eb8e62d8b232ff72fc3e4248f 100644 --- a/Fltk/fieldWindow.h +++ b/Fltk/fieldWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 08375df5b3960904d43032bddddb5992589b1435..d019154a1eb7edc7a8cd994a973f12ad90d516d3 100644 --- a/Fltk/fileDialogs.cpp +++ b/Fltk/fileDialogs.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Stephen Guzik diff --git a/Fltk/fileDialogs.h b/Fltk/fileDialogs.h index ba820fb452ee7d41dcc87516862ee06d84a3821d..8389962127c5538c9ef3a6d96436385146146475 100644 --- a/Fltk/fileDialogs.h +++ b/Fltk/fileDialogs.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 47fc9ae5d6b4dae5471043635cfae383cf4eca7a..ca42f3f308a76e317ebf88e810e5381dd56d1d68 100644 --- a/Fltk/gamepadWindow.cpp +++ b/Fltk/gamepadWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e8ad6b9b4725c863b0149c069e4b2f04cf1074ef..dced98518541c812dff6f161496125889f930c59 100644 --- a/Fltk/gamepadWindow.h +++ b/Fltk/gamepadWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c182d5dbfbaf7ed346eb196a1a4dd581dddc851e..7288f49af39c50df598e09834ad058747527e76b 100644 --- a/Fltk/graphicWindow.cpp +++ b/Fltk/graphicWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0003fe75053b433e18a48afe60735d1be7459df9..1bf9b5797f832cd2355cc68162436e1a284a03f8 100644 --- a/Fltk/graphicWindow.h +++ b/Fltk/graphicWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 aeac23299ea842099b78c75035fd3a2fb6380902..23322f9c853dad6a399a560b9b27c7ab29e4db1d 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <sstream> #include <algorithm> @@ -310,7 +310,7 @@ helpWindow::helpWindow() std::ostringstream sstream; sstream << "<center><h3>Gmsh</h3><br>version " << GetGmshVersion() - << "<p>Copyright (C) 1997-2018" + << "<p>Copyright (C) 1997-2019" << "<br>Christophe Geuzaine and Jean-Francois Remacle" << "<p><a href=\"http://gmsh.info/doc/CREDITS.txt\">Credits</a> " << "and <a href=\"http://gmsh.info/doc/LICENSE.txt\">licensing " diff --git a/Fltk/helpWindow.h b/Fltk/helpWindow.h index 8237e54feb9f306b1da20527a0adbc18d2d2d197..cc0c8aa485639f45ddab27251fa592e00f38ad73 100644 --- a/Fltk/helpWindow.h +++ b/Fltk/helpWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5f628d773bb088062f0f1c9b60f0b6de770ff7b3..7e102675b323a7956b68c131b4a3759e46217119 100644 --- a/Fltk/highOrderToolsWindow.cpp +++ b/Fltk/highOrderToolsWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f98798533aeac1a7d05daaff2eece471643eadd4..8b42e6ef434e33567c9676ac844c157cf912c369 100644 --- a/Fltk/highOrderToolsWindow.h +++ b/Fltk/highOrderToolsWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1a5794a492641598ffe71369a969ead655b90af3..603a6c2f62b894391569df25101c03e50a14a806 100644 --- a/Fltk/inputRange.h +++ b/Fltk/inputRange.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d7b0a0740be9e88ec05b4fa45ec5413db91b45e4..9e42b10963bb81fbc402585fc18d59cfb913a56f 100644 --- a/Fltk/inputValue.cpp +++ b/Fltk/inputValue.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 535300792fbe04ebc5e1075dc1ab219a72064321..3021d8e8ec49e65234c08298fc810032ebb8f618 100644 --- a/Fltk/inputValue.h +++ b/Fltk/inputValue.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e77bddfe23b9244af7ed23b58bcf6e0eab6162b8..d339254efe6d82d831ff8432a0d848641bf8951a 100644 --- a/Fltk/mainWindow.h +++ b/Fltk/mainWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cfd8c4dd8b7c1e945fef52314dfecaca5f5225ae..87dfe095572e6772d0d108b603cfc9e847a4d0d8 100644 --- a/Fltk/manipWindow.cpp +++ b/Fltk/manipWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 34b2ec18733cb07c513a997fb051e82c219c4e9c..a93a60757e2c02cf7c84a23994e319827c33d47e 100644 --- a/Fltk/manipWindow.h +++ b/Fltk/manipWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0b8aef52ae656b51a4f2ec9c140cdb0db0bcd963..95052c1bdc2a2bc27484e3543376590c6cdf8949 100644 --- a/Fltk/messageBrowser.h +++ b/Fltk/messageBrowser.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 39cc26b73b20e3da6b999f874a0c02161bb25404..e8abe2a63b2c1a9b0774d96523c1ec72054299af 100644 --- a/Fltk/onelabGroup.cpp +++ b/Fltk/onelabGroup.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 90e782b8ee37c042ffc91324491ea885ce060886..3e2987fd87583ed6c1f8ab31cb08b3f8cda15263 100644 --- a/Fltk/onelabGroup.h +++ b/Fltk/onelabGroup.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2e90268772100915b6ade8a83460d0d5df4f2018..20b7be8c58936acd730e1dff861da65e1c831a96 100644 --- a/Fltk/openglWindow.cpp +++ b/Fltk/openglWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 dd764d57323095e968e21d68ffbd6922149b1019..7f80765c4feb4e90d3f84522a99eda77c2c374d5 100644 --- a/Fltk/openglWindow.h +++ b/Fltk/openglWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e1795ec818939b68392142216ec519d724a2145b..667b95dc75cd8dc0eb305eb7fa1b0c0fa11abfa9 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 feff50a7e0c77663c0a771c40b1b2fafee05c1cb..4393e0579761d60546fb337ce5df01dd8265afb4 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f5d160446c9374fd518565b179e65f70a7ea5fc1..cbe2a64db3686649e9067ee706c1074bf35cbbc4 100644 --- a/Fltk/outputRange.h +++ b/Fltk/outputRange.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5f16360a12879cdd85f6936fff02bb1cc7adfea8..b0e132064d4a0f34a14b29062a8078121283183a 100644 --- a/Fltk/paletteWindow.h +++ b/Fltk/paletteWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 49d1eaaa2090c5408b096e5a0359da07bc7f2d0e..660d1b82795bbee813c321286e667e72e475eb5a 100644 --- a/Fltk/partitionDialog.cpp +++ b/Fltk/partitionDialog.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Stephen Guzik diff --git a/Fltk/partitionDialog.h b/Fltk/partitionDialog.h index d6dc23e6e48670f85585e0cc89b600996e4bdd54..5a8d2b01171bf180d9524367445f686988b354d3 100644 --- a/Fltk/partitionDialog.h +++ b/Fltk/partitionDialog.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 befbb64c98b64189dd69d5e111c30a98ee7fc833..a88b8393bd211274dc91516ea154a71c4cd2e0ef 100644 --- a/Fltk/pluginWindow.cpp +++ b/Fltk/pluginWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2cf79a9bc328bc8211fbb1f7e4ac81d465efb124..f5cf5b6b5ade1ba5bd7b392b42cb23c982e0103c 100644 --- a/Fltk/pluginWindow.h +++ b/Fltk/pluginWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _PLUGIN_WINDOW_H_ #define _PLUGIN_WINDOW_H_ diff --git a/Fltk/solverButton.cpp b/Fltk/solverButton.cpp index b980c5266d2173fb6ab0f8ff779d33e108123430..fda7e819a0ff1699733b93f3c4aa4c5072faf0f4 100644 --- a/Fltk/solverButton.cpp +++ b/Fltk/solverButton.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 25a515bc0f4c981c60ee4c266ed58aee0899044c..d61a96e9191ee92339cf8e19fbe64ae1af6c514e 100644 --- a/Fltk/solverButton.h +++ b/Fltk/solverButton.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d4ad072a4c56c3f7d9b8ec8acf105e2216812d1f..c39b21793e35d4e6b1e1d9a44236c3c381853865 100644 --- a/Fltk/spherePositionWidget.h +++ b/Fltk/spherePositionWidget.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 154bbb795af5728dff9cffef8fb09d55fd485177..6fe85a86e3cccde78f8b10aefaf431785afdea8b 100644 --- a/Fltk/statisticsWindow.cpp +++ b/Fltk/statisticsWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 7e5af3a4f33063f049832de082aaf43172b8aa7c..4ac60fb118494380d318d53be74958a308fe2a7c 100644 --- a/Fltk/statisticsWindow.h +++ b/Fltk/statisticsWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9d4690e803a19f2b4330823cf7e26e6e8528ad89..6a72b4c9b465fdb0f09c22474b29278e4db061b8 100644 --- a/Fltk/treeIcons.h +++ b/Fltk/treeIcons.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e154ceaf94c256685aec7a6a211ecc69d0398e06..468e09fd216f6f2a9ebe0c2dc47221dfdbffa5c8 100644 --- a/Fltk/viewButton.cpp +++ b/Fltk/viewButton.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b48ada4a2eb19565a7e4657aae34f92712d46c77..aa0c05d3d28bb7f4b8a92d8f7712de587b62c501 100644 --- a/Fltk/viewButton.h +++ b/Fltk/viewButton.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ade0083d85088cc4656e21b57b1fa52c2de38d11..5ff86863fb747189940cb349a17050ea13ab9cdf 100644 --- a/Fltk/visibilityWindow.cpp +++ b/Fltk/visibilityWindow.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 dcbc3364bb593d34450a9dc48e13ba98a11673f2..6cb2e93bc1ae5a74dd342968b97beab49996ce67 100644 --- a/Fltk/visibilityWindow.h +++ b/Fltk/visibilityWindow.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c4b50bfb0e5f73daafdeaded6df6928303b7c80a..c1d4f022a95dc9548fb60cc53d3e4a820c38b0c7 100644 --- a/Geo/ACISEdge.cpp +++ b/Geo/ACISEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9cb14f8dee1dcfe01aa75a6c65c8aedf5b14f5fe..017d881b627301d671dffe8f6642900ba2644072 100644 --- a/Geo/ACISEdge.h +++ b/Geo/ACISEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 08bbd2457b9a33a516247c52827b38f68b8c6291..48130bf3b25fdf3cb914f2cb000530933aa4ba0d 100644 --- a/Geo/ACISFace.cpp +++ b/Geo/ACISFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f9f542a8cfc70f05e5a8d21219efe6eed9fbb88b..dcd9066a66ae5f2077c17006e492964e3ee15570 100644 --- a/Geo/ACISFace.h +++ b/Geo/ACISFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 90bcaaa4a82a6037143d3d923b774a8bd3ba6db4..7e008ff9b6aa71f3dfbd6430e2d38a8fa51e2000 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 943a9aaf4bcfe97232451bc2bce7f7d0daaa6779..65fa17be2c2aa3aa800d25a1e39ac9ca64fe6e2d 100644 --- a/Geo/ACISVertex.h +++ b/Geo/ACISVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _ACIS_VERTEX_H_ #define _ACIS_VERTEX_H_ diff --git a/Geo/CGNSOptions.h b/Geo/CGNSOptions.h index d979af65ddfb03dcc5e38684b13fc46ab78b9462..fe3c784c192a1ead5a886c174abf5e063c776281 100644 --- a/Geo/CGNSOptions.h +++ b/Geo/CGNSOptions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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/CGNSUtils.cpp b/Geo/CGNSUtils.cpp index a8978ab50f2c090459a462eab4f3da04d583534b..7bf98ea383358ef3342d690dfde37fc04c264f12 100644 --- a/Geo/CGNSUtils.cpp +++ b/Geo/CGNSUtils.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // CGNSUtils.cpp - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/CGNSUtils.h b/Geo/CGNSUtils.h index b2e89e736fe698b4082a80797fc33ea06a07d2dc..e05e9f6ea01f8972d4c8c9daf1ab1f506a2862ea 100644 --- a/Geo/CGNSUtils.h +++ b/Geo/CGNSUtils.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // CGNSUtils.h - Copyright (C) 2008 S. Guzik, C. Geuzaine, J.-F. Remacle diff --git a/Geo/CMakeLists.txt b/Geo/CMakeLists.txt index 4e5d66f4a9ce97e23ff645521ac1a507c231bf1f..645d0461f0a85bd1fcb30b4c0253922c471eb687 100644 --- a/Geo/CMakeLists.txt +++ b/Geo/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC boundaryLayersData.cpp diff --git a/Geo/Cell.cpp b/Geo/Cell.cpp index adcf79de012657de225dfdc96bd3d2a9f8667b98..c24c0ca21e3c7eb1b285e9e348dd302daf52a677 100644 --- a/Geo/Cell.cpp +++ b/Geo/Cell.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5eb3899a09d6f9d99de63d94b0921b8e861d124a..5a30255c1fff542235b98b42246f2de8b8420377 100644 --- a/Geo/Cell.h +++ b/Geo/Cell.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 42c4d4c0664b98c77577db5c43553981875559fe..539227ece7a5a4357d064a4550d23db07523060c 100644 --- a/Geo/CellComplex.cpp +++ b/Geo/CellComplex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d2f722bacdb8e1315d9a5f86006de980f7b1174c..d4df2851e59e936b69329982721ca4aac50e7c0d 100644 --- a/Geo/CellComplex.h +++ b/Geo/CellComplex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 50d9250e9d67becad5d35c83c7ec55895f7fc91a..dd04227763931ad07982c35ae1284a0c69d87de6 100644 --- a/Geo/Chain.cpp +++ b/Geo/Chain.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 48aa68e59b85f8591613d8df8c995d40a294d74c..291d8bdc709acd7ff6dc95d1623c66bbe04aacf9 100644 --- a/Geo/Chain.h +++ b/Geo/Chain.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2344160873c644657639f76d38e909bad7830a4c..1274a2c2ee380485cebbaa2e6c94bc0561eb2eb0 100644 --- a/Geo/ChainComplex.cpp +++ b/Geo/ChainComplex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 966134425e3ed3e871e96b07a38ff861fc807860..495dc64bf9d1466e644989ca3dff177b21fd5726 100644 --- a/Geo/ChainComplex.h +++ b/Geo/ChainComplex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Matti Pellikka <matti.pellikka@gmail.com>. diff --git a/Geo/ExtrudeParams.cpp b/Geo/ExtrudeParams.cpp index 28afa7c8b64faa3f444cc9acfb3025c67ea1de21..bb810e687caf413385e3c3089b54e9b6ff21bb25 100644 --- a/Geo/ExtrudeParams.cpp +++ b/Geo/ExtrudeParams.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2f60ad5adc3d80f5bf489c067fac77146ad70dfc..88bb9958d72833e6d8fb0d3e6358a949708e6427 100644 --- a/Geo/ExtrudeParams.h +++ b/Geo/ExtrudeParams.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 76b5e485098eaf21418bf05403a47567170020da..cbcb6f5718209cca0374d3b1947d3e370b0798c8 100644 --- a/Geo/GEdge.cpp +++ b/Geo/GEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <sstream> #include <algorithm> diff --git a/Geo/GEdge.h b/Geo/GEdge.h index 51b720cf3c509cb2d87829e1e4da4befaf92d48f..46a1ed37c41552ebd0fe34f44c26e1fa3dcd6b26 100644 --- a/Geo/GEdge.h +++ b/Geo/GEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4add29f0212c8a67a08e17b803acebed4670b452..e2d43cef356d74034a6e4bb0c1660cf18ef607c2 100644 --- a/Geo/GEdgeLoop.cpp +++ b/Geo/GEdgeLoop.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <algorithm> #include <functional> diff --git a/Geo/GEdgeLoop.h b/Geo/GEdgeLoop.h index d42111f1d9c7614c3805056cb7823d2a36162d3b..66a67a4fd1f23dbcaa140f0c6e6b306058c558da 100644 --- a/Geo/GEdgeLoop.h +++ b/Geo/GEdgeLoop.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1be56c633043d31f50b29e41e90232c07b925158..f577efdfeb419d305d3a9f765b3151cd25ef398c 100644 --- a/Geo/GEntity.cpp +++ b/Geo/GEntity.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <sstream> #include <algorithm> diff --git a/Geo/GEntity.h b/Geo/GEntity.h index 5c7c5844c839915501ab0d30ccfdd09efdcc3cd1..b8c95481406c0d3729f5bd560b7a6d5ca3ad6b65 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 97501598db2680aec0b26c95322ac18e8c48eec9..775697bbf2a12faf6f8a2b5eb5821bcab5c14966 100644 --- a/Geo/GFace.cpp +++ b/Geo/GFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8ceb386cbd8f842d3a18348b266da1fbbbf4d946..4a65576f46a859f311e0122488c70767c2b5a6ae 100644 --- a/Geo/GFace.h +++ b/Geo/GFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4e27b6df8b8c621ab0dfa3298818b3f5b7b39471..db9163941972b114ca3792e4194c2158db4ad2c5 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 850963d5080c8b6543d3bcb959b7a6bf8f33fa41..773bf652e733716c66cf601733333cd5aa876b52 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 78b11f98cff47c327feeb03d96286812d3984d01..04e2d7f489c1d79d87ed169e312f6c5cd85504c1 100644 --- a/Geo/GModelCreateTopologyFromMesh.cpp +++ b/Geo/GModelCreateTopologyFromMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <stack> #include <set> diff --git a/Geo/GModelCreateTopologyFromMesh.h b/Geo/GModelCreateTopologyFromMesh.h index 11ebb45956839d7b3690b93c4ecd312987295c52..40375d1e1ac72d5ea2d8cb7b361b04306d29ffa3 100644 --- a/Geo/GModelCreateTopologyFromMesh.h +++ b/Geo/GModelCreateTopologyFromMesh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c3fd609ede67f6a15f872e215fc835a8a6f57c00..28d6f71b2b61e150cc80091ae206385a893e41a0 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 614c9314e52ce1a3948ddd09fa6036531af08ad2..84d07a6640abf7f1c9d02713e54a95b3e54f8b11 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 010b1b820d39d85df9233e03b2f6f9ed0165b531..2e7585ff245e7d6660efa8745a05b14c151de8ee 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 aee708d2de1a834e56506b7f6dd00446fac71c3b..53579a51abccfac848b1eb5001fa6fedebb6098d 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 db5d2ca18268a963f4cdcd34e4e457f70bbc80fa..928cfdb98f86055b2593484bc146bcd09b2b73d9 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // S. Guzik diff --git a/Geo/GModelIO_DIFF.cpp b/Geo/GModelIO_DIFF.cpp index d4bc7b0f78513981f600907217196567431dca3f..1dfa55eac854117520b8ba7f029bfd7fc7bec1ba 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <stdlib.h> #include <string.h> diff --git a/Geo/GModelIO_GEO.cpp b/Geo/GModelIO_GEO.cpp index 3101cf3c8486ec1323418de7510b1f949cee79e3..12595ecc6f870e1df2b4f2dd0add5108f5cc641d 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a75185a7d4e8c845041216550009ea1b4a9879c3..1339c4ffe38bc8e4f803ece7b2657f26609b262b 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4ac173da30a9c7ab670aec0da1a4d288d64c066a..50f9cf4bbf726dd9f0ea976b0a205b2f3f7e807c 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 181c4d100ec81ef4248deacab14cb5c334dccf88..4b07109d8ad022321bc749ae0212d43d398ab0c1 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3a73531ce4d80faeaf7bc5b6c94b0505565f2f9e..586c00f86d1a5a3f3d0ddd1ab947009c3a1111e8 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bd7a01823098ac1e80820179a44d4e5aaf0339d4..f21cbaf8ddda9948d3914e55f6cd3d6e35025a2e 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fd334f5c57ba760002dffb599e4cef9ff042ac5b..63ef2d6c32e08a43db1020e48b485634e73a7155 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4546b12fd14fa15b232e89cc4e05c857dffb2ee8..dcccd93ff2e5c5fa2f241cf6b9d9ee645cd3e674 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <utility> diff --git a/Geo/GModelIO_MED.cpp b/Geo/GModelIO_MED.cpp index 658ab04be8975a477122d3d3dd5d415955d6764a..9062394dd4ac2c73896c31395bf14dfb93bdd2b4 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d98bf82df7889edb79ea412992beceff064abc4c..f5772d5f16dd486d8f9dd9956943b359df8ddb5d 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4637f0c597b52b389b34e4e7c2e89f244ef37f66..927110592173afa6022b7d47cb5969136f03ccdc 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a710e60dc6c5d0c45179f79b8ff4f3984eb6e65b..b8b597fb500ddb9ec06f3c707cb50cbe972d2c18 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b761a25cbd4cf5b54030d917422880f1ae528a09..5755b23fd2340842f81fe7130e45a017575f5301 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a531964d783bea500d9100691fe23a463024a6e1..757682c3b8d6a8e27c3c274c8fa43b97b91fb2bf 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4f6a531e863167acc1adcc0d923e5ee1c5b24c36..4dbcd00b4c2e22042ebbba255abfb3f191d92184 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0a7ebf6fb867dfccb0b3353088a02b56bd09488e..025ad064fa80e81f6c6887687568e172d32bb7ff 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0f4c0cda884b144fa1b1ae3cbfac0c9f08985e54..b96e13f0305febf70b5138ccfb98ddffb1426f7a 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5aca7d9c8227bf95e71b65b9b3d701eed7b2866e..7b672a6530d4db3f9cb55d9d4f7cee44beab44e2 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 11f0a465e30ebc7d8a3da616cec15c095b0dad80..ffa86ae9d4a49e9691c9ee6bf89f16960211f974 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 398984169d4ebd23de102e4de0972a61a3c9001e..9a426d7d68d749f20aef15ac2bf923242253a1a9 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fa44b26089fa94cd1efd75f3cdac68fa97e1eb22..23edb78b7a7f61be23ef13026870042859016cab 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 576abff140af6178840852d7162f6b4baaa9830f..5d44e9225efadf0c7a6804e13c8192cb68c244eb 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f5a0a9377aa81c75d1900376150c0f33738d7e01..1abf6516b52459ff45d3e186d8160928b9c2bc23 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ca02e5149406af2285761f3bd4df79c5d14f2120..f9fba7060b87152025725ae1d24e18e3c2eb7fe8 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 04ad896eed7346468c27d0b6f8436289105a9024..3d9f668672cb8e12c4ea3ccbfd84195f9d059d52 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d8c1f4d16f978beff9f7ffe399fbc3c813398b4b..8a2b2ad8a20dc645b1f36843560108b628d2ce01 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 96d40f35772a98028f8239498351559679ed5a72..36e5c575bbd51f21a21bbe05023a195d31cfa288 100644 --- a/Geo/GModelVertexArrays.cpp +++ b/Geo/GModelVertexArrays.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0e5c26961b7f172a2d8bd26468fdfc3170a9bc11..0135888083654de0302eef968aa27442dae12fca 100644 --- a/Geo/GPoint.h +++ b/Geo/GPoint.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9e87cb9ef15779074bc1ccf8235470847a8160c6..2c9bb7f5188341dae388c8b64f6a94cb50eac488 100644 --- a/Geo/GRegion.cpp +++ b/Geo/GRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 04ac88449ab05bf4b1428b45d27d962fc0d3e273..69d8d7839d74fac9ec38dfc44d73064179e060aa 100644 --- a/Geo/GRegion.h +++ b/Geo/GRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9100c5292f9497e6641d40f57da1cc14cd7af39c..27de69230cde0be1e33137491d37cb498f425215 100644 --- a/Geo/GVertex.cpp +++ b/Geo/GVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <sstream> #include <algorithm> diff --git a/Geo/GVertex.h b/Geo/GVertex.h index 94dd8680f181c53266144302d802dd12340388d8..980929bfe5865de81deb2682063e94a5b29e9924 100644 --- a/Geo/GVertex.h +++ b/Geo/GVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _GVERTEX_H_ #define _GVERTEX_H_ diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index 18fbec3461906c34e57c291198d5d42bc1559826..7b68ff102a533d4e8cd94cc9b71bac7c1a0d550f 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0e14a9e2e8c04ed2db9d495c34bf0215522419a9..405e2069b91d34b977495c87b8ec4b6069dfe0fb 100644 --- a/Geo/Geo.h +++ b/Geo/Geo.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fa2498304b1327e4216d336371593b57dfc71527..2e82b557f190e146f0830a0faf20b769f063ec57 100644 --- a/Geo/GeoDefines.h +++ b/Geo/GeoDefines.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 af09009d06ba875b8f47b0d3a9e34b8f15bc5cd7..164f0557cc5a5825e5eb09fa6317e8fa80787e9a 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ae3f05df8bb40c348796c3bbbd3686d595dc9970..d4aaf687c65ea95fcfa100a6d3e198705659af92 100644 --- a/Geo/GeoInterpolation.h +++ b/Geo/GeoInterpolation.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 20f8b289b9703cfe979f60dd710b848a10e8db75..7624e1bc545cb0ce5323a87d3f8e1b5ff747110e 100644 --- a/Geo/GeoStringInterface.cpp +++ b/Geo/GeoStringInterface.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5f7538aa5a22a0c2470f2cbee7f52145e39f303b..d0ef4d87cb72b6a024d02130220ed0e4f4305986 100644 --- a/Geo/GeoStringInterface.h +++ b/Geo/GeoStringInterface.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8b85ad643580f6b2c734a9b2545e68768ee085fe..129e64450dca167db40a1b187bdc4eff86a0dcd2 100644 --- a/Geo/GeomMeshMatcher.cpp +++ b/Geo/GeomMeshMatcher.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 6516180bab1970a353105be66ceeb270d16a3192..e2a7849bb318bb8a788fb357c395416dd440076a 100644 --- a/Geo/GeomMeshMatcher.h +++ b/Geo/GeomMeshMatcher.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Bastien Gorissen diff --git a/Geo/Homology.cpp b/Geo/Homology.cpp index dbee2460aecec5b1fa0ed9d5395b7a9a3bca9bee..d6a762b10450c4cccdecea8c1f85884133db7d79 100644 --- a/Geo/Homology.cpp +++ b/Geo/Homology.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 04c075601c18434cc1c9d692be7ad47e42cbe933..8d243dd3efc07cb53790f29dad2f21c5662d1fc8 100644 --- a/Geo/Homology.h +++ b/Geo/Homology.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 93e93f4e6918f255edb280762eae7fcdcffa209e..35135d7880b13e7a185061d5f1765b1efc235195 100644 --- a/Geo/MEdge.cpp +++ b/Geo/MEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 77bfb0a48386549c96225053f31363fa5a6f362a..c2caa75413d1dffa18580391187d77c1b1593317 100644 --- a/Geo/MEdge.h +++ b/Geo/MEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 146e0b7cc51a58c8ebf96ceb6b5a85f1b7b5eb7b..2651fffefb7144fafb3eb0e8d73c3c50282e549a 100644 --- a/Geo/MEdgeHash.h +++ b/Geo/MEdgeHash.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c3e1d58cd4f618a4369a805c78d2c550a1c9598d..b8960c7f0459ecf2460a03972517d9e9797b6119 100644 --- a/Geo/MElement.cpp +++ b/Geo/MElement.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a0ac3f35822725add24543414754948fd5166754..4162723b0bf7923c332e7c03994accc1e332727c 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3b2b78cd7c30ef8ffb84ef46cde46546617d767d..d0aaeaf2c42b8c94f2696aa423825133747149e0 100644 --- a/Geo/MElementCut.cpp +++ b/Geo/MElementCut.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/MElementCut.h b/Geo/MElementCut.h index 94e403020e47090dd3422169a69b1a7a324f6d30..7b8ca4588255566eaa97754a3c51e43f7ba82302 100644 --- a/Geo/MElementCut.h +++ b/Geo/MElementCut.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/MElementOctree.cpp b/Geo/MElementOctree.cpp index ee87c1055b93cf6844d2207bce6bc36102af2ac7..8c6c5da9397e44ae97951c3222a728ffb3ea4036 100644 --- a/Geo/MElementOctree.cpp +++ b/Geo/MElementOctree.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4c9a20d8008fe1731f6bd801dea02bb36adb866f..4df2cb293661552413e845d45f7248fe75d83d88 100644 --- a/Geo/MElementOctree.h +++ b/Geo/MElementOctree.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2c0715a02cf8ec3820bf37646fd7e6a0dfae6ba2..7c221c8ddc97718f82b0643ce1c455ec90b24df9 100644 --- a/Geo/MFace.cpp +++ b/Geo/MFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <vector> #include <algorithm> diff --git a/Geo/MFace.h b/Geo/MFace.h index 55aeb06d55fffe95b1ae21dc682d3c80ff324aa8..5578edde16c7767ee518a4e7f95572e1c25d35e4 100644 --- a/Geo/MFace.h +++ b/Geo/MFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 64898bde6361c36d0851e5b83f602f2b488b92c4..380ffd13d97032f413636fd78f8011b2b9fc4cd4 100644 --- a/Geo/MFaceHash.h +++ b/Geo/MFaceHash.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d7976b69eb2fb02a7aea7ac0aae6f2bfb12a2714..db0893c8ba3e678a29b05103feb03f9ddf503c40 100644 --- a/Geo/MHexahedron.cpp +++ b/Geo/MHexahedron.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fb59947439b7fbb58c1ba27e182d3dfe027b02ad..1dca5239c8cc865ffeb7deb25be42b41effdfe80 100644 --- a/Geo/MHexahedron.h +++ b/Geo/MHexahedron.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b1e782a7e92f128b78af9b17872e3db97a0454b4..ffb1a5b7e6916aa9933290bdce102e2c9e3780ae 100644 --- a/Geo/MLine.cpp +++ b/Geo/MLine.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2e7c0d53e797f0eb2c487e8bcf13b144eed23d6c..8978afcc7de13275c3707e0a0ddef973c13ea0f4 100644 --- a/Geo/MLine.h +++ b/Geo/MLine.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e6497ffe3b889e58641a13aa072c90cd7e5b3000..1992e4d14bf29caa9fea5a91ae0a630bcdee38a7 100644 --- a/Geo/MPoint.h +++ b/Geo/MPoint.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 85ff5aa65e5385450b60fd6a3d4e36ad671d050a..556704683c0e0b770ca81f5367cb29dd8eec635d 100644 --- a/Geo/MPrism.cpp +++ b/Geo/MPrism.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 eb4cf7d6c9eff6811122f712ecf3646f371004e1..7642c53e91033b0f9443935c261be9b171c22fdf 100644 --- a/Geo/MPrism.h +++ b/Geo/MPrism.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 300991c23e4d4c6f57896a07ee0ffabf8fe651e5..c0bc418525b28723208765e6b069983fa35475ec 100644 --- a/Geo/MPyramid.cpp +++ b/Geo/MPyramid.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 10bcd707f132db59f5ed1d315b3142ae2fc1de22..46625530defed09435b3132b7efd6cf72a27f5f4 100644 --- a/Geo/MPyramid.h +++ b/Geo/MPyramid.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c09ce00361f430a8f9444f42fba77f10f685b89f..3c06af183da16ea49c4705bf8202587749dc7668 100644 --- a/Geo/MQuadrangle.cpp +++ b/Geo/MQuadrangle.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 48dddc4f92068774a4bb2f20635d5bdf652327b8..ea1d01a7ed37cfc0a67b59919b72dc3cbe8e9139 100644 --- a/Geo/MQuadrangle.h +++ b/Geo/MQuadrangle.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a6a1e979ebf3e7f49b741b138a2691d345203379..ec9d4c6e39b85194f30b9ebab1c343cfef12716f 100644 --- a/Geo/MSubElement.cpp +++ b/Geo/MSubElement.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Frederic Duboeuf diff --git a/Geo/MSubElement.h b/Geo/MSubElement.h index 65c27f928958d3c1ffa188c2e0d11ae30f2d0870..a5d9a64926301b47defa1e28940e07c61e208fa0 100644 --- a/Geo/MSubElement.h +++ b/Geo/MSubElement.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Frederic Duboeuf diff --git a/Geo/MTetrahedron.cpp b/Geo/MTetrahedron.cpp index 21124d4d5af6eb171563a9d04511c2b5bc5d5332..7121a25df1bd05df638f303c4870f804d4b5f188 100644 --- a/Geo/MTetrahedron.cpp +++ b/Geo/MTetrahedron.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d893bcf090456fe2a0ff7a6d67a573c97493711c..b94acea6b3498154bd3431579613f7c2a20e86eb 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ce147e16d71c04e9cb1dc4143050215a09c225df..a53beec2cd7adb326fd31314c3ff25ce496e2669 100644 --- a/Geo/MTriangle.cpp +++ b/Geo/MTriangle.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f66d0941168ff00eb3b443cb29d21c5868e41910..6b121f6d0f394e6dd8258b786805c0cba5e85d45 100644 --- a/Geo/MTriangle.h +++ b/Geo/MTriangle.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2acd904805693c1f677fcaea0d9a21c34a977421..6d2094f8b05b3012681faf3347856562938d6e89 100644 --- a/Geo/MVertex.cpp +++ b/Geo/MVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f7e9175835939455578c91a21d63dd0534ef395a..2a38c8decbe3f1bedb4147b91af8efc02988bab3 100644 --- a/Geo/MVertex.h +++ b/Geo/MVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e50efbadc70329b1f88b3548c99c758313243711..00d434e527f12c473098db6fe54a603eb875d698 100644 --- a/Geo/MVertexBoundaryLayerData.cpp +++ b/Geo/MVertexBoundaryLayerData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "MVertexBoundaryLayerData.h" diff --git a/Geo/MVertexBoundaryLayerData.h b/Geo/MVertexBoundaryLayerData.h index 6fc76859710e98f9abb157bc4ed5685493d53902..718aa8288e45f5cd3fa8c1f40d14a6174df3bafe 100644 --- a/Geo/MVertexBoundaryLayerData.h +++ b/Geo/MVertexBoundaryLayerData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3a32de451b921939f7958d68ebcf5a41498962e4..4bd15a665670bd10a3846b0a6c0a9c7937c8a3bd 100644 --- a/Geo/MVertexRTree.h +++ b/Geo/MVertexRTree.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _MVERTEX_RTREE_ #define _MVERTEX_RTREE_ diff --git a/Geo/OCCEdge.cpp b/Geo/OCCEdge.cpp index 729e33152f6bc36bdbceabfe0481bba10711eb3d..f1337f16e7add4ffbcfcdfaf7eb9099c0c04a72a 100644 --- a/Geo/OCCEdge.cpp +++ b/Geo/OCCEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c26da5919fc7e366d14ed5ec92b53f15b637ddc2..b07c9c7df94df22839b59b30195497b53b11f8fd 100644 --- a/Geo/OCCEdge.h +++ b/Geo/OCCEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0ec4845be0255ad190097b45b3beb8325c87d23e..a29ada9c978a1d9b4da2bce1d694a1ca5bc62269 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2cd43a3417e1b3a829cb4789548588722739fe37..e5d48281ab675aeb6434704b114701233d1076a2 100644 --- a/Geo/OCCFace.h +++ b/Geo/OCCFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 03754af936ddb145a1260f2995009794a56003a9..148d942d5e1802ad2d9b29c7506fe309b64069b1 100644 --- a/Geo/OCCMeshAttributes.h +++ b/Geo/OCCMeshAttributes.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 195078459043d6c94e32b75d6d944f2e9db3c086..6a5677a2fd50ef4553314df1d2d77018d5e96339 100644 --- a/Geo/OCCRegion.cpp +++ b/Geo/OCCRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3f76b9c7b9c8c77e6af64f732ee9bba748ddddba..11bc83b82310d0e9a79b93e225d8c7917c4d4b31 100644 --- a/Geo/OCCRegion.h +++ b/Geo/OCCRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 97583c9cea8313b4517570882da3687d6a5c2b90..01c7b2d83bb53b57f646e1fef4e27300224c174b 100644 --- a/Geo/OCCVertex.cpp +++ b/Geo/OCCVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2c6b91791da81ca3dadef6735aaf8077b02944ba..cb02ec950b09fab1e19fc637c3e6f8b361dbe7bf 100644 --- a/Geo/OCCVertex.h +++ b/Geo/OCCVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 85d1167821f5b0426d976a8f4d953771152c2007..1112d2a74e7647250d2b778b8f21e5131300ff89 100644 --- a/Geo/Pair.h +++ b/Geo/Pair.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 559d5b7ffcfc98b95ebea0d9c063db0b9c47feab..6155fca9cb61cf5383e1cfe2d5dc33f06d74015e 100644 --- a/Geo/Range.h +++ b/Geo/Range.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 250d8802494c755eb4f9f3a5d8483604d4832a48..b2ac233d298696c15c33bddd9f67fc0affad1569 100644 --- a/Geo/SBoundingBox3d.h +++ b/Geo/SBoundingBox3d.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 57b3c02f5a92002f3d52ee0113a67c94b35c4d5c..2db55add66d91a2bf8e051103f94ca875566979d 100644 --- a/Geo/SOrientedBoundingBox.cpp +++ b/Geo/SOrientedBoundingBox.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Bastien Gorissen diff --git a/Geo/SOrientedBoundingBox.h b/Geo/SOrientedBoundingBox.h index a94fdd86b4b36496e80753f1351b382ac4491042..e2628ae1e3dae283d67d1b6033c944643d1dc5be 100644 --- a/Geo/SOrientedBoundingBox.h +++ b/Geo/SOrientedBoundingBox.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Bastien Gorissen diff --git a/Geo/SPoint2.h b/Geo/SPoint2.h index 89076ee6eff84ebfd5be8d04d03cfd5b637a5ef1..4d3b2bdf102272bd60848cb957e18a5cb58a0011 100644 --- a/Geo/SPoint2.h +++ b/Geo/SPoint2.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 354e7dd543d60d212f2b98bb5c8fbabb83967731..2eb1dcd61e24d02bc67350be2879392879feb837 100644 --- a/Geo/SPoint3.h +++ b/Geo/SPoint3.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2db5f4e932b2e8ef7516eb9f846826bc97451fa0..28a86039df0ed7dc6fbb10a77c7ced97a98e8cfa 100644 --- a/Geo/STensor3.cpp +++ b/Geo/STensor3.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0eec857adcdb251ebc309ca87b3f7d0bbdeb54af..5b3534176388ab4eea937a8074594b5aedc50920 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 508ac2bfdefe5934d4de35c2bdf6a5182a77e55a..18c04811a480c7bfea0b8ff6a50642bf945933e7 100644 --- a/Geo/SVector3.h +++ b/Geo/SVector3.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 63efca102003f5247ce48a13433946230016a3b2..96a004cd9a0a4e56b610c0727bc99e9126bb3cad 100644 --- a/Geo/affineTransformation.cpp +++ b/Geo/affineTransformation.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by K. Hillewaert diff --git a/Geo/affineTransformation.h b/Geo/affineTransformation.h index f2772438e0995082f7262b0a6e622cc9d0633287..165d91b28c265d360ec45ec96aab66df19c7aee8 100644 --- a/Geo/affineTransformation.h +++ b/Geo/affineTransformation.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2c59f7aac56af4bee8e1adefdcea76a1f8f90134..722c423ba48606151508643df14c2e9b104c71c6 100644 --- a/Geo/boundaryLayersData.cpp +++ b/Geo/boundaryLayersData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 65deb9727837b2df15587ca0b9a3394f325ebb72..a668273e73cdd7a9b2b273d6361b299cfff4cebd 100644 --- a/Geo/boundaryLayersData.h +++ b/Geo/boundaryLayersData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _BNDRYLRDATA_ #define _BNDRYLRDATA_ diff --git a/Geo/closestPoint.cpp b/Geo/closestPoint.cpp index 4ee32d4f33f1f6c862829f55f2fe712178c4edac..5f0516340f6a1be80b7d78d93ff463f8379b7ca1 100644 --- a/Geo/closestPoint.cpp +++ b/Geo/closestPoint.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9c57d6967a7a7235e8f0f9a09cfae2d24e43a3e8..d70a9c49fe299a3c865c67842105c15eb5ff7088 100644 --- a/Geo/closestPoint.h +++ b/Geo/closestPoint.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 41416a5bde23012ed854afed9d52ae9e823ea8d2..a33f6fe1601955314190b303669eea035fbf7ea8 100644 --- a/Geo/closestVertex.cpp +++ b/Geo/closestVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 690c003b17246987b1d18db2edf7691f0ef2eb0d..9a6de2fcaf189704f6f3a576915d4b65a58bea1f 100644 --- a/Geo/closestVertex.h +++ b/Geo/closestVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1203cb9e0336f424807e07e184119090e606bb78..5e4b59bb1900bc103c6dd7f46a5078025b5a28eb 100644 --- a/Geo/discreteEdge.cpp +++ b/Geo/discreteEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 05382322a643fc686da83860229a0e1651a4f537..69cfa54fba2959c80cf261da25e4bfe0fc0624f8 100644 --- a/Geo/discreteEdge.h +++ b/Geo/discreteEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8a46841676b958d54927f57b89e32e4ee231d1ec..c26a975203be894b82787f950903c4f489fd967d 100644 --- a/Geo/discreteFace.cpp +++ b/Geo/discreteFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3c8bec499369856af133e1988fe454d93604e494..afc444b9bfdc649991693f8dfb1e43fd340b8dd7 100644 --- a/Geo/discreteFace.h +++ b/Geo/discreteFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8131943d2ea57e76bdd46e0293873eb147d9b19f..d999a6a92b0dfba103c9e5fe00013c5fb03c390b 100644 --- a/Geo/discreteRegion.cpp +++ b/Geo/discreteRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fb6735abdda0f6d7cce719de9aef9a3b61d8c552..305f3fbe480390554ce40ad7d063bc0678c17e7c 100644 --- a/Geo/discreteRegion.h +++ b/Geo/discreteRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _DISCRETE_REGION_H_ #define _DISCRETE_REGION_H_ diff --git a/Geo/discreteVertex.cpp b/Geo/discreteVertex.cpp index caa422e0a12db0efc8585432cda7e0170aa46da9..161c707220f999484d7da3b2a1ad6601511f1c8d 100644 --- a/Geo/discreteVertex.cpp +++ b/Geo/discreteVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <vector> #include "GmshConfig.h" diff --git a/Geo/discreteVertex.h b/Geo/discreteVertex.h index d6c31fa9f9ebb0951e0c0ff4445f8c89bb0098cf..2991446fda9478025b51330ef5f25a1e10fdfe1f 100644 --- a/Geo/discreteVertex.h +++ b/Geo/discreteVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ec77a9f71c263e1a0e2a76a692e50b5badc56a74..5684d0d1c3a5ab12acc4ecaeb35c67cef8611dc4 100644 --- a/Geo/findLinks.cpp +++ b/Geo/findLinks.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ad1af5552be1abb24061f4c22a03dd33b75bbf1d..96085b44816f9d47b7acffd4e573a238fc99f2c8 100644 --- a/Geo/findLinks.h +++ b/Geo/findLinks.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _FIND_LINKS_H_ #define _FIND_LINKS_H_ diff --git a/Geo/ghostEdge.h b/Geo/ghostEdge.h index 47ce9d2da43652dafc8448d5a830fdff8f3bbcf8..b3dd0cde6a6fcf4ba0c61cb085833b556f3305fc 100644 --- a/Geo/ghostEdge.h +++ b/Geo/ghostEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Anthony Royer diff --git a/Geo/ghostFace.h b/Geo/ghostFace.h index 106166cef6cc4b3166af5faa204e4d6c68c70e09..3849d8f579101a72412cdf58c465138a5d78cb02 100644 --- a/Geo/ghostFace.h +++ b/Geo/ghostFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Anthony Royer diff --git a/Geo/ghostRegion.h b/Geo/ghostRegion.h index a23e35574bfb336c23719ae78271dd205f3aaf84..cb93642ea6d44cfa0cbabe932f948b8857f2f07a 100644 --- a/Geo/ghostRegion.h +++ b/Geo/ghostRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f353901eefd7e6942f3cc1b8cd28ccd98380a9d7..e7c4e2f7f0c70c5b4063667fb2dc46bef17a49c4 100644 --- a/Geo/gmshEdge.cpp +++ b/Geo/gmshEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9c1c966a8c381464328b06528d1bfadc496b6519..895c4aac7f57e9f8e9a3482d3348d776484dfbbb 100644 --- a/Geo/gmshEdge.h +++ b/Geo/gmshEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4399e594beb0c48f1dd257bd9faece897006bb52..45286bdc63548d145ab1cb5d58d8bf45eafceb90 100644 --- a/Geo/gmshEdgeDiscretize.cpp +++ b/Geo/gmshEdgeDiscretize.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <cstdio> #include <cmath> diff --git a/Geo/gmshFace.cpp b/Geo/gmshFace.cpp index 7f9e57d5aacc34773652b0961609945f40f87ff4..c252f5c2f07a9f9daaa5aa4be312ace791e6de2a 100644 --- a/Geo/gmshFace.cpp +++ b/Geo/gmshFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d775e1c3c9effcddd0524ee72d68ef578d532e02..27eb81c5670ffb775c99e99e62c13c05a821efea 100644 --- a/Geo/gmshFace.h +++ b/Geo/gmshFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 49bd4c7ee8f84896992c0c7e9976077cfbb6d68c..2bae9ab6e9585d94d9b4db4679649cb844578103 100644 --- a/Geo/gmshLevelset.cpp +++ b/Geo/gmshLevelset.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/gmshLevelset.h b/Geo/gmshLevelset.h index 34b8cc929f791e18c51122c0c5bfcc7adc349244..0c5cde3248ea978fb1c89895d879b687c377cf30 100644 --- a/Geo/gmshLevelset.h +++ b/Geo/gmshLevelset.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Gaetan Bricteux diff --git a/Geo/gmshRegion.cpp b/Geo/gmshRegion.cpp index 736148739399dfc44ac8d85c12b4fdd55c8e41f0..17fb54cdda45d565686bd012238d119cf70d625e 100644 --- a/Geo/gmshRegion.cpp +++ b/Geo/gmshRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5842a2910a7c38f5db1d478a3446105013119b51..2401d938742426a7933f9181adf1cdd906ba4851 100644 --- a/Geo/gmshRegion.h +++ b/Geo/gmshRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 7be79d361bc4e2aded411b2bba357227c8385071..b45b57c73c8f0b681e222258dc6fb5654ed7363b 100644 --- a/Geo/gmshSurface.cpp +++ b/Geo/gmshSurface.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b9ed6bb23ec967380977648d722fc5fa29d1b5ce..c9d68c9c2672d9c15d7147ea400e7b27aeeaa92b 100644 --- a/Geo/gmshSurface.h +++ b/Geo/gmshSurface.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 dc5e6416cc57bef4f732452957d4ae77dfb27319..3739120daa59408667ec75a7f60fbdedafdc3331 100644 --- a/Geo/gmshVertex.cpp +++ b/Geo/gmshVertex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fa829926656a7afdd2403b62a1dbbe6e2f6e857d..eeb607af4749850c2f349fcd69467b146cd32e86 100644 --- a/Geo/gmshVertex.h +++ b/Geo/gmshVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ff5cd3f1a01c3f4b3f1a04e2283e5e33b35da2ac..7169383eb5c95bf9b035858edc4b169dfe536547 100644 --- a/Geo/intersectCurveSurface.cpp +++ b/Geo/intersectCurveSurface.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 286332c7fbeeb98a1575be71378d9f17dbc2351a..44c294e66eba5a868ee40955c5f4ed80dfb6835b 100644 --- a/Geo/intersectCurveSurface.h +++ b/Geo/intersectCurveSurface.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bd738e7ecc9720c51a4cc2310962ec5993c3d43e..a8c6c8eebbf11aa02a96f7c066c3d71a007f6f1e 100644 --- a/Geo/partitionEdge.h +++ b/Geo/partitionEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 79dbcde7ecec4d5b7e59a2ceb9b0886cd113eca3..f7428d7794cfbf5a0907864bcc69b0b31e8b9619 100644 --- a/Geo/partitionFace.h +++ b/Geo/partitionFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 31c6dd6ee469c6fc45a1fa6f16a2535ded5034bf..5912be4314d53ef7e6d5bb4801a355c8a0d19a90 100644 --- a/Geo/partitionRegion.h +++ b/Geo/partitionRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 643412122ff1204b14cf3e188d3d7abf0ec81fe8..478ca2b11a1976f3d9cb5dc482eb83b6da3327e0 100644 --- a/Geo/partitionVertex.h +++ b/Geo/partitionVertex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 eda85434e0594e09a8c1bcaab59fabad5a32ed9d..fe2536ffa5f7b63d65396400a344f120736747dc 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC Camera.cpp diff --git a/Graphics/Camera.cpp b/Graphics/Camera.cpp index f12030b05db06d458d6f21717e880e23fc943482..7524bdce203d135ed766d5dd3df6bd6b093b5d0d 100644 --- a/Graphics/Camera.cpp +++ b/Graphics/Camera.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ae13793141b78e520b56ef01da0b0bba756bdc91..7f99ba61ef1d31e9522f50424b87198b231af034 100644 --- a/Graphics/Camera.h +++ b/Graphics/Camera.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d1ac523d1ba3e9783629ac8fc93be8374b4a9301..40417b1c20711d2f437044a488c05f2648e95592 100644 --- a/Graphics/PixelBuffer.h +++ b/Graphics/PixelBuffer.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fccdf82a9fef5ff456514b99cb8c0d0a9097b19d..b9bcdc39e63ab24a4a53e671ef6618955c369e8a 100644 --- a/Graphics/ReadImg.cpp +++ b/Graphics/ReadImg.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f4f97be91297fdd290362e8d5b282eed993343d2..6e9bf9df8352fc1002c9eed524d6fd030f01ed39 100644 --- a/Graphics/ReadImg.h +++ b/Graphics/ReadImg.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f9b0375d66422c55073929afbb9480dc8eac595d..a0983589b552d4bbef1100a6444f6586ae859a5c 100644 --- a/Graphics/drawAxes.cpp +++ b/Graphics/drawAxes.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <string> #include <iostream> diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp index 7971769c5fe1e593f76bbf75fd25d435bd081166..3fc8122c804cf4fc0d85e24c857656aac4194b2a 100644 --- a/Graphics/drawContext.cpp +++ b/Graphics/drawContext.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 02acf15e106f45fdfea65fca4d3bdb9345e3c268..30df8bbd29cbf3fe67415e7e5ceb6d13f74ce3e6 100644 --- a/Graphics/drawContext.h +++ b/Graphics/drawContext.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4f6cd4375081be99ae1970c9d03f428736f024d1..e04967033b446d6e445a443aefd530c6f4f15d2d 100644 --- a/Graphics/drawGeom.cpp +++ b/Graphics/drawGeom.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8e4a0e5af535da196927d4e1beca21b72c4a95a6..b208cc934e6fc9c414c88f929d39d0b2b7f5ad39 100644 --- a/Graphics/drawGlyph.cpp +++ b/Graphics/drawGlyph.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 81370f2c8d717ec64751cef1c25cacb748ea10f6..efd4c8463fb9319109943563648682ce8287d65d 100644 --- a/Graphics/drawGraph2d.cpp +++ b/Graphics/drawGraph2d.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1da90cdbdfae69edadff01c26b311e3f29cff03b..21c944ac80f309bf634201efadcce8f431bdca9b 100644 --- a/Graphics/drawMesh.cpp +++ b/Graphics/drawMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5b1d35599fb5d9f893cb1012eba594f954c8c458..2f59387aa5824547550871b6ec09eb6138986631 100644 --- a/Graphics/drawPost.cpp +++ b/Graphics/drawPost.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <cmath> #include <algorithm> diff --git a/Graphics/drawScales.cpp b/Graphics/drawScales.cpp index 8def8cbb908d6af9dcaaae8ecd6973f9163f89ef..9efefb93f47e29cd09c3abf005632cb296df6304 100644 --- a/Graphics/drawScales.cpp +++ b/Graphics/drawScales.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a5ebbce9fc521a434b05d9ebb17d0563e1522eb6..7119611eac5745764083f4777cce343ef07a55af 100644 --- a/Graphics/gl2gif.cpp +++ b/Graphics/gl2gif.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 667cd657ebfe6a397cc8008ee847b01609eee67c..868f6446b64688b00c57f5b7acadebbfea06c235 100644 --- a/Graphics/gl2gif.h +++ b/Graphics/gl2gif.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 210690344f8f6db3d58662bde0c0421544079c0e..2216a252a43802df9ababf1000d2c14bc57bf20e 100644 --- a/Graphics/gl2jpeg.cpp +++ b/Graphics/gl2jpeg.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bc6bd88adfdb2473da697d627be6cfb77f6edd76..99b88620e216423e7be4ae5122071d39e4ddf69b 100644 --- a/Graphics/gl2jpeg.h +++ b/Graphics/gl2jpeg.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2f5c079d37f7e246ad61d74e230b257669ec578b..ed2cafa1ec00d8e8b1f96218f92617a5fde653b1 100644 --- a/Graphics/gl2pgf.cpp +++ b/Graphics/gl2pgf.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Sebastian Eiser diff --git a/Graphics/gl2pgf.h b/Graphics/gl2pgf.h index 22a1462016ffcb86a5dd7e74310805f790f7aab3..b6188ddd73c9afa90ad882d7e5e04fc4e3c5adb5 100644 --- a/Graphics/gl2pgf.h +++ b/Graphics/gl2pgf.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b5512f89fe37fe941cf185496c434f3ae3e1dca2..2545f3bc09af69081e4c6b86348ba2cf88662897 100644 --- a/Graphics/gl2png.cpp +++ b/Graphics/gl2png.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 af8cf50f7cdf38159f77abe4f24521e6c8a46747..545a1150f7bbf3c631d8f854a8b818e3d4948c0c 100644 --- a/Graphics/gl2png.h +++ b/Graphics/gl2png.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 19107877c0f226cd9ca7379f681f8ae90b9302e9..c83f3f492042be6a57606bd1b790e4f5ce3655ae 100644 --- a/Graphics/gl2ppm.cpp +++ b/Graphics/gl2ppm.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "gl2ppm.h" diff --git a/Graphics/gl2ppm.h b/Graphics/gl2ppm.h index 5c372f02fe28672b87bcdaf337a4638540385d75..5ae3955829d569ce8ec4bcc22d5a51daf6307942 100644 --- a/Graphics/gl2ppm.h +++ b/Graphics/gl2ppm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 93af4dd98768e1f73a79c7c644ecc43a1f747331..580d54917f309049238d6a48a4f69a9dcc4edf04 100644 --- a/Graphics/gl2yuv.cpp +++ b/Graphics/gl2yuv.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 95fc765ed73bef9107972d96db6702340c874ef2..7dec0047175f66d8f2a11e2099891735b4ebb7fc 100644 --- a/Graphics/gl2yuv.h +++ b/Graphics/gl2yuv.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 804e0844bce155cddbcbd94e4c7b0fa33ab0f0a0..5854698205893f41d5865e514fa322d1e6178b70 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <stack> #include <cmath> diff --git a/Mesh/BDS.h b/Mesh/BDS.h index b250fb86a5786fae5e90829c462d578d8078106a..47ac988e4177ce2d2fec1e8275ece5b6c8b5d9c9 100644 --- a/Mesh/BDS.h +++ b/Mesh/BDS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 db4a4cffca9a11cd01e259b7c0e7db376b34d718..f0249e6eef4d9394d2f9f34233a7ec200a230372 100644 --- a/Mesh/BGMBase.cpp +++ b/Mesh/BGMBase.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "BGMBase.h" diff --git a/Mesh/BGMBase.h b/Mesh/BGMBase.h index 2b602e84a43f56b3646ae5bf2a601d8719f77d85..d35dd3b65e67d1826c31ab52cccb3baeaf9efdc4 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4ed5aee84132f1b1bd3c567027aa1870b66c4a46..d80f058ed698022274d3047464d271f05f8e4a4b 100644 --- a/Mesh/BackgroundMesh.cpp +++ b/Mesh/BackgroundMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0bc1e27823e324a3b4b8a1c8ec99bad678b3dae5..a6927115e733ff2fe1b2ff7c16153c6ed1ca9312 100644 --- a/Mesh/BackgroundMesh.h +++ b/Mesh/BackgroundMesh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 212d9a2172b70fae8e44949d601bfe2d9a4452fb..4670fb00bb0524bfaa5d275c431b49fce512dcb5 100644 --- a/Mesh/BackgroundMesh2D.cpp +++ b/Mesh/BackgroundMesh2D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 6c4240a465ca026ec88490463e088788e239eaa3..4b95fec9de7aafabd84ba012800ae17fd3e7562a 100644 --- a/Mesh/BackgroundMesh2D.h +++ b/Mesh/BackgroundMesh2D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bd7d08e6d098ab88523c50943bcd7d9c8da6f1e0..3221a6b5358ca2c4f127511cec094cb392f42cca 100644 --- a/Mesh/BackgroundMesh3D.cpp +++ b/Mesh/BackgroundMesh3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <fstream> #include <iostream> diff --git a/Mesh/BackgroundMesh3D.h b/Mesh/BackgroundMesh3D.h index 84140d355e8ec9b39e16f82ca410e37d47a6204c..4c9c4333a02247fc1329df0758ea9904c0ab83bf 100644 --- a/Mesh/BackgroundMesh3D.h +++ b/Mesh/BackgroundMesh3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 092b31cc3b60676576f843d9ffaa56fe79c92c25..cd48e78fdb4e8cfa556294c554403daa4ee41e40 100644 --- a/Mesh/BackgroundMeshManager.cpp +++ b/Mesh/BackgroundMeshManager.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bc7d464e67d01dab64dcd84f8741904a608d9efe..c4b3ddfce912445955236877bfa7be250083983a 100644 --- a/Mesh/BackgroundMeshManager.h +++ b/Mesh/BackgroundMeshManager.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 67635948d7c4cedce44ef8353b34ca287f484627..fb4952a4c1c48ee6fdc121a4c864a8ed71737428 100644 --- a/Mesh/BackgroundMeshTools.cpp +++ b/Mesh/BackgroundMeshTools.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 01206098f6918513d3b7fe82db770e0c1aa86579..e5eb1c03652d1c12ebc5e2d18d1ced504066c245 100644 --- a/Mesh/BackgroundMeshTools.h +++ b/Mesh/BackgroundMeshTools.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 77b5408a2eecb267630f75def445693577616982..95a8fcd565b36ed3562630be0dcb1c1e33b6814b 100644 --- a/Mesh/BoundaryLayers.cpp +++ b/Mesh/BoundaryLayers.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ea7465b900141152919dc5e0c6ebf4c9d1580f82..47c53a08f61601846053ff081866c608e8d25769 100644 --- a/Mesh/BoundaryLayers.h +++ b/Mesh/BoundaryLayers.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 688a2f20d22d31da56d7e0de89886082b66e26e0..2f4e97e63f55e57ecf0d755911a730719eb6c098 100644 --- a/Mesh/CMakeLists.txt +++ b/Mesh/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC Generator.cpp diff --git a/Mesh/DivideAndConquer.cpp b/Mesh/DivideAndConquer.cpp index 1ba1185c1377cb2ef0eba8cde04b9f77d8626e8a..6c53342d8cea7e9aa558963d5380974535e924aa 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e8b0a52cc76d62caf1cb4c19dcf4500b86973fff..342b55fd67b841ec48a8e5807e09719b9f2e933b 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 51e4346d2637ff31de7bd65f238938190836aea3..1677d41684c09a82a761970aedb222ce7ae9ffeb 100644 --- a/Mesh/Field.cpp +++ b/Mesh/Field.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Jonathan Lambrechts diff --git a/Mesh/Field.h b/Mesh/Field.h index 4c4ce6133d882d8d73a81a06c99cb6c4092f024c..a80680051bf224ba2b32b2da5dae20110951baf8 100644 --- a/Mesh/Field.h +++ b/Mesh/Field.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fda6ee702881884ca7118d600901daf3e294d9c9..d195d03fb34a8dc88353adfdff1de0189da43d9d 100644 --- a/Mesh/FieldPython.h +++ b/Mesh/FieldPython.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3fca7557072addb2a653d85c62bfcce8b5e3a0a2..f6985d00919c935087c74907e0fa75282188fa24 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3f0ecbce5d509d34dd748ffb0e9377bbecfd26a8..9fa4adbd9d148223db9ba676b5a65bb120438f80 100644 --- a/Mesh/Generator.h +++ b/Mesh/Generator.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d7f2b235b25fd458403ef48d5e508ccf8a67d4ff..b9b7c3981bc2ca468701731194d10bf0ebd198be 100644 --- a/Mesh/HighOrder.cpp +++ b/Mesh/HighOrder.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Koen Hillewaert diff --git a/Mesh/HighOrder.h b/Mesh/HighOrder.h index 063c1ec82f8001a8f51c7631332397492ad544b3..c88e5187bc135b1303d890b838c9b91ddca98e47 100644 --- a/Mesh/HighOrder.h +++ b/Mesh/HighOrder.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _HIGH_ORDER_H_ #define _HIGH_ORDER_H_ diff --git a/Mesh/ThinLayer.cpp b/Mesh/ThinLayer.cpp index 386534c93514ad356a132e85cf556255f76af67f..26ed82f87ed68432c8ee1252645f4ffdc44a9838 100644 --- a/Mesh/ThinLayer.cpp +++ b/Mesh/ThinLayer.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Author: Nicolas Kowalski diff --git a/Mesh/ThinLayer.h b/Mesh/ThinLayer.h index 1ed38a5e1febddb554b724cd0198e4fca996d9a1..2ab47e770a37f65d751c9957ff235c23439cbfb6 100644 --- a/Mesh/ThinLayer.h +++ b/Mesh/ThinLayer.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Author: Nicolas Kowalski diff --git a/Mesh/cross3D.h b/Mesh/cross3D.h index d8d8d815c121300c372694b2a5a4ed9b3c31648b..849d72d5f583c644e0a1c12a8d577501cc2fd428 100644 --- a/Mesh/cross3D.h +++ b/Mesh/cross3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f960c93f27fee4b0ee46cb81572bb7e3ae74ebe1..3472205b835dd9252ce899ea607accd76bc40629 100644 --- a/Mesh/delaunay3d.cpp +++ b/Mesh/delaunay3d.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 193ed2418bc712731f8b9f408578bff6e4187128..c86a25758c816d782c15ebd649cfbb7cd0e5af72 100644 --- a/Mesh/delaunay3d.h +++ b/Mesh/delaunay3d.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _DELAUNAY3D_H_ #define _DELAUNAY3D_H_ diff --git a/Mesh/directions3D.cpp b/Mesh/directions3D.cpp index 4818e58175652116bba6d8d407796a0648566d4e..df87da506311af5ab0676cc10ef35e4af82804ee 100644 --- a/Mesh/directions3D.cpp +++ b/Mesh/directions3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 432faa492542aa13ec33636f5c1961d0e45ecee4..e1dd84131e58f4ec8b760a25020b59ec86ad1c87 100644 --- a/Mesh/directions3D.h +++ b/Mesh/directions3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 002eb9eaadba67f266259a99e270e77fbab6c7a0..8ec97329f68804b6a990a4540c6888a79c6a94ba 100644 --- a/Mesh/filterElements.cpp +++ b/Mesh/filterElements.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <algorithm> #include <vector> diff --git a/Mesh/filterElements.h b/Mesh/filterElements.h index 4537bab71cd69b94c515f16f41d96450c56bdf51..b114f42ad43864e293435e3dc350f20662c794f4 100644 --- a/Mesh/filterElements.h +++ b/Mesh/filterElements.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a7c3aff62028014c8b7db1a37d9ea096ff528c7a..205ae34c7d440455bc4dffecb2ea57b628f22aea 100644 --- a/Mesh/meshDiscreteRegion.cpp +++ b/Mesh/meshDiscreteRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 51a11dd7b5fe8fe99c6ff23feb05a9d6aeed3bc4..65869cefd3b9f079a45d82fd55500b94d2beb4d4 100644 --- a/Mesh/meshGEdge.cpp +++ b/Mesh/meshGEdge.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1af8d9a201cc18eef624a9ed524ae005b12eea1d..0f02ef71c3a68577178e9ecf595ae98b286ac235 100644 --- a/Mesh/meshGEdge.h +++ b/Mesh/meshGEdge.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fb7ee8108c0bea0f01dba86d09f7e3d4da3b60a1..110e49aadb4a127672c0a05ea24f6512dc657fe9 100644 --- a/Mesh/meshGEdgeExtruded.cpp +++ b/Mesh/meshGEdgeExtruded.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ee7bf7a780988aa4f93f8aea453b7dd00e1867c2..07d00b2f7de19ba1f55dbaf2c2e1bd13ff2c6b5c 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <limits> #include <sstream> diff --git a/Mesh/meshGFace.h b/Mesh/meshGFace.h index 786684bcf14aea786ab7d5515c2910130d9a304c..a60bef59e80e59d6b5fec68aa3044e3e9e4a00df 100644 --- a/Mesh/meshGFace.h +++ b/Mesh/meshGFace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9c6920cecd70a99f45af5d315df6e75256a451eb..bf7f64345540896e2a95cb8932a0970c595fb88c 100644 --- a/Mesh/meshGFaceBDS.cpp +++ b/Mesh/meshGFaceBDS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d7d7234fb0e98dd6e5680b216f4dd64cbae14d24..9a895dc3d15dd1544c2888a6e82059a503559324 100644 --- a/Mesh/meshGFaceBDS.h +++ b/Mesh/meshGFaceBDS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fb5f74b1c56e81f9b8a4ad76c62a7781bca27e19..7c20bf1c274d7a028a8a1e361eee8df30faa7851 100644 --- a/Mesh/meshGFaceBamg.cpp +++ b/Mesh/meshGFaceBamg.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9e214a8184a599900b978f8a4be1feb269823871..7a4143e6e5be597820d407faa06bcd11c1e404ea 100644 --- a/Mesh/meshGFaceBamg.h +++ b/Mesh/meshGFaceBamg.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a5bb49974b6d5cd674f7e74769db1320c159f5a5..06e46fafa21b6b5266d9fd418c2623a2948d3b34 100644 --- a/Mesh/meshGFaceDelaunayInsertion.cpp +++ b/Mesh/meshGFaceDelaunayInsertion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <limits> #include <set> diff --git a/Mesh/meshGFaceDelaunayInsertion.h b/Mesh/meshGFaceDelaunayInsertion.h index 3c85959a6bc24f9064bca30d80b4bf6217df787d..12eb72a2eb9114e55688fd2a6cf1f90667d85901 100644 --- a/Mesh/meshGFaceDelaunayInsertion.h +++ b/Mesh/meshGFaceDelaunayInsertion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 aa2a3cb5ce47df7692ed96887de4c0d559e49cee..9e3c99032fbd7d96f0250c842db163af03356a39 100644 --- a/Mesh/meshGFaceExtruded.cpp +++ b/Mesh/meshGFaceExtruded.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <set> #include "GModel.h" diff --git a/Mesh/meshGFaceOptimize.cpp b/Mesh/meshGFaceOptimize.cpp index 46724646d6ad5346722b39d742f9d0a481b7daab..770d47103b920452e404f8c5018e9cdf7675df4f 100644 --- a/Mesh/meshGFaceOptimize.cpp +++ b/Mesh/meshGFaceOptimize.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ed56f13c32173c5a257171cd346cfb27edbc5dd1..a581a1a450073a7a850b32cc6f684b03b82da2c2 100644 --- a/Mesh/meshGFaceOptimize.h +++ b/Mesh/meshGFaceOptimize.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 61dc944afa9adedf757166abed7fc4cab035b751..c5a1bc728cdd51514234a35589d4875a3126c547 100644 --- a/Mesh/meshGFaceQuadrilateralize.cpp +++ b/Mesh/meshGFaceQuadrilateralize.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3277727188c44d8f1be730cf1287dfc8366d4287..b000e13b2e5f887b14a13202200ce103cae45e4c 100644 --- a/Mesh/meshGFaceQuadrilateralize.h +++ b/Mesh/meshGFaceQuadrilateralize.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _MESH_GFACE_QUADRILATERALIZE_ #define _MESH_GFACE_QUADRILATERALIZE_ diff --git a/Mesh/meshGFaceTransfinite.cpp b/Mesh/meshGFaceTransfinite.cpp index 445f45fd58fede249514542316551ae30a803334..46aaada39203b506673d42a8461208c900ecaea5 100644 --- a/Mesh/meshGFaceTransfinite.cpp +++ b/Mesh/meshGFaceTransfinite.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8bc996f38d4d40cdc563ff008f00fac362222683..243b3c88b7da7814e28be2857a3e0321815a54de 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5a70797eac2a8b117c839373cfad3ea5ee08e34b..beea1901e5456d36f1ed550d1221fea4c2cbd497 100644 --- a/Mesh/meshGRegion.h +++ b/Mesh/meshGRegion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a298bbdb00cccdba1d0145e7ff7d158716c816d0..4bcfca1e069f8df36f9ad46d05b9ebc2d8acfd38 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2832b07a2adc8f979fc9560a02457ae9a7e6bc3a..7509f1bdd3c4d4cc186ea6bb425c19d5be58c863 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ccdff7828044f6ac9ad4f4b4b76d30b755a9fd86..88c9656d72f5af9ffb2a24d7de24199c0ba1953d 100644 --- a/Mesh/meshGRegionCarveHole.cpp +++ b/Mesh/meshGRegionCarveHole.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 290b1c916390571485be6ea0270a845654bb00a5..3fce6afeffcc04983fbcac5e6da7c49acc9cdd6a 100644 --- a/Mesh/meshGRegionDelaunayInsertion.cpp +++ b/Mesh/meshGRegionDelaunayInsertion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <set> #include <map> diff --git a/Mesh/meshGRegionDelaunayInsertion.h b/Mesh/meshGRegionDelaunayInsertion.h index f6aa41ca42b36cee223aac839940243eb31bb333..e5dc80d06f4939a5921b659c7d7e14b84fc34ecc 100644 --- a/Mesh/meshGRegionDelaunayInsertion.h +++ b/Mesh/meshGRegionDelaunayInsertion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 011a916e9d5e75e74070d8d154d4ee9d6b68836c..b42f6b47ee7c2ecd7e05a7290d2d478b66c9e20d 100644 --- a/Mesh/meshGRegionExtruded.cpp +++ b/Mesh/meshGRegionExtruded.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cfca34a44ae1a603e98c51c518e797d2f5226e0a..cd7fb96cb46a50c4e546ac2491e86d047e207f39 100644 --- a/Mesh/meshGRegionHxt.cpp +++ b/Mesh/meshGRegionHxt.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <map> #include <set> diff --git a/Mesh/meshGRegionHxt.h b/Mesh/meshGRegionHxt.h index d8f705559187260f9260b31e1a81db84cf7e65ef..4ecc76256f69d5094795e91a99aec2448e6b83e0 100644 --- a/Mesh/meshGRegionHxt.h +++ b/Mesh/meshGRegionHxt.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _MESH_GREGION_HXT_H_ #define _MESH_GREGION_HXT_H_ diff --git a/Mesh/meshGRegionLocalMeshMod.cpp b/Mesh/meshGRegionLocalMeshMod.cpp index 4118dad2e9208984508419b3a0964d58da000fea..003a390b4a89c4981580364f70d9450337a39fdc 100644 --- a/Mesh/meshGRegionLocalMeshMod.cpp +++ b/Mesh/meshGRegionLocalMeshMod.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 74dd9d8ee34bc79fc85ab81fbe5bdd0f72257da6..c9f5d605e91e4cda732a991c8acbd0238dd29a6e 100644 --- a/Mesh/meshGRegionLocalMeshMod.h +++ b/Mesh/meshGRegionLocalMeshMod.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 90ea332387231d4810871d94cba3f55442acd667..97c3640f63ca2dc500409cd4d0c39f6ba39b807b 100644 --- a/Mesh/meshGRegionMMG3D.cpp +++ b/Mesh/meshGRegionMMG3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1b5cb7d63e257e0da5fbfddc60ccf5004699f202..9266bfeeef4d09dec778885f5719fa26623af3d5 100644 --- a/Mesh/meshGRegionMMG3D.h +++ b/Mesh/meshGRegionMMG3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _MESHGREGIONMMG3D_H_ #define _MESHGREGIONMMG3D_H_ diff --git a/Mesh/meshGRegionNetgen.cpp b/Mesh/meshGRegionNetgen.cpp index 20aef90fa6d6188b7b5036fad45f505b1ffa5b16..8315394321e290774c4438fca78908e1e4e1e7af 100644 --- a/Mesh/meshGRegionNetgen.cpp +++ b/Mesh/meshGRegionNetgen.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <stdlib.h> #include <vector> diff --git a/Mesh/meshGRegionNetgen.h b/Mesh/meshGRegionNetgen.h index 4b16454b0811ff82e61808deb9e657b14d82f54f..34a35b61e5c72b68b8edc06791f684ec569460f8 100644 --- a/Mesh/meshGRegionNetgen.h +++ b/Mesh/meshGRegionNetgen.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _MESH_GREGION_NETGEN_H_ #define _MESH_GREGION_NETGEN_H_ diff --git a/Mesh/meshGRegionTransfinite.cpp b/Mesh/meshGRegionTransfinite.cpp index a789b2bded685ff6d130f88248425558ba6f680a..12dd6a72b9f004bde879464c79730ec56dc6f5cd 100644 --- a/Mesh/meshGRegionTransfinite.cpp +++ b/Mesh/meshGRegionTransfinite.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a08723bc44cacccecb1243d0e80fd3dc57cb7db6..749e4cdfd150fcfa76004179c1f4a46740ebe431 100644 --- a/Mesh/meshMetric.cpp +++ b/Mesh/meshMetric.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 86a21d1c9fbe5647c5909343fd273fa83b6a4774..874cd8bbb10a7d0f3d5671fbbcb07051831af0ef 100644 --- a/Mesh/meshMetric.h +++ b/Mesh/meshMetric.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 20eb5b5d313660049f956b73d8cd0bb73ef085df..627c9e6546754ca65852b814022437e3133ecce4 100644 --- a/Mesh/meshPartition.cpp +++ b/Mesh/meshPartition.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Anthony Royer. diff --git a/Mesh/meshPartition.h b/Mesh/meshPartition.h index 6d94447e257059d69aeae855f72e5c3306af89ed..0ccf17a457f969253c90a559e85adc717914b92f 100644 --- a/Mesh/meshPartition.h +++ b/Mesh/meshPartition.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1fcfba0fddcef7d09d2c896ee63b169b84004abf..f82dd83ebb3facf7eba987da1aafa5e79ccea4fa 100644 --- a/Mesh/meshRefine.cpp +++ b/Mesh/meshRefine.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Brian Helenbrook diff --git a/Mesh/pointInsertion.cpp b/Mesh/pointInsertion.cpp index 210c05504ef9295fb69e544b075523afea70fc63..184970712f97fa95f693c71e86a15c4fbb9145fb 100644 --- a/Mesh/pointInsertion.cpp +++ b/Mesh/pointInsertion.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 96b98c7f7cc5d6597438e04381b8ffe49038ed6a..fac3ed283588bbedb50c8e918c090fd9f8653ebe 100644 --- a/Mesh/pointInsertion.h +++ b/Mesh/pointInsertion.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // #ifndef _POINTINSERTION_H_ diff --git a/Mesh/pointInsertionRTreeTools.cpp b/Mesh/pointInsertionRTreeTools.cpp index aec347736012426f22130686abc90955e3a9ede7..9538e9788f13a6ea696bb6719dc4280783376998 100644 --- a/Mesh/pointInsertionRTreeTools.cpp +++ b/Mesh/pointInsertionRTreeTools.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c16bd545b0dfe3878b9683804f8574efb93af405..f0fdca15d8fa43f5e24f6f17e966423cf377c85b 100644 --- a/Mesh/pointInsertionRTreeTools.h +++ b/Mesh/pointInsertionRTreeTools.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 29de8e25b42b6a97f9dffa5785be9675e5e7f89c..459dad53f0487abdeb212425b37832e55f500fa9 100644 --- a/Mesh/qualityMeasures.cpp +++ b/Mesh/qualityMeasures.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2f5e2063e0cd0e3c697be8f50fe046c8e998d3cd..8714dfacbd31125effb82c178eebf0f0ce6bc43c 100644 --- a/Mesh/qualityMeasures.h +++ b/Mesh/qualityMeasures.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3f654f8a9ee14421dd92e6d45ecad1bc86bccfd4..5cf4b473622624d0d61294cfb115dcc4de172b08 100644 --- a/Mesh/simple3D.cpp +++ b/Mesh/simple3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 14ae0e87e9bfd7a5a7b313719f3ecb8ff74f4ce8..2bdf561db13cefc71e161f3d2ae8c6d9ca910118 100644 --- a/Mesh/simple3D.h +++ b/Mesh/simple3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 6afef7ee5640053b85b0ae8e0299a7905a72662e..212b721d600cccda450171f9246c0b9706fd0c11 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 680da8bced6445ab59388b9ee0c476c58d121855..e5243b739442ed7f62d609cf0f144cadc6174f5d 100644 --- a/Mesh/surfaceFiller.h +++ b/Mesh/surfaceFiller.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // #ifndef _SURFACEFILLER_H_ diff --git a/Mesh/yamakawa.cpp b/Mesh/yamakawa.cpp index d1ef2d0ca24feb7bc115091196c3b128bc0efab3..0578766bf82acdb38e3e3e3058164d946ebb7c5d 100644 --- a/Mesh/yamakawa.cpp +++ b/Mesh/yamakawa.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 edd907d1829fe94be2c6b738090c501c0554da51..073bb7852f2dd356c5d294954013eca416d4f3b6 100644 --- a/Mesh/yamakawa.h +++ b/Mesh/yamakawa.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by Tristan Carrier diff --git a/Numeric/BasisFactory.cpp b/Numeric/BasisFactory.cpp index c03d9d0eb010012f9a2661769ba2769de3be8690..da23d78c72b5eb0d629ea43d27a4840e1923b755 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 04c27266f5d39a81972314f77d9e2ba2e7c94c7f..54bf692a847e14ccf39b4e8ce8340ed6f90bd4f3 100644 --- a/Numeric/BasisFactory.h +++ b/Numeric/BasisFactory.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3b8bd5e759cce51e93b990118064604feefc8224..4e2b58b5921f4fb56bcef31ddd7658472b7398fb 100644 --- a/Numeric/BergotBasis.cpp +++ b/Numeric/BergotBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 218a3deda4bef0df8645dbe9b8edb859f33e1219..eab1678b44549b5d2dc327d77ee17cf15086ed8a 100644 --- a/Numeric/BergotBasis.h +++ b/Numeric/BergotBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 18cfc5e78ed6716d4d38f7a803c4a5bfc3a3ec72..a2908ec346524bad483a938cca3d67bcc34a09ee 100644 --- a/Numeric/CMakeLists.txt +++ b/Numeric/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC Numeric.cpp diff --git a/Numeric/CondNumBasis.cpp b/Numeric/CondNumBasis.cpp index fd1da1804136f52fd13bf66908285ab61019f391..bb911910e50c85a37edece1fc3a8765a423bea89 100644 --- a/Numeric/CondNumBasis.cpp +++ b/Numeric/CondNumBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "CondNumBasis.h" diff --git a/Numeric/CondNumBasis.h b/Numeric/CondNumBasis.h index 7e6bd07c754a6cc682f786f17eabe1c36b3406e0..66989507178c427d8c99b25588f66e3c3f5d43f3 100644 --- a/Numeric/CondNumBasis.h +++ b/Numeric/CondNumBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 040215678b5598f8679ab9fd4b3048073e86b62c..6c252693ecf11a6acd382618df4c5ef1fcaa2eee 100644 --- a/Numeric/ConjugateGradients.cpp +++ b/Numeric/ConjugateGradients.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a3d1a424a35960ef5d52f3c54e9626746428f641..ad7c075c860f12f6ce7033a4469e02ee7cfdbe57 100644 --- a/Numeric/ConjugateGradients.h +++ b/Numeric/ConjugateGradients.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _CONJUGATEGRADIENTS #define _CONJUGATEGRADIENTS diff --git a/Numeric/ElementType.cpp b/Numeric/ElementType.cpp index eb3b3a9b8946e3c005e57b3aec4672b6de090268..e2357390c109f90b38a5ab7ee298c5de2923080a 100644 --- a/Numeric/ElementType.cpp +++ b/Numeric/ElementType.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 aa74ca521a8d0e8545c0d8a48765b7edb62830a6..0b8581e997b6ed0ecebc4e47e77803a2a214f803 100644 --- a/Numeric/ElementType.h +++ b/Numeric/ElementType.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d96cb4bacd526feb161811858863ecc1529fa0eb..509be0ec2bb36bf0411bc3099cff7d025601f3ec 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 904804ff83d2fdfe0ec3a920fef2a22725b60e80..846c8822e45eed9787e5f3a2012d0b9c55f3dffe 100644 --- a/Numeric/FuncSpaceData.h +++ b/Numeric/FuncSpaceData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d9b18f43dbfb49467c9976a10f76297bfa2b9ba2..6f42f0933847e1e12d8ab14f1feeee0a6f05620a 100644 --- a/Numeric/GaussIntegration.cpp +++ b/Numeric/GaussIntegration.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ba3fa0e8f164e5a66ddfa5e68e18d5b80d201ca7..bfe745ffb966c86cdc40d80ab8f7c1b99384eda2 100644 --- a/Numeric/GaussIntegration.h +++ b/Numeric/GaussIntegration.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c8ddc46149d06ea6e6902b07e55d4048776b9ea3..49c379a071725a4198705111172c7174dcc7075a 100644 --- a/Numeric/GaussJacobi1D.cpp +++ b/Numeric/GaussJacobi1D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 7b8a72e14e9b2b826bdad19713956e7895af3be7..b179115e0640e67b67b0971f94bebc895c2a11bc 100644 --- a/Numeric/GaussJacobi1D.h +++ b/Numeric/GaussJacobi1D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 644a7e86370380efba7795a86a36caa766be1e44..9d8240d0a0e888e20e610b0fefdc076e6d50105a 100644 --- a/Numeric/GaussLegendre1D.h +++ b/Numeric/GaussLegendre1D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e77af585b13ad591f8fea40a27b96f38bca3bf50..2ee437a23d7af91f614ba3ceac1d9653cd52e63e 100644 --- a/Numeric/GaussLegendreSimplex.cpp +++ b/Numeric/GaussLegendreSimplex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b890fe032b6b4231a440cb38fb0d2bf4b79b636a..77b5f13e77557c3abe6a7ac6b6e36806ad608cca 100644 --- a/Numeric/GaussQuadratureHex.cpp +++ b/Numeric/GaussQuadratureHex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 578c452a8dfac5b0b2435805af3a5ea4c9de0142..6a8f0362e25ece8ade308c8ae053a269b6d1e7ba 100644 --- a/Numeric/GaussQuadratureLin.cpp +++ b/Numeric/GaussQuadratureLin.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 518187f8103a90a425e84da902484d2b872b84f3..287d7da9a38a61aa4c33dd117a8b161d24678188 100644 --- a/Numeric/GaussQuadraturePri.cpp +++ b/Numeric/GaussQuadraturePri.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 083efb9445d8628ba1d7b3c444f4ba0dd4f07376..2e2527a311200184076002b669469ec8b66f28b5 100644 --- a/Numeric/GaussQuadraturePyr.cpp +++ b/Numeric/GaussQuadraturePyr.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fe3f6bafc8274b83db43f2398be7af4c2ba4f1e4..eb3a585e29a5d066f2c7f81b120f91f4841cbc2a 100644 --- a/Numeric/GaussQuadratureQuad.cpp +++ b/Numeric/GaussQuadratureQuad.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9103385cb1729ad4413cb469054ab91c89647e87..fea4df05cd59b07face7d0ad080869f7d2cd0ed0 100644 --- a/Numeric/GaussQuadratureTet.cpp +++ b/Numeric/GaussQuadratureTet.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 425c6368acdce62ddf359a5b01612a75788d555b..0a1e504b14e758718cd1071de2304dccc0324dc7 100644 --- a/Numeric/GaussQuadratureTri.cpp +++ b/Numeric/GaussQuadratureTri.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2331eb255c8da8491e13821a1a246e9ed415af27..507c7effadeccb79ecce3d43cd663aedc3001d08 100644 --- a/Numeric/HilbertCurve.cpp +++ b/Numeric/HilbertCurve.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 25840cd9191e89efb25585a7e958575a4c7a1018..d5bd21c53a09f1851d4601dd1767b58f1d96a410 100644 --- a/Numeric/HilbertCurve.h +++ b/Numeric/HilbertCurve.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 61fcd7dcf6445a83d1f2680089e6c2c638d7645d..d73a4ec083c687a692e7acd3de37bddbd508346c 100644 --- a/Numeric/Iso.cpp +++ b/Numeric/Iso.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "Numeric.h" diff --git a/Numeric/Iso.h b/Numeric/Iso.h index 3b25f5affb1d2058e1adfb6716fe82380148d5c9..01340061f4cd388419430eab291902fbca9231f6 100644 --- a/Numeric/Iso.h +++ b/Numeric/Iso.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bb83cf03f4c7ff1340947927507c931a009ea9ac..7703c22f8c54f04c8b8b445e2be28f01ab3ce8da 100644 --- a/Numeric/JacobianBasis.cpp +++ b/Numeric/JacobianBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 03e3a9c014dee6c20059a31e59ab327f7ba590ae..1c2a9eab65c767021e74663431af07d2f11e7d89 100644 --- a/Numeric/JacobianBasis.h +++ b/Numeric/JacobianBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 629d27da464740105474275111c7d1b0fca98f56..bb32c1ecafe5a06d3ef190025c48a311eab8aa47 100644 --- a/Numeric/Numeric.cpp +++ b/Numeric/Numeric.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c4d404eb75b1839fc188da749953bb20c19c9707..733e986588f1ca8cc044f379c2d3a23b89259fe7 100644 --- a/Numeric/Numeric.h +++ b/Numeric/Numeric.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a850545c1265d084c4544b7434f728b5b457391c..54bb988c325161ce0c83294b871b15b3a5764dd9 100644 --- a/Numeric/approximationError.cpp +++ b/Numeric/approximationError.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1cdec1a5069b636388d62f4b9edc91ee75b33f0b..bb2cd710e67d266d6049a31cd95cd214c5bd027f 100644 --- a/Numeric/approximationError.h +++ b/Numeric/approximationError.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cd265324043631d17688db91b1e6405d4a82af34..2af1ba3b04eab5845e587ad8ddd08735cd7224e1 100644 --- a/Numeric/bezierBasis.cpp +++ b/Numeric/bezierBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <map> #include <algorithm> diff --git a/Numeric/bezierBasis.h b/Numeric/bezierBasis.h index f78c39a535742062ed4d03f70e4a0d6329aba70e..b72cfc5affea502d4f07be7d49850e5934d25bbc 100644 --- a/Numeric/bezierBasis.h +++ b/Numeric/bezierBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 64a891fc0b258d51d9aae75ea48b37b5e9a2d5be..d9904b0cb7570cfebac25f6cc6ddb1cb759c91ec 100644 --- a/Numeric/cartesian.h +++ b/Numeric/cartesian.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4487d0fbd74a4766f6133b938e1bf1a8ea2544d8..8fc46772743747ee0a0f03f9efcab6b6ade1ed5a 100644 --- a/Numeric/decasteljau.cpp +++ b/Numeric/decasteljau.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by J. Lambrechts diff --git a/Numeric/decasteljau.h b/Numeric/decasteljau.h index b50ea3ebc653fb06dd4e6a3e10e3733071d6abd3..c9a85208b29e139a04f65ba466a2e40722dd2554 100644 --- a/Numeric/decasteljau.h +++ b/Numeric/decasteljau.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributed by J. Lambrechts diff --git a/Numeric/discreteFrechetDistance.cpp b/Numeric/discreteFrechetDistance.cpp index f31b8d780c64404c388b9227d1658821769ed543..204fbc18d8b79e2466e8c9bf5beed1d852a7da3d 100644 --- a/Numeric/discreteFrechetDistance.cpp +++ b/Numeric/discreteFrechetDistance.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2c4531b682604f3b757268f66e76b9f73d78441c..38d8577e4a2934e53a33685f220db7cd07283872 100644 --- a/Numeric/discreteFrechetDistance.h +++ b/Numeric/discreteFrechetDistance.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b1bc63208eba7f5aea237f47e3ed02cc91bc2df0..482fd816aec2d64e0f48002cad2a1f494e6f587b 100644 --- a/Numeric/fullMatrix.cpp +++ b/Numeric/fullMatrix.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 aac5b6677c755d24ee4a4a002401060f28ba2746..121f854c2e35877e3d812f10cda5548d4d62fe8f 100644 --- a/Numeric/fullMatrix.h +++ b/Numeric/fullMatrix.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5bb03c5ee5cf59d11da644b9c8e37b1e78837ce2..5b87aa23f6d653b2b3de3385772bf3f7bd3315f1 100644 --- a/Numeric/hausdorffDistance.cpp +++ b/Numeric/hausdorffDistance.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 45a8164194ca9ff51c0f8948ab9bdc4c7ccc865c..ba43cd55673081af21341cc2ee7b2055fa90ea21 100644 --- a/Numeric/incompleteBasis.cpp +++ b/Numeric/incompleteBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Amaury Johnen diff --git a/Numeric/incompleteBasis.h b/Numeric/incompleteBasis.h index d724032b304b45785ca75e443bbf3932baef2c35..343c768101996769cbdaa6b99f0df1cf6979feda 100644 --- a/Numeric/incompleteBasis.h +++ b/Numeric/incompleteBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bcd095bf87b39e2cc074e32af410b714330fb438..47ed46a065ae59d7f24d81bbc9897f0c5bff4ac1 100644 --- a/Numeric/mathEvaluator.cpp +++ b/Numeric/mathEvaluator.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "mathEvaluator.h" diff --git a/Numeric/mathEvaluator.h b/Numeric/mathEvaluator.h index ca161f5360aef8af141765bbd4e1ec437eee26e8..25a81e59ac5893bcab7fe5e54169a1dceff1bff9 100644 --- a/Numeric/mathEvaluator.h +++ b/Numeric/mathEvaluator.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 de8c1ddbbc8b273a4f549b5e8baba79bc05eccf3..9388faa0f8748959038fc337e1ae10967e289bbd 100644 --- a/Numeric/miniBasis.cpp +++ b/Numeric/miniBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9e1e6ef4600a6cca2dc3ab5410699eac2520dd2a..97903b3abd36e24b0bfa83f3b6008fa35c118743 100644 --- a/Numeric/miniBasis.h +++ b/Numeric/miniBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9a3bfde7f0b155ccd92b20be66544ec7ecd0c631..e291949bd1352fb4835bfd528001e686cfc346e3 100644 --- a/Numeric/nodalBasis.cpp +++ b/Numeric/nodalBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <limits> #include <cmath> diff --git a/Numeric/nodalBasis.h b/Numeric/nodalBasis.h index a02be0aa9bbf3bebce2056fa02a62a93e08ae767..4dea05ef88e2fbfdce6fa75000e311751711b962 100644 --- a/Numeric/nodalBasis.h +++ b/Numeric/nodalBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bd0d71af973b80c6404919e36d90b611f3407ad6..a85fee8b3e5b096934d256c46e252a249cf2a44b 100644 --- a/Numeric/pointsGenerators.cpp +++ b/Numeric/pointsGenerators.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9f45bcbeaa376d1cae246e8df5e8ed0c51aaba63..a6c9b385fba7d4bcbdc05179a565f94f91cb558a 100644 --- a/Numeric/pointsGenerators.h +++ b/Numeric/pointsGenerators.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d8d6e944f8fb274972b636b96779efc203fba424..c4dbcd92ea7851a1a4a63bb839e9466281815b6f 100644 --- a/Numeric/polynomialBasis.cpp +++ b/Numeric/polynomialBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Koen Hillewaert diff --git a/Numeric/polynomialBasis.h b/Numeric/polynomialBasis.h index f29c08657bcac8eae18da3d81835cf80ba420796..bfa9de425643fa8003e378593b3b8ccdde2cd7d6 100644 --- a/Numeric/polynomialBasis.h +++ b/Numeric/polynomialBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ed279cb7ed0018143cbc3a649e98b92c293c1d96..3b09d4703ec463c8266fdde050360c4620f328fb 100644 --- a/Numeric/pyramidalBasis.cpp +++ b/Numeric/pyramidalBasis.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <cmath> #include <algorithm> diff --git a/Numeric/pyramidalBasis.h b/Numeric/pyramidalBasis.h index 8dfd894a8e71339aa14ec819bebecbe292a28586..20ec0a22e43ad964f8521492927cb28cc7a31522 100644 --- a/Numeric/pyramidalBasis.h +++ b/Numeric/pyramidalBasis.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3867cb19b5a828f0c971ae846b4d2f1d73b58332..fc23f5b957d7990d4d0a31372e67805672686bcf 100644 --- a/Numeric/robustPredicates.h +++ b/Numeric/robustPredicates.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 97d23ece0ed16cc19fe9af7952fc6e86c4d3f1ec..6ee7885d806684eb58f262479c89e0dce9190192 100644 --- a/Numeric/simpleFunction.h +++ b/Numeric/simpleFunction.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d00af295e8775662fe708cbd17949836ff68087c..6ce154ffd78133ce854d10cad2288f34cb8f69cb 100644 --- a/Numeric/simpleFunctionPython.h +++ b/Numeric/simpleFunctionPython.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 77bd16e65a6c317c8fc8af7174a53a18dded42e8..50ca959f889cad2ba322b77706e2400fea56be4a 100644 --- a/Parser/CMakeLists.txt +++ b/Parser/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 3e8b2d3638b4546c2ee10507f4195066a06b3633..446f4553c578673369aab7f898f1f36f01627e93 100644 --- a/Parser/FunctionManager.cpp +++ b/Parser/FunctionManager.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <map> #include <stack> diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 471432b82ead69a0ba8e3583533bb23ea7965a00..8a89fed9049f4e2d7acc68d58731d61785838b46 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f748811443f5b48a5551bd472d50499ec7701a59..c9a5b6e3f85bbc12a1f5268da2ade1edb51ab6c4 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -1,8 +1,8 @@ %{ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 7c9ffd7a6b5f9f450c2db30ac8633f8a270dd923..aa03df4addfee982f998f9d82b2093ab7b9e6fa3 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -542,10 +542,10 @@ /* Copy the first part of user declarations. */ #line 1 "Gmsh.y" -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <sstream> #include <map> diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index be6aa87308b79af76f051bd88d395dd9967b459f..cfd4861a1f1c19bc74986eed930d026269771caa 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,8 +1,8 @@ %{ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e42b86e8fea0cade10ea0325bc19a639c5b9fb1f..8478e32161fcb79e3aa8adf7ab079909b515bf92 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -1253,10 +1253,10 @@ int gmsh_yy_flex_debug = 0; char *gmsh_yytext; #line 1 "Gmsh.l" #line 2 "Gmsh.l" -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 470688d04a3ca0727bc298a4580e509b330c408f..fd310e0cda7a071f8635ad808a09142d658a7fd0 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1d270587f8da13407d8109ba77c53bde3f0cd07a..65ceb0822898e73a7a0ebd19dcfae96e7bf78f3c 100644 --- a/Plugin/AnalyseCurvedMesh.cpp +++ b/Plugin/AnalyseCurvedMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "GmshConfig.h" diff --git a/Plugin/AnalyseCurvedMesh.h b/Plugin/AnalyseCurvedMesh.h index 5a821a19ff225f10aa2ab906682f42034610bc77..c1c8fc3ee51dfdc6dfad46114dabd3cc4f764705 100644 --- a/Plugin/AnalyseCurvedMesh.h +++ b/Plugin/AnalyseCurvedMesh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a70a6e00e7ae35fc79440ea31dbf89452ad512b6..9aa328a2d63f283086a12c1c4959d10ddcb8abf9 100644 --- a/Plugin/Annotate.cpp +++ b/Plugin/Annotate.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ae70a92151887e133593211f6968a928a5320b00..4a8e103ddace3ec04bee941af378f2d4368aadae 100644 --- a/Plugin/Annotate.h +++ b/Plugin/Annotate.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a877bda8af3baefaeac1edafae437e0ae59fa2cb..f00556486e8df3f117bb24685a06ae9db8dc7ef6 100644 --- a/Plugin/Bubbles.cpp +++ b/Plugin/Bubbles.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 94218101b7f843d801a1a32116f29e5814c0f2b8..effc76201e94007dc4e5635008266f856b9650f2 100644 --- a/Plugin/Bubbles.h +++ b/Plugin/Bubbles.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 62fdfb966820ffc24d5546b9ec031cf7f1ced6bc..9c3008c6dbb82663cfc77ed99a0c2b06141df47d 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 cc239f0b5e41b91b70dd9249060b9ef6e8a79047..2e57ccd62906d08bb8c0b05cc4081eea747fb919 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "GmshConfig.h" diff --git a/Plugin/CVTRemesh.h b/Plugin/CVTRemesh.h index dd48bce85c2daf439173bb2537f6931c946ead34..d64930bb12463c48499c61b1f6dcddc3335fc185 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9ab8c67a98680b78bdb2d7e48418c7130a4b8ed1..2f0af92f9e5b3c3d8511f412e52d4dca048bd4c6 100644 --- a/Plugin/Crack.cpp +++ b/Plugin/Crack.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1df9f36345f4c605b6c7ad105413a4f091be837a..fefb86d8726e8bc56f9965e471105e778d330baf 100644 --- a/Plugin/Crack.h +++ b/Plugin/Crack.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 060d75f0891323018a6af93061f225ec32b5f34e..8e82703005d5ec8360c5786cce4e54b94a234746 100644 --- a/Plugin/Curl.cpp +++ b/Plugin/Curl.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f337db89d895369a7256767e81c9ce74ed92f1ed..a73aa821f09e4be46580eb66313072927feed761 100644 --- a/Plugin/Curl.h +++ b/Plugin/Curl.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 6a22b8cfdad74b5537e9c1279692333737cc7a9e..b14f23505c03fa33588776abb24495f69052d89c 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 94473436753d962003cfcf7ed616d29dca6453d3..22c112cbb33497d82e247b03d7cef96c67bff443 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 07cae246af44cc157b410fe72cfc62b8d7268988..5ad25839359c1408073419f7951d38fb7994146e 100644 --- a/Plugin/CutBox.cpp +++ b/Plugin/CutBox.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2d8409fc38c55adb65e5de2b26a6865c74e3b4e7..73eb4e98001e1509ffd4a381c9a31fbf77cf0afd 100644 --- a/Plugin/CutBox.h +++ b/Plugin/CutBox.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 82b1248a40dee9214934247143a1b4de25833c26..4722710d75c589d0bee35fba6b5d360fee4f5a7c 100644 --- a/Plugin/CutGrid.cpp +++ b/Plugin/CutGrid.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 20fb50552980e293a17a6917af19bd61bb583829..a40c6d4bbbf7e178453212ef8d76003c57c72345 100644 --- a/Plugin/CutGrid.h +++ b/Plugin/CutGrid.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b9541b875fed90f55535002fdcd156cd32b90d0d..51e634b2219bfa4129e8d3790f658c5ecc5e669d 100644 --- a/Plugin/CutMesh.cpp +++ b/Plugin/CutMesh.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 599ba88d6df4937a48b84451b8e5d16241f8426b..495f04ccab9dd0ff3d7b78c1f853ee949829423c 100644 --- a/Plugin/CutMesh.h +++ b/Plugin/CutMesh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 eb34c1666133763ccccfe24b385c57ce66e1a6d4..0f60e442ddb3ca0c019553fadf6d19457cab1342 100644 --- a/Plugin/CutParametric.cpp +++ b/Plugin/CutParametric.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 51523b0d43bbd75cbc25fe19551d8c50525d30cf..ba1f92904627f00dbf2cf8956d30a31be5ee8600 100644 --- a/Plugin/CutParametric.h +++ b/Plugin/CutParametric.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b4ce222c2bedbacd3bfbd0cf4cc2f5fd10f4e5e7..ea6f977c27ef63cd96bc2bf170fc6104b542562e 100644 --- a/Plugin/CutPlane.cpp +++ b/Plugin/CutPlane.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 770a488aef15872b3209465668583a8d9dbe62cc..cb80539ac66e91c1fff07ad202bf36016507ad28 100644 --- a/Plugin/CutPlane.h +++ b/Plugin/CutPlane.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b4063bb8af38071d2ebf07107823602415b1f7e8..b8892b2945bdc7e3a22dbb6ce3059c2b70b0be9a 100644 --- a/Plugin/CutSphere.cpp +++ b/Plugin/CutSphere.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a44aac6585a3db4a3faac66c96f3c92de65723ba..bf84d0fb4155cde0b8d95cd50085a60caed4ce05 100644 --- a/Plugin/CutSphere.h +++ b/Plugin/CutSphere.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4533f05776248161d266c35a02c448b536874993..7246f4d2d4c709820e1b0f91f192ad1b0399b462 100644 --- a/Plugin/DiscretizationError.cpp +++ b/Plugin/DiscretizationError.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 56a5576207a2edfb58dec3e76b6706b299a616ae..fe1a4aaeeff929811ed2e8a0d138217dadffca8e 100644 --- a/Plugin/DiscretizationError.h +++ b/Plugin/DiscretizationError.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 7f43b101198f2ba4ac9882d9d6f4e8ec17f18b18..e9b1c2d8021349cbfd7e929cbb3f5fc176cd4530 100644 --- a/Plugin/Distance.cpp +++ b/Plugin/Distance.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5947002d2dbe5efc80130a93bbe5ea7e9fb49d78..950e2efbb5ec4528ba1f73eec85ffb09ceb51630 100644 --- a/Plugin/Distance.h +++ b/Plugin/Distance.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9961698607fa79016abc4f6eaad22115fd1b5547..b8ced8c0d1daa43759ed84faf8dc5cff3ddc1d59 100644 --- a/Plugin/Divergence.cpp +++ b/Plugin/Divergence.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4d01a8a6133f86b7ce7798d402e78d8529d64ef1..076ff8f1f526df9a9536e11706077cb4b497093b 100644 --- a/Plugin/Divergence.h +++ b/Plugin/Divergence.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 04c1cd0419891053a2c28e760b41d7eb62a77591..81c87f41ebe2979fabf3c5d6d52e710a5f495096 100644 --- a/Plugin/Eigenvalues.cpp +++ b/Plugin/Eigenvalues.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b75f311aa4f6e39eccfb582a5539da26087b50dd..8d77ad753300e75bdaaa36d9d51575202efac6a0 100644 --- a/Plugin/Eigenvalues.h +++ b/Plugin/Eigenvalues.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d2fe59ba5c59bfdd050d3abf233d4ab58a1a77b3..91a2f5938dda1ae55892b84fcbc4718cfda51cb4 100644 --- a/Plugin/Eigenvectors.cpp +++ b/Plugin/Eigenvectors.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 00797e92438a237e5b083256f5b53bccb29cf74e..5972887a5e50c1bd075cae9ab72e791ca5f32dab 100644 --- a/Plugin/Eigenvectors.h +++ b/Plugin/Eigenvectors.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bdb17fa3db82d2987c4a3defb02d870aebafbd0c..90527c5a1345e5039d1f3d63b6fae70847915e24 100644 --- a/Plugin/ExtractEdges.cpp +++ b/Plugin/ExtractEdges.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bb74dfe6ccade2b55c2522dfc177e7576d0f24a1..bfd290272f97174da44f31c144ee002d9b94e677 100644 --- a/Plugin/ExtractEdges.h +++ b/Plugin/ExtractEdges.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4996fe23220a899b5df25354bc1098d342646010..a9ae8a8b3308295ec6f5c3271aaf24e3e7606a6c 100644 --- a/Plugin/ExtractElements.cpp +++ b/Plugin/ExtractElements.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4b41ebcbb18568da729e8819c31b318f9ddec26d..465f4240d511a88909ca3a6db7786b924b5bfe2d 100644 --- a/Plugin/ExtractElements.h +++ b/Plugin/ExtractElements.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a931c2126fec3c9fc53a3043505402b9c74f9f23..c318be17b70b5a8d33d183586117b1244daf1b15 100644 --- a/Plugin/FaultZone.cpp +++ b/Plugin/FaultZone.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 387eab1826dbc222bd6fdd814d3554379c329d02..d2b6aff0885dab56b322d076ec07fb789b38566c 100644 --- a/Plugin/FaultZone.h +++ b/Plugin/FaultZone.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 eaf48d89698b9d93d158b670d6ee1fde281a857b..5f0bd93394ae887e3f80dfaa266dfde8bc7e4247 100644 --- a/Plugin/FieldFromAmplitudePhase.cpp +++ b/Plugin/FieldFromAmplitudePhase.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ce62ea846ff3b1cb1d84f99f2ddff52e6180157d..4c49847b7d7e480a5c64e6edd6e4ac222857c9dd 100644 --- a/Plugin/FieldFromAmplitudePhase.h +++ b/Plugin/FieldFromAmplitudePhase.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b9839d1598a4425dacba6f5448cd8f68a7b5315d..50d354165ca6103786a5ce073617ccda3210a993 100644 --- a/Plugin/GaussPoints.cpp +++ b/Plugin/GaussPoints.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cd44dd876297956480222c6a1b5e1620851bb412..9d8c3fa2116b805230ca085ac81ca135a74548cd 100644 --- a/Plugin/GaussPoints.h +++ b/Plugin/GaussPoints.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4f6189b6b4039a7d53dafd3b6ce619da6248922a..eac4c7edfd1151183e0f264de854e78f2273a535 100644 --- a/Plugin/Gradient.cpp +++ b/Plugin/Gradient.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 855e8a0516f11e23e229fe779962c51f4f215836..27c6da24faf1ff695cdfc76768934229f436a460 100644 --- a/Plugin/Gradient.h +++ b/Plugin/Gradient.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8ae275f361e4de8124590ce5fa7fa749f216bf8b..a545ad43c05827a42271f59e0b9de9fc9d69d4ee 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bc8178e816a40b7744917ea3b3361881862a864f..bdda0a1c9b25ac53bb5c73fe36f778e11451526f 100644 --- a/Plugin/HarmonicToTime.h +++ b/Plugin/HarmonicToTime.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a4ef6a068c7ba41a7fd14bc2f89d9bd32b92d455..1a1f7d1979959b21348c2ed3d5c4f24057412408 100644 --- a/Plugin/HomologyComputation.cpp +++ b/Plugin/HomologyComputation.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 957c3d34c2c180658c693f956e395c49f6534029..6d4982ec883db8d25a0fe3b761672e1cda56547c 100644 --- a/Plugin/HomologyComputation.h +++ b/Plugin/HomologyComputation.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 31a73b20eb3f0eb94fa7d6e9728792930f25ef2e..52acaadf45d04e44d80f5fe1a07c72f4bf3cc616 100644 --- a/Plugin/HomologyPostProcessing.cpp +++ b/Plugin/HomologyPostProcessing.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d410a977eb5e522634e56b0345bfe59e284d08a9..7841906edc5aec582d762357f48a921fe7a8ad32 100644 --- a/Plugin/HomologyPostProcessing.h +++ b/Plugin/HomologyPostProcessing.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cfef89515a43776b8dccde9089c4c1fbcb69b304..04073862cc7e4461c22cc3b99d93888756b2dfa1 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ecca2e753e93c6b28dffc3ad471a4a0423e34d91..bd8c9747cc1e588c5aeee0d194bc96d2fa1920aa 100644 --- a/Plugin/Integrate.h +++ b/Plugin/Integrate.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 99d0cff306a35736c08dc14985df47b04cfae700..5ac07097a67626ab912ad251b6e8ffd75abb21aa 100644 --- a/Plugin/Isosurface.cpp +++ b/Plugin/Isosurface.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f97ab448e5f298626d71b301e65d8dccb091cde8..87c808d282cb8e5601a1622c79ec6d3c11475d06 100644 --- a/Plugin/Isosurface.h +++ b/Plugin/Isosurface.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 20ee39c581a32288e9086dba40b36ae5cb33361b..739a6630fc01ef7fc986557eee7922df2c9b33ce 100644 --- a/Plugin/Lambda2.cpp +++ b/Plugin/Lambda2.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b098ee27c26ff41cdb2027a38c890d9a882eca31..459d20921070f7bdc11dbc08257d7161c108d7b2 100644 --- a/Plugin/Lambda2.h +++ b/Plugin/Lambda2.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 536ab7ea7ac97836102145be035d76446a9d3d55..03ba4e9068fcd84b7a15ce8d79b058c21545b7b7 100644 --- a/Plugin/Levelset.cpp +++ b/Plugin/Levelset.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f069753d0797df028ddde5d82df0613707ed1f4a..54f8975e36bb46def78ad8c2aea624f2927832b7 100644 --- a/Plugin/Levelset.h +++ b/Plugin/Levelset.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 06c415c216ae2d64a5a060330d1334a33f34818d..b312fdbdf004d5806a5a9ee299c53a5adb048e71 100644 --- a/Plugin/LongitudeLatitude.cpp +++ b/Plugin/LongitudeLatitude.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8be783950809cb51ebb0d8957af34b23071ff40c..193afa926701c00c8987faf88baa2edab3177a83 100644 --- a/Plugin/LongitudeLatitude.h +++ b/Plugin/LongitudeLatitude.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3f092f162f15389528283be82081cf6883479b04..444f8b863df23d9fc7deb102dc9d28e1260a9e10 100644 --- a/Plugin/MakeSimplex.cpp +++ b/Plugin/MakeSimplex.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "MakeSimplex.h" diff --git a/Plugin/MakeSimplex.h b/Plugin/MakeSimplex.h index 893f097458a79a2aac384791e9b65f0addfccd87..2782e6492319e5d81a9760c941068c3674fb318d 100644 --- a/Plugin/MakeSimplex.h +++ b/Plugin/MakeSimplex.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5564af7231ec6c4e0b9cf60ce9ac37b4c45e8d0f..0d8bf4a9bd2e444937fee843f359946d6c3b0ed3 100644 --- a/Plugin/MathEval.cpp +++ b/Plugin/MathEval.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 196b09ad608f5615f2e75e094845bd225f801117..883887dd5f71d54a12282f4d6d70f1b79c48350a 100644 --- a/Plugin/MathEval.h +++ b/Plugin/MathEval.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 959a19c3a30b3869e9539f2d9971855d7b1b611f..610352d9fdea4b4538b87f00f51e7497ff7dfabe 100644 --- a/Plugin/MeshSubEntities.cpp +++ b/Plugin/MeshSubEntities.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 53895e6555eb085f3a7142120e9e8282d71275c1..eb45d72ba1c047cfea8ce0da12c78e99cc471d31 100644 --- a/Plugin/MeshSubEntities.h +++ b/Plugin/MeshSubEntities.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d422b6d3058ab4402e8f9f047b9c1d10248b6319..0a6709c6e544ed113737354ddc5f0698d74fcb8b 100644 --- a/Plugin/MeshVolume.cpp +++ b/Plugin/MeshVolume.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d300f6b73756a4cab5c86ed3a02e3efc2c305065..3a86a286e30ecf2c354ec1353fc27ca76c03bb6c 100644 --- a/Plugin/MeshVolume.h +++ b/Plugin/MeshVolume.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 491b1497d94593dc1120f94c9f685896813ec05f..14300bdac4c5df2aebe6eaf6942b085a9bde2bc7 100644 --- a/Plugin/MinMax.cpp +++ b/Plugin/MinMax.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fefcbffacb230fcea52d540177f2715c61086287..6ebfb301b73e7a1b82352e6fced93cb2eda1da85 100644 --- a/Plugin/MinMax.h +++ b/Plugin/MinMax.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4bc4346ebaab07992fd8e16af5d80ac16a5a19e6..537b2ce8f5e8e0e16d9e2f30cfea54e021bc7744 100644 --- a/Plugin/ModifyComponents.cpp +++ b/Plugin/ModifyComponents.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <vector> #include <algorithm> diff --git a/Plugin/ModifyComponents.h b/Plugin/ModifyComponents.h index 73ef1723d368a3d9d81fef69bbdcdb4282de140f..17c991080baeb96f175328d6ffd1c0d72f5456c4 100644 --- a/Plugin/ModifyComponents.h +++ b/Plugin/ModifyComponents.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 02b3367ed86550af94036743ac2401091a466d5d..9424f174661c16e635ab9b5e2dc67eb2d35673b9 100644 --- a/Plugin/ModulusPhase.cpp +++ b/Plugin/ModulusPhase.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "ModulusPhase.h" diff --git a/Plugin/ModulusPhase.h b/Plugin/ModulusPhase.h index 02be06d8b27fa6a2a21df6884c9acdf14fde9791..6e5aaff528e073e0acb515bb133f149cc5f08b9b 100644 --- a/Plugin/ModulusPhase.h +++ b/Plugin/ModulusPhase.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e137414d51a7f1001cc025654d0be4695e63e098..ba93c3d1cfe5641f21d4f5afadafde31cb34cece 100644 --- a/Plugin/NearToFarField.cpp +++ b/Plugin/NearToFarField.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Ruth Sabariego diff --git a/Plugin/NearToFarField.h b/Plugin/NearToFarField.h index 593e71461f1f06ba699a35064b86efa0272f202c..1f0e64cdeb38eb33b9a31ada876c24833f3c824b 100644 --- a/Plugin/NearToFarField.h +++ b/Plugin/NearToFarField.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ec9b8ea1640bfe9da1b3691945503c16da557e38..ad571d879195ee840cac8970eb96ffaf21cefe85 100644 --- a/Plugin/NearestNeighbor.cpp +++ b/Plugin/NearestNeighbor.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cd68c421f7fcc8c29c7a11a89d6880fabc6e9074..9d9ec7ecb55d81572206a82515476feb471307c7 100644 --- a/Plugin/NearestNeighbor.h +++ b/Plugin/NearestNeighbor.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ce4200e8070e8139e288e4727500e930233adf27..6c728c07ca9c996240cabed96acd7995603f36e9 100644 --- a/Plugin/NewView.cpp +++ b/Plugin/NewView.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4be871fed515731d208d6b83bad65c7cb055d3c0..067fc726b01e2f35c983a3c93f9225123c43e4cb 100644 --- a/Plugin/NewView.h +++ b/Plugin/NewView.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 44f4bf190d4e165392380fc4694c9d0c5b7dc43c..00dfb8258041c30c5b88bc4aae4c57524cce060f 100644 --- a/Plugin/Particles.cpp +++ b/Plugin/Particles.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9da33a9b910eb1f2b6fd2df5ee33bdfcd3d1f310..08e20547b23b9feb1fa22fb321aedef038dd9305 100644 --- a/Plugin/Particles.h +++ b/Plugin/Particles.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d0f577c08bf23985d58694254058fd71a5398b19..045aead5f67e49bc559efeb6457534a121444f34 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 12bda5f4cb1cfc467bb95ea6c23aa11db651f231..bf9de63a277d3831132b87926d279bbf7967a5d9 100644 --- a/Plugin/Plugin.h +++ b/Plugin/Plugin.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 dc98c31e2c205f268d3d510d28639b4e0292c7af..56a9ca4dacffabe6b107e0871022dae48a280c86 100644 --- a/Plugin/PluginManager.cpp +++ b/Plugin/PluginManager.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 18d354c281992b7ffcd657e184f4f8891acf107f..7d3a14b6522b92e6fcc9c04b4b00d96433024b5e 100644 --- a/Plugin/PluginManager.h +++ b/Plugin/PluginManager.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ed0872b9abed746022b7d4075da1e5d7f5d77512..fd4a28bc366c21a31939296c2d4b84d746037edf 100644 --- a/Plugin/Probe.cpp +++ b/Plugin/Probe.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 20bb4651536c6dd3902292af7a0e73839d2dbb29..475999e77106cd5a7eded2a636760070c7aa783a 100644 --- a/Plugin/Probe.h +++ b/Plugin/Probe.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 75b2d953dd9db144d3f0f9f27279afbd55f5f2fd..414f3899739456f7dafe0c30482054c28880c9b9 100644 --- a/Plugin/Remove.cpp +++ b/Plugin/Remove.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "Remove.h" diff --git a/Plugin/Remove.h b/Plugin/Remove.h index 313398e0118a1714af1cf1c11e35b554ccaec4be..3e6fa3625affaeb278a518e492417ef0efdac994 100644 --- a/Plugin/Remove.h +++ b/Plugin/Remove.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2c3c5ef31770517d9d1d0c276d91fe30dd5bd98c..9bc1c37f7754cf10750e2a29fcb545e801261a42 100644 --- a/Plugin/Scal2Tens.cpp +++ b/Plugin/Scal2Tens.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 67da98a12f798ba05f2779ba3cf03b6895aeb9bb..c20e5e3d83b373131016bf8d8abd545d258bdd25 100644 --- a/Plugin/Scal2Tens.h +++ b/Plugin/Scal2Tens.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2c2c18ec3ff015f2dde1024e577949a978aec362..6adc79a9c059bd2e15fcb16408f8809440ffd887 100644 --- a/Plugin/Scal2Vec.cpp +++ b/Plugin/Scal2Vec.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8a6c7d29979fac56592d2d7c6ecf402890e2eb82..1c0d2701553f20ef55d4aa3b1fa67299e0dac3a7 100644 --- a/Plugin/Scal2Vec.h +++ b/Plugin/Scal2Vec.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 557dacfb8408b7e1ac4c95ea7b1c8ae15cccb5fe..a594d8f71c82c1817829bc1608983b58e9d345d3 100644 --- a/Plugin/ShowNeighborElements.cpp +++ b/Plugin/ShowNeighborElements.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5b9fe617ef472624b5fd1711c1c979300bf9a1fe..a84e0a1a1d324a369a29aa6ace498988647853e8 100644 --- a/Plugin/ShowNeighborElements.h +++ b/Plugin/ShowNeighborElements.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b22e76f7a60ce236ce4bde1c605250ca51eb4796..f4422dcd80422899ffc83b7c8a7536e0610f1a2c 100644 --- a/Plugin/SimplePartition.cpp +++ b/Plugin/SimplePartition.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 168f0831a68cd0ffd7504c9a1f6edfb7b7943e8c..11c684b75a59e06d025d031ff421b94a7a8adffa 100644 --- a/Plugin/SimplePartition.h +++ b/Plugin/SimplePartition.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 dcc744ed15cae6f28c904063312f9990e65411ba..1652aeee70731cfa78ed6c35cd7f9521e5f6e92f 100644 --- a/Plugin/Skin.cpp +++ b/Plugin/Skin.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 81d21fcf930d9738c0c47a735a55ac0d04345f17..1e26805451fa53f27d4febb41172e35e150b8db3 100644 --- a/Plugin/Skin.h +++ b/Plugin/Skin.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2e74fdca041a3e42b5230ff95ec1475a9d5bde53..262b500fcf36fac514b07e265d29ef79cca852bb 100644 --- a/Plugin/Smooth.cpp +++ b/Plugin/Smooth.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "Smooth.h" diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h index f77d5eb73f98e3cdb67d9529b76e5dbfc3da6123..474cb0f89e3cb85301b9436cea996d8af3d68f8a 100644 --- a/Plugin/Smooth.h +++ b/Plugin/Smooth.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2b2e29b6a3730d7a3e792ee84b46034f28efe106..e62a152735f63343843c5b1aea40be16460f5ce9 100644 --- a/Plugin/SphericalRaise.cpp +++ b/Plugin/SphericalRaise.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e44167ceae6ecc18913aecf4143480989b8842c4..3fce5641d942abfb8806fb8250be4a2093f45842 100644 --- a/Plugin/SphericalRaise.h +++ b/Plugin/SphericalRaise.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0aa37207287f125c97d078ae0a7253a9fa8afe36..a71150ecf79383b35e28a60015e5599894cd4623 100644 --- a/Plugin/StreamLines.cpp +++ b/Plugin/StreamLines.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9017c697ecd5232297babe0e3f18970a1c0f9edc..15b2910896523a831e6cea34fe4edec20ecb978d 100644 --- a/Plugin/StreamLines.h +++ b/Plugin/StreamLines.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b49fdf710a14fc271b43bcf4e1c5387e9b255580..0be6bc80aa14f8445d7742a5878253a9da69df13 100644 --- a/Plugin/Summation.cpp +++ b/Plugin/Summation.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1c2fd7d4e6682fc70454cd6c6f5f7a0d38278250..3a8ac46dc8064ead351afd3233aa823cffa29e7a 100644 --- a/Plugin/Summation.h +++ b/Plugin/Summation.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 15ead78a1201678554fc229d524220ce066ef492..0d33e6980206873ccc3f5fbaf60f0879e5869227 100644 --- a/Plugin/Tetrahedralize.cpp +++ b/Plugin/Tetrahedralize.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5058afd93169d4f2c7f4022a6f18b1aef9154377..2dfb915f4bc1d4f207389794cdd1c1599d678184 100644 --- a/Plugin/Tetrahedralize.h +++ b/Plugin/Tetrahedralize.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a3d0d42589235b430c79e3d5f73b277293e5dcf4..b6032e8d04d631739c5b387031f87cad3deb55e6 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Author: Nicolas Kowalski diff --git a/Plugin/ThinLayerFixMesh.h b/Plugin/ThinLayerFixMesh.h index 8e7a521155c0cebcbf64649856f053544762185f..edd1dc02140baeab6ffff9da56c0ebb606998612 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Author: Nicolas Kowalski diff --git a/Plugin/Transform.cpp b/Plugin/Transform.cpp index 097a31223c03fffe625487d72a3ba929888f2b9f..a7ab8bb660c8645d38511cc89e3bbfa1c1749334 100644 --- a/Plugin/Transform.cpp +++ b/Plugin/Transform.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "Transform.h" diff --git a/Plugin/Transform.h b/Plugin/Transform.h index e3893c79ac3ddf1540788e3bc7b8ce1d29bf6a23..6627dfe9ef7770b240b99f8049feed3d29e940cb 100644 --- a/Plugin/Transform.h +++ b/Plugin/Transform.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ff683c990271e0446d37c9c88f32c18c7e8f2035..25b10970a3fed5f49f9f3ab4331150b2dffd4578 100644 --- a/Plugin/Triangulate.cpp +++ b/Plugin/Triangulate.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 92a7f514a90386b72b587ca48ebc14ca8cdf1ac8..7a1c354eea909e06227755f4bcdc2afa59ef6eab 100644 --- a/Plugin/Triangulate.h +++ b/Plugin/Triangulate.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 778322c80b3ce4c17a3d1e9d85d0119dda3a19e6..86bdac471a33d61ba34438a8dd119d426edf2a2e 100644 --- a/Plugin/VoroMetal.cpp +++ b/Plugin/VoroMetal.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 10a10ab73ca4fc951579a0baaff352024c3e722e..69512eda39b397f14c3be75333093cba9907cbfd 100644 --- a/Plugin/VoroMetal.h +++ b/Plugin/VoroMetal.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fe397653223baef317ed385969c560dfedbdf4c8..750f0e60dd0156c986620eea2657d1ff48d1cb97 100644 --- a/Plugin/Warp.cpp +++ b/Plugin/Warp.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 454ebe889d2eb5e333c90f2017552f73e98389f2..eb6a8dedcebcaf64f45eac14cc2613a42a5a1f66 100644 --- a/Plugin/Warp.h +++ b/Plugin/Warp.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e5e657fd1752a4f4a6c824575cee3aa48d786437..f9b6114ed60a1638f800276c142735def2c53878 100644 --- a/Post/CMakeLists.txt +++ b/Post/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 e2394f67954999aabb54a79354a4aff0721f781f..57158763c1f4be402421f35b036a724b6c32adf0 100644 --- a/Post/ColorTable.cpp +++ b/Post/ColorTable.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // David Colignon diff --git a/Post/ColorTable.h b/Post/ColorTable.h index 855b9ef456b90f3cb9fa8860569294ee8ba36740..85dc62eda0a29272a5517bee17d6c5196718bf47 100644 --- a/Post/ColorTable.h +++ b/Post/ColorTable.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fdcd19b852b76c43bc2fd2f897ef91fded8d0b86..62acf031c28faf2b14e535304af9fe6901cbdd35 100644 --- a/Post/OctreePost.cpp +++ b/Post/OctreePost.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 94034fbf0f2bed7cf229cffca125abb64b1f1ab5..6a50456547d3495e169293f1cf241a709835a30e 100644 --- a/Post/OctreePost.h +++ b/Post/OctreePost.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e350809422735f2fe8f194c8e8553e9511b7ebe5..cb17bcb0dbb03a7f4493c0761842062c6b276845 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 355bbae88586ed37de06ed00afdc60bcecfcd6fc..6503bd962580a17b382b2bc047e182cdc09cbbdb 100644 --- a/Post/PView.h +++ b/Post/PView.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 eaaeee1224efd0703005f07e0b9c2af2215a100e..3bf6777ac0b9cb8ff13dd814aaeb3cc364245d68 100644 --- a/Post/PViewAsSimpleFunction.cpp +++ b/Post/PViewAsSimpleFunction.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e449cfb7e3904ba27d18463f5cdb9daff6084b1c..5758837bf70b86d1fea855272d718a3289a743e7 100644 --- a/Post/PViewAsSimpleFunction.h +++ b/Post/PViewAsSimpleFunction.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cd0b34ed1ac07f6e2fa7918d8411d09677004e21..e4a91952c66238b0da836f1eb2a903c601670071 100644 --- a/Post/PViewData.cpp +++ b/Post/PViewData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f5b0e55abca525c4e6ac6cf7eda886ee34842d31..94583d203a3e290a36b6dae657e9c75d72d86f06 100644 --- a/Post/PViewData.h +++ b/Post/PViewData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8b77b02325a4010fa479afe9109dfe7f981253a0..d447cb1487c8655144a808bfbe6f0afefbf6f8d9 100644 --- a/Post/PViewDataGModel.cpp +++ b/Post/PViewDataGModel.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b58eeaec09692fba276de4016ae689aa5fb4ee9e..7c3c7426a182e371c99d58214de67cf5d03e8b27 100644 --- a/Post/PViewDataGModel.h +++ b/Post/PViewDataGModel.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 90b69172e72b0d827860f31795b8b209a5333de2..db15157433874ca2311e166079327fd39794128c 100644 --- a/Post/PViewDataGModelIO.cpp +++ b/Post/PViewDataGModelIO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 60df565e24ef29a4efdeefaaec83c1f5cb02068c..7542e72e643f5dbd810f3f776d75d2302c5f87fe 100644 --- a/Post/PViewDataIO.cpp +++ b/Post/PViewDataIO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2cb492cac379fb212cf2f0d1edd42fb0176947e4..cc28f003b33c146fd3aca709296e67896c983753 100644 --- a/Post/PViewDataList.cpp +++ b/Post/PViewDataList.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 af488f09a3c6ad77823e5f7e30ea69fe2a384fa3..30a157056ec04b9651049c002885875229a13bc1 100644 --- a/Post/PViewDataList.h +++ b/Post/PViewDataList.h @@ -1,8 +1,8 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 44a734098d065afd0d34ac79287b1a7715d0beb0..c0232170f7318734fb717f817d62eaa5b930a89b 100644 --- a/Post/PViewDataListIO.cpp +++ b/Post/PViewDataListIO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 91ac1de3d770141949459e4d753fa470cdd2c2e7..993d0eab471c0981f43c69c9115afb744f7024d1 100644 --- a/Post/PViewDataRemote.h +++ b/Post/PViewDataRemote.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9dec696c538d487c6ae10e7938639ad63c3da96c..58f8ad31b85f72baacf812263387d26d9abd45b6 100644 --- a/Post/PViewFactory.cpp +++ b/Post/PViewFactory.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8b212d1dee4ead1d02d0b4fc81a7558b7601a6b8..66df8ae930f8efe2524fed25feacde4d72725250 100644 --- a/Post/PViewFactory.h +++ b/Post/PViewFactory.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 ba9173cb4376a04ba5a1bedd3520b86f3e1db15b..7b8961d72b05f03a2196aa1d4849054210d01d3b 100644 --- a/Post/PViewIO.cpp +++ b/Post/PViewIO.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c7ca4c5e2b1235b0476a8d7f037e40bf9dd80880..f9d976f3b03db3fe1f5b2b78dd9005c881f3fc8e 100644 --- a/Post/PViewOptions.cpp +++ b/Post/PViewOptions.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9b3df5382f3ab881fcd64a8f86b428f4982d2863..151d2bd9f1245564ea94af7248f9bad74483cf0b 100644 --- a/Post/PViewOptions.h +++ b/Post/PViewOptions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 615b02aa40f8ed134970eee731054a824683c3ff..4c617173456fcf82071969f7668e725864f87e12 100644 --- a/Post/PViewVertexArrays.cpp +++ b/Post/PViewVertexArrays.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 cc6076c5e78e9a57890cc96afdff4431fe21fc5a..ddc472282ceb6555953bf8a640911070ad762547 100644 --- a/Post/PViewX3D.cpp +++ b/Post/PViewX3D.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 39b4cf83317d5bfc825a25ddc552ff66fd7e953d..a8c03f93934309107ac4bbb87cadf7a34ae2c972 100644 --- a/Post/PViewX3D.h +++ b/Post/PViewX3D.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0375e03fd0a1450d3f07169d77f85990a9f8a398..7b2e21617636172725250fac6c38a8d1be152d65 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 42510fc28e911a1a929ca134561a5876fcf83c91..2405035ab808cad7a73a4078be9947fc8a8afe9c 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f91f50dee3bbb4244d6c4a42b8bff571fd3eceae..3326a0f19afbae82e7b0778687a8391d74f49bf7 100644 --- a/Post/shapeFunctions.cpp +++ b/Post/shapeFunctions.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "shapeFunctions.h" diff --git a/Post/shapeFunctions.h b/Post/shapeFunctions.h index 468b22983eef894a310349a1e32391533623ac78..750d604ba0b67b0b4d0077fb2c27dab51ccafbd9 100644 --- a/Post/shapeFunctions.h +++ b/Post/shapeFunctions.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _SHAPE_FUNCTIONS_H_ #define _SHAPE_FUNCTIONS_H_ diff --git a/README.txt b/README.txt index 7e09236d8d1ae5c2335a4ae06966a86d4857095c..ac4e27e707f3d3f1c06dc802137758f960ba7717 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ This is Gmsh, an automatic three-dimensional finite element mesh generator with built-in pre- and post-processing facilities. -Gmsh is copyright (C) 1997-2018 C. Geuzaine and J.-F. Remacle, and is +Gmsh is copyright (C) 1997-2019 C. Geuzaine and J.-F. Remacle, and is distributed under the terms of the GNU General Public License, Version 2 or later, with an exception to allow for easier linking with external libraries. See LICENSE.txt and CREDITS.txt for more information. diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt index 7124bfce00bc6732d3426a616404a1d42ad56936..9ec63734ac0c8653abd83c95107fefa676dca612 100644 --- a/Solver/CMakeLists.txt +++ b/Solver/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC linearSystem.cpp diff --git a/Solver/FuncGradDisc.h b/Solver/FuncGradDisc.h index 05acced418889923f38f4dbd48396bd21f8630ee..cfbe0039ef5010794fae103ccbe34dad46877d96 100644 --- a/Solver/FuncGradDisc.h +++ b/Solver/FuncGradDisc.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Boris Sedji diff --git a/Solver/FuncHeaviside.h b/Solver/FuncHeaviside.h index fd45c772e7b552a5a86d2c53f955bc81d57920ca..eba5e56c8b7f2351833d1572891e26d65de7f155 100644 --- a/Solver/FuncHeaviside.h +++ b/Solver/FuncHeaviside.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Boris Sedji diff --git a/Solver/SElement.cpp b/Solver/SElement.cpp index 88f8079051e5c90e1719cd6f32faca4a1f82e3bb..15d087aa399bb6dd507ca18dfc28802f117c58eb 100644 --- a/Solver/SElement.cpp +++ b/Solver/SElement.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "SElement.h" diff --git a/Solver/SElement.h b/Solver/SElement.h index 3291cb5ee9b150041462ff485fb1638ad7710388..a72bbfcd2be6a16700802d41711ef2c8acd0cec8 100644 --- a/Solver/SElement.h +++ b/Solver/SElement.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3a8043c950f49baf94a259a53e2c6766267e118e..760dbd8389a3b9624b2ae16267d7854ed1c04582 100644 --- a/Solver/STensor33.cpp +++ b/Solver/STensor33.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor33.h b/Solver/STensor33.h index 742264ae6b63743d7f65fcf3feecc2dfe49a26eb..cb990cbd74a6485c7c5fc5553334ad47aa603a2c 100644 --- a/Solver/STensor33.h +++ b/Solver/STensor33.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor43.cpp b/Solver/STensor43.cpp index 8a7dd24270f3fec025003626a5de054b21b4f844..8fd9df6913d4bc4fd82d8e515c755995bedf952e 100644 --- a/Solver/STensor43.cpp +++ b/Solver/STensor43.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor43.h b/Solver/STensor43.h index a9361d25041ed985eefa2ff66c5b103af96c51ce..1a6af5aaa43112ee35ff6834cdc0ef767ba8212e 100644 --- a/Solver/STensor43.h +++ b/Solver/STensor43.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/STensor53.cpp b/Solver/STensor53.cpp index b4b4cf462772ac2515133075576366f392e1a5e9..64f0050d772aa09e57d0d905cb1494b3bb869b3a 100644 --- a/Solver/STensor53.cpp +++ b/Solver/STensor53.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "STensor53.h" diff --git a/Solver/STensor53.h b/Solver/STensor53.h index 8aa4dbb718c76694bcf417d7737a67cf36790733..10e1a794f609d1a6ed4bc4bac636ab5bd7660983 100644 --- a/Solver/STensor53.h +++ b/Solver/STensor53.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9d1e1f68e54635bff87d7897784676d1089b066f..9bc722ba5b78f70585730fdad5c0c00b376bf197 100644 --- a/Solver/STensor63.cpp +++ b/Solver/STensor63.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "STensor63.h" diff --git a/Solver/STensor63.h b/Solver/STensor63.h index 2b12df1e760f2cb87c7815006ac31dc7a433492d..e02377afdb98cb982f512c9f93fcc39db37566b9 100644 --- a/Solver/STensor63.h +++ b/Solver/STensor63.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4b6dfbe14d7c1370dd0f11f28d66a8e66182e6fd..4bf317d7f7e617f2036c6079a82a0bc0b503e2b7 100644 --- a/Solver/convexCombinationTerm.h +++ b/Solver/convexCombinationTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f3a5cfeed85892a29fe7f64ca61e686c776ef06e..b4ec6061d63eab6f14656ec8ba628ebb77350ad6 100644 --- a/Solver/crossConfTerm.h +++ b/Solver/crossConfTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 224882cd5dbf45a8a6bd0ab3481892eda4c72c35..38fa6cf8df225fd755293ee76973f1bb945c72e9 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a95a9cdec78d5a825224cf1a67338c6399299b6a..5a5336ddbbb6b249c502c3e6c9aee714ff4e7a96 100644 --- a/Solver/distanceTerm.h +++ b/Solver/distanceTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5d14f9c80f5f5140e792abc8b47ee5f74730f972..87373fd2489a29630bbb859d5972bd7608ef676c 100644 --- a/Solver/dofManager.cpp +++ b/Solver/dofManager.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include "GmshConfig.h" diff --git a/Solver/dofManager.h b/Solver/dofManager.h index 6af8761dfc8ab1104e348a21cb5d69205751556d..e4d1e75d1d3addaa32c55966123435ee2ea1fc54 100644 --- a/Solver/dofManager.h +++ b/Solver/dofManager.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 fa3848ed31d4e92deb674d415141005f2c8fda46..eab332f3ddc8a3c5e17d841bdc3ff1eb3731fea6 100644 --- a/Solver/eigenSolver.cpp +++ b/Solver/eigenSolver.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c722a31ec3baa1df1a89ea8929dc2bbc65b1b5b1..8515ad09c87170c3d19706f9f6a692a92c19372e 100644 --- a/Solver/eigenSolver.h +++ b/Solver/eigenSolver.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 377b082796376e744d164771860c40ddc1b8c473..3b8d6fa26d3b38cae66a24637a943ff76d8bdb2a 100644 --- a/Solver/elasticitySolver.cpp +++ b/Solver/elasticitySolver.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 225c2f1076f5434c773d966a2d3febe01f00ac12..993ecfa255595ecb86f95560302a7c80dd2be26b 100644 --- a/Solver/elasticitySolver.h +++ b/Solver/elasticitySolver.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 53df2534d6a381988f0fa1e0ce201fedc6753c70..28f153dd5baf4907a2286586782e8975fc4a939a 100644 --- a/Solver/elasticityTerm.cpp +++ b/Solver/elasticityTerm.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 917c2a5c7c432b8e8bf60a80cde54800b7bcc065..960131645c24a02058bfe37590a70ae22c510458 100644 --- a/Solver/elasticityTerm.h +++ b/Solver/elasticityTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 caa14a00b955382f2877d0fbb242be862085a4ad..832a3768ffaa0ab2fa48c546d6b1e94641834dbf 100644 --- a/Solver/femTerm.h +++ b/Solver/femTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d3a6e74bfcedbabcf8ed6d07c3d1e17358fb7807..a4db692e5b17a5dfbc0a9cb782c58b0d5e7aa60f 100644 --- a/Solver/filters.cpp +++ b/Solver/filters.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Boris Sedji diff --git a/Solver/filters.h b/Solver/filters.h index 83c3b53bea45db218e75fb0be95170d39a0f37ab..a2bda962d1f93ab16ae0ae994fb5110b73a02830 100644 --- a/Solver/filters.h +++ b/Solver/filters.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Boris Sedji diff --git a/Solver/frameSolver.h b/Solver/frameSolver.h index ad4e3a2f157f2df44d6a2bc5f8ef026a74f430d4..bd6d42a9dfa3e27076c5e7e029b568ef0ca0a870 100644 --- a/Solver/frameSolver.h +++ b/Solver/frameSolver.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 1672b74d207cbddcbc176c8910c3dd24ebf10682..ab5d91db41c22f657e2e45ae71ee1c49a76acc1f 100644 --- a/Solver/functionSpace.cpp +++ b/Solver/functionSpace.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/functionSpace.h b/Solver/functionSpace.h index dd942caabc4848c98e4533dfc7656f006c47e7cc..b3e7131583bceb21d9e0b62b9b3f6f5eb3ed7300 100644 --- a/Solver/functionSpace.h +++ b/Solver/functionSpace.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 9739af0886cc91841f622db5d80176746967adcc..f50de50534d99e30fc926519d72fcd099f2cef26 100644 --- a/Solver/groupOfElements.cpp +++ b/Solver/groupOfElements.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 115f255b53b6dac6e8b166501a71e84123c66b6a..82414562baefa71b30889c3bce8aa7145e9dc1c5 100644 --- a/Solver/groupOfElements.h +++ b/Solver/groupOfElements.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 64f53c8ac1b80aa0c808187cb01c3c594bc4e85c..1fb564c0eb9a79553d2cfa98bc40cedcc2652c2c 100644 --- a/Solver/helmholtzTerm.h +++ b/Solver/helmholtzTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 4de04054580930df8f6dad141779f10c29f79a2e..8381aa043e90c00f73971d6d7b30bd792ed74afd 100644 --- a/Solver/laplaceTerm.h +++ b/Solver/laplaceTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2e8db6bec4360598e4cc3dea0649606e10222f16..821b27cc13512068dd0014f758e1b55dd413c678 100644 --- a/Solver/linearSystem.cpp +++ b/Solver/linearSystem.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2d733b701c8e24689d41819e96732f7d5273a2b5..3ee158ba3332af65e0c4836332566f90b1b68a03 100644 --- a/Solver/linearSystem.h +++ b/Solver/linearSystem.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 3d46cc363da2714c48c9fc5a995f1adc1b3433ba..f716fea56299d26cd50d0dd51c4fbd754afc1a46 100644 --- a/Solver/linearSystemCSR.cpp +++ b/Solver/linearSystemCSR.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 b467ccfdf0e83e58b604f83c83b72d8c664bc1af..92ee0d4c979c99147a30d7bdfc3d754fac1141b1 100644 --- a/Solver/linearSystemCSR.h +++ b/Solver/linearSystemCSR.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 7669af6d1f69406232fde6dc397c200869e86cfd..f41888bd080745c0e939600b373a2347c27593f8 100644 --- a/Solver/linearSystemFull.h +++ b/Solver/linearSystemFull.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 32cbc4505db3d7a366f3b18788ceb703e16cbbcb..68963ecb2e3bca552ebf1633b2f2260c1d2630e0 100644 --- a/Solver/linearSystemGMM.h +++ b/Solver/linearSystemGMM.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 bc8a1a4601df50dc549c1b60ff1402713b68c194..b93d697607d251d52e10497b491c56ac3549ba27 100644 --- a/Solver/linearSystemMUMPS.cpp +++ b/Solver/linearSystemMUMPS.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e9047c58a78e0a6eeb206d34fe1c0fccdd719bba..53dbde542a1c59fa4fdb534a52cf48f2f8d78a53 100644 --- a/Solver/linearSystemMUMPS.h +++ b/Solver/linearSystemMUMPS.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 197d9d17945f3c2af7c77b27fcdf2911458a913a..36fdc925f36352c6c08320e8a3dfa46929318ddc 100644 --- a/Solver/linearSystemPETSc.cpp +++ b/Solver/linearSystemPETSc.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 f273958acb03a176f5674b3b243bca24da8485b5..a626beea7c1e1e49833b3f38df624ef30dfdb710 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #ifndef _LINEAR_SYSTEM_PETSC_H_ #define _LINEAR_SYSTEM_PETSC_H_ diff --git a/Solver/linearSystemPETSc.hpp b/Solver/linearSystemPETSc.hpp index c9754ccbc8da0869d40125012b03da283fc2ab02..52f50b63777b306d0b958793daba13cb773dcfcb 100644 --- a/Solver/linearSystemPETSc.hpp +++ b/Solver/linearSystemPETSc.hpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #if defined(HAVE_PETSC) diff --git a/Solver/materialLaw.h b/Solver/materialLaw.h index bcfd13917fd73f1a210c2496a4af8417db10c0f1..b9bc7c460db7816d3632941cda1a8ff3fa44e788 100644 --- a/Solver/materialLaw.h +++ b/Solver/materialLaw.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/orthogonalTerm.h b/Solver/orthogonalTerm.h index 5f2982e4a387c6a500846b3987e3b56ef4dda4f6..381ed12238c0bd2204ed3a169af5b6e5574d4cd4 100644 --- a/Solver/orthogonalTerm.h +++ b/Solver/orthogonalTerm.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 971e6bd5d43e4709d839c1c08680b399f4bd8e99..b5779b6987a1540246a48f7b90f5501fee9e6232 100644 --- a/Solver/quadratureRules.h +++ b/Solver/quadratureRules.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/solverAlgorithms.h b/Solver/solverAlgorithms.h index aaa6e4ad0fd074eca7a730bc5741bde7e13ec433..5dd609f9c3bc670107bc580f59a73f9c654464a6 100644 --- a/Solver/solverAlgorithms.h +++ b/Solver/solverAlgorithms.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/solverField.h b/Solver/solverField.h index 46e976804593886fa551e30b70e13c0837a409e5..78e61060154749067e49c9f6f384c9b681d0bb81 100644 --- a/Solver/solverField.h +++ b/Solver/solverField.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/sparsityPattern.cpp b/Solver/sparsityPattern.cpp index 74734d731679c99b13711c2dff0ce4e5287b50c6..119b71db5e2eaa2657e158d760a1706bd109265e 100644 --- a/Solver/sparsityPattern.cpp +++ b/Solver/sparsityPattern.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Jonathan Lambrechts diff --git a/Solver/sparsityPattern.h b/Solver/sparsityPattern.h index 4b95a5d62209386eadb33a0a87b53f53fd82088c..982d91a5a2dbf9fe48170c1eb4f58dd8c5881d74 100644 --- a/Solver/sparsityPattern.h +++ b/Solver/sparsityPattern.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5b9147cba6326fa38fd924ea443da779674a0715..33be2b2306f8fc6ece5a4625f3f89caea6e8d071 100644 --- a/Solver/terms.cpp +++ b/Solver/terms.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/terms.h b/Solver/terms.h index 8fce0d7f6d24afb5e9ba1d099beeed0d14182a7b..38513392bccfcf375a9c7ad19c3b9e69635a98f2 100644 --- a/Solver/terms.h +++ b/Solver/terms.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/terms.hpp b/Solver/terms.hpp index e09c081b105b7aba5c832f13b87b8b38874ab6a4..a23e41bc425e6af0523077d92b08025f72642656 100644 --- a/Solver/terms.hpp +++ b/Solver/terms.hpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. // // Contributor(s): // Eric Bechet diff --git a/Solver/thermicSolver.cpp b/Solver/thermicSolver.cpp index 19e6011548ee8bfd4afd8e7344d204ba762f72d0..87e5e51ffc1f15892e476e29cb16844c3cc8b82a 100644 --- a/Solver/thermicSolver.cpp +++ b/Solver/thermicSolver.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 89c125ee700d2cf5e9ef79f434ff5752a0d8b241..ec2eabde580430f8e91fff930d24eca892841bcc 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 6532648229676bfd8196e4f9f0b455c25b94c1fe..470e5c28caf174348adbffa306cbc78ae6d782be 100644 --- a/api/GenApi.py +++ b/api/GenApi.py @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. # Contributor(s): # Jonathan Lambrechts @@ -938,7 +938,7 @@ julia_header = """# {0} class API: def __init__(self, version, namespace="gmsh", code="Gmsh", - copyright="Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle", + copyright="Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle", issues="https://gitlab.onelab.info/gmsh/gmsh/issues"): self.version = version global ns diff --git a/api/gen.py b/api/gen.py index 33e973bfc47798b88c617d67afeaad1e78783c2e..0365d2748a882a820a905be8429e3f4e83ec2544 100644 --- a/api/gen.py +++ b/api/gen.py @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 2b21d6bcaa0a3f269a6072a859b86d5b925584d6..ef999f85c0974b147130dd83b282ff63df7ad721 100644 --- a/api/gmsh.h +++ b/api/gmsh.h @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 0464ee9804d49d203d48d1c9bedc369574055f88..1f14e9a036af21181db837c675248ed36412eb42 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 5fd9c17c2d926007c284735f608c164ac549febd..54e6bf7230e03e3ee334a4fac4144ca6b27aacde 100644 --- a/api/gmsh.jl +++ b/api/gmsh.jl @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 d28dd40bd7ab57202e71a2bd459235aceb4939a8..785575be5d968317ac10df42b996b5c90a159efa 100644 --- a/api/gmsh.py +++ b/api/gmsh.py @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 7ff6890f9ec0a20e3affa1532a9b874041f90f96..ef5430bd03499f71899f2f1309a4e8f941eafda4 100644 --- a/api/gmshc.cpp +++ b/api/gmshc.cpp @@ -1,7 +1,7 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a995b478901f6a28ceb08d6d1db9a8945875525c..a90e14a907f7db667156c6d9f1f8596e2ec3709f 100644 --- a/api/gmshc.h +++ b/api/gmshc.h @@ -1,8 +1,8 @@ /* - * Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle + * Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle * * See the LICENSE.txt file for license information. Please report all - * issues on https://gitlab.onelab.info/gmsh/gmsh/issues + * 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 140fe07c5efff516548fc3c7c8ef11573f4c6e5d..4febb351a9500767a1154874863b8466bf4c42ad 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 243f6ec90c0db26230a70d1ed5885d5d073dc0dc..7c3983b63237ed082484ba380872dcc6fd8f7048 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC Integration3D.cpp diff --git a/contrib/HighOrderMeshOptimizer/CMakeLists.txt b/contrib/HighOrderMeshOptimizer/CMakeLists.txt index c5e512ef0f14f7eb2b693eb2fa06a3f3a04b24a3..c02a6d4069853b387fc0e5a8e496dd8a5e64d5af 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC OptHomMesh.cpp diff --git a/contrib/MathEx/CMakeLists.txt b/contrib/MathEx/CMakeLists.txt index d7378d0411e44709a657a86176cf6cf93573daa2..de0f7808b4c8079149a9ad2784b5bb85f539f598 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 382e2614ef6821363bfbc37662d0c6cfd22dcc8d..8ff780e387950fa933a3b3a364de7e2d18842f45 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC MeshOpt.cpp diff --git a/contrib/MeshQualityOptimizer/CMakeLists.txt b/contrib/MeshQualityOptimizer/CMakeLists.txt index 7e78abba3723af288f32772d33f9648effcb2fa4..a68577b419abebb0c0a6288cfd47c5f4b88d0b3c 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC MeshQualityOptimizer.cpp diff --git a/contrib/Netgen/CMakeLists.txt b/contrib/Netgen/CMakeLists.txt index 937750d257160f143f5e559415b4b35d04692e34..14881c1ee560c9191276ba1c2099a8d7151084d9 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 c0587e76a26765b11e6702429ee313b045336f63..b5fc540eddb1475f57bfd7ddc2dc27a03e9d6deb 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 0c28ba5c4caf769e9fd19ace34bc3d3f52090927..8012713ab3b977d6f8edd06d76cf6d5476fb1a30 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 7c4140d5a954cc5813e6700cd6160f6ff0e1d264..a63c4218dd6de3c5db881115501bfd969c3ac765 100644 --- a/contrib/hxt/CMakeLists.txt +++ b/contrib/hxt/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. # HXT (reparametrization) set(SRC diff --git a/contrib/kbipack/CMakeLists.txt b/contrib/kbipack/CMakeLists.txt index 587cf2a9a40926ee034c2fbd6d1f1532baeb445f..0e3f9d787f552617de11c35ef140b53e5c8ab688 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 a73008af38db50cfa87a26a7ac2c2c7fb2cf7df8..eace56ab64725d075f6300b585759ac94d6bc360 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 2f558f6bc23bae6c08194f3a98c3c2ccde0e1f82..3e12068519ec626cf7503c7c56becf3a1b9e02f0 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC ./build/sources/mmg3d.c diff --git a/contrib/mobile/Android/app/src/main/java/org/geuz/onelab/AboutActivity.java b/contrib/mobile/Android/app/src/main/java/org/geuz/onelab/AboutActivity.java index 9c88e9a55bda4415d38aef43052d0a416999f8db..c004e6df89fc41c7454e590ff3776cddf5281930 100644 --- a/contrib/mobile/Android/app/src/main/java/org/geuz/onelab/AboutActivity.java +++ b/contrib/mobile/Android/app/src/main/java/org/geuz/onelab/AboutActivity.java @@ -95,7 +95,7 @@ public class AboutActivity extends Activity{ } catch (android.content.pm.PackageManager.NameNotFoundException e) { } - aboutOnelab += "<p>Copyright (C) 2014-2018 Christophe Geuzaine and Maxime Graulich, "; + aboutOnelab += "<p>Copyright (C) 2014-2019 Christophe Geuzaine and Maxime Graulich, "; aboutOnelab += "University of Liège</p>"; aboutOnelab += "<p>Visit <a href=\"http://onelab.info/\">http://onelab.info/</a> "; aboutOnelab += "for more information</p>"; diff --git a/contrib/mobile/README.txt b/contrib/mobile/README.txt index 014e6a4b49775f8d0b99d537b98b3a08a2170a22..d111600a81be572c8898b3d9499e7769f3e253cc 100644 --- a/contrib/mobile/README.txt +++ b/contrib/mobile/README.txt @@ -1,7 +1,7 @@ This directory contains the source code for the ONELAB app, the mobile version of ONELAB for iOS and Android devices. -Copyright (C) 2014-2018 Christophe Geuzaine and Maxime Graulich, University of Liege +Copyright (C) 2014-2019 Christophe Geuzaine and Maxime Graulich, University of Liege The ONELAB (http://onelab.info) mobile app is a finite element package based on the open source mesh generator Gmsh (http://gmsh.info) and the solver GetDP diff --git a/contrib/mobile/androidUtils.cpp b/contrib/mobile/androidUtils.cpp index 736093cf91a0b00eeb15ad1333f24b5b43a623d8..f3b0c26613e8f806ee777523443ae739d698005b 100644 --- a/contrib/mobile/androidUtils.cpp +++ b/contrib/mobile/androidUtils.cpp @@ -323,7 +323,7 @@ extern "C" { sstream << "<center><h3>Gmsh</h3>" << "Version " << GMSH_VERSION << " " << "(<i>Build date:</i> " << GMSH_DATE << ")" - << "<p>Copyright (C) 1997-2018 Christophe Geuzaine and Jean-François Remacle</p>" + << "<p>Copyright (C) 1997-2019 Christophe Geuzaine and Jean-François Remacle</p>" << "<p><a href=\"http://gmsh.info/doc/CREDITS.txt\">Credits</a> " << "and <a href=\"http://gmsh.info/doc/LICENSE.txt\">licensing information</a></p>" << "<p><i>Build options:</i> " << GMSH_CONFIG_OPTIONS << "</p>" @@ -337,7 +337,7 @@ extern "C" { sstream << "<center><h3>GetDP</h3>" << "Version " << GETDP_VERSION << " " << "(<i>Build date:</i> " << GETDP_DATE << ")" - << "<p>Copyright (C) 1997-2018 Patrick Dular and Christophe Geuzaine, University of Liège</p>" + << "<p>Copyright (C) 1997-2019 Patrick Dular and Christophe Geuzaine, University of Liège</p>" << "<p><a href=\"http://getdp.info/doc/CREDITS.txt\">Credits</a> " << "and <a href=\"http://getdp.info/doc/LICENSE.txt\">licensing information</a></p>" << "<p><i>Build options:</i> " << GETDP_CONFIG_OPTIONS << "</p>" diff --git a/contrib/mobile/iOS/Onelab/AboutViewController.mm b/contrib/mobile/iOS/Onelab/AboutViewController.mm index df890749232dc4be5a64ce4970e544c5a93d3cfe..f63b9187a90c984fb560752eb8e7c96d0909750d 100644 --- a/contrib/mobile/iOS/Onelab/AboutViewController.mm +++ b/contrib/mobile/iOS/Onelab/AboutViewController.mm @@ -58,7 +58,7 @@ NSString *css = [NSString stringWithFormat:@"body { background-color: #FFFFFF; color: #252525; margin: 35px 10px 35px 10px; padding: 0; font-family: helvetica-neue,sans-serif; font-size: 1em; } b { font-weight: normal; color: rgb(%d,%d,%d); } a { color: rgb(%d,%d,%d); }", r, g, b, r, g, b]; if([self.fileToEdit isEqual:@"About"]){ - [self.aboutView loadHTMLString:[NSString stringWithFormat:@"<html><head><style type=\"text/css\">%@</style></head><body><center><p><!-- img width=32 src=\"icon_onelab.png\"--></p><h3>Onelab/Mobile</h3>Version %@<p>Copyright (C) 2014-2018 Christophe Geuzaine and Maxime Graulich, University of Liège</p><p>Visit <a href=\"http://onelab.info/\">http://onelab.info/</a> for more information</p><p style=\"padding-top: 35px;\">This version of Onelab/Mobile contains:</p><h3>Gmsh</h3>Version %s (<i>Build date:</i> %s)<p>Copyright (C) 1997-2018 Christophe Geuzaine and Jean-François Remacle</p><p><a href=\"http://geuz.org/gmsh/doc/CREDITS.txt\">Credits</a> and <a href=\"http://geuz.org/gmsh/doc/LICENSE.txt\">licensing information</a></p><p><i>Build options:</i> %s</p><p>Visit <a href=\"http://gmsh.info/\">http://gmsh.info</a> for more information</p><h3>GetDP</h3>Version %s (<i>Build date:</i> %s)<p>Copyright (C) 1997-2018 Patrick Dular and Christophe Geuzaine, University of Liège</p><p><a href=\"http://geuz.org/getdp/doc/CREDITS.txt\">Credits</a> and <a href=\"http://geuz.org/getdp/doc/LICENSE.txt\">licensing information</a></p><p><i>Build options:</i> %s</p><p>Visit <a href=\"http://getdp.info\">http://getdp.info</a> for more information</p></center></body></html>", css, + [self.aboutView loadHTMLString:[NSString stringWithFormat:@"<html><head><style type=\"text/css\">%@</style></head><body><center><p><!-- img width=32 src=\"icon_onelab.png\"--></p><h3>Onelab/Mobile</h3>Version %@<p>Copyright (C) 2014-2019 Christophe Geuzaine and Maxime Graulich, University of Liège</p><p>Visit <a href=\"http://onelab.info/\">http://onelab.info/</a> for more information</p><p style=\"padding-top: 35px;\">This version of Onelab/Mobile contains:</p><h3>Gmsh</h3>Version %s (<i>Build date:</i> %s)<p>Copyright (C) 1997-2019 Christophe Geuzaine and Jean-François Remacle</p><p><a href=\"http://geuz.org/gmsh/doc/CREDITS.txt\">Credits</a> and <a href=\"http://geuz.org/gmsh/doc/LICENSE.txt\">licensing information</a></p><p><i>Build options:</i> %s</p><p>Visit <a href=\"http://gmsh.info/\">http://gmsh.info</a> for more information</p><h3>GetDP</h3>Version %s (<i>Build date:</i> %s)<p>Copyright (C) 1997-2019 Patrick Dular and Christophe Geuzaine, University of Liège</p><p><a href=\"http://geuz.org/getdp/doc/CREDITS.txt\">Credits</a> and <a href=\"http://geuz.org/getdp/doc/LICENSE.txt\">licensing information</a></p><p><i>Build options:</i> %s</p><p>Visit <a href=\"http://getdp.info\">http://getdp.info</a> for more information</p></center></body></html>", css, [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"], GMSH_VERSION, GMSH_DATE, diff --git a/contrib/mpeg_encode/CMakeLists.txt b/contrib/mpeg_encode/CMakeLists.txt index f8ca12667e1c49485c7bb23e6ee3ea9a613574e7..33d265540bebebd80f4c84c77e0c3ce878982c56 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 20c03fa7aab08251e7ec7deaeed655b982fb5472..b26bf42d2ad822fbc2fcd27f2354af028655acec 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# 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 56762c92d9cc1604968d72c7840c2a8b4713ee0a..8cbba2f9b649482c8e6263ab7cb93140190cb746 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 8e1dd6c4cd60a726e3c863d0a3d10e66cf8c0516..5f0f79a6dfc23d71a4eb0fb47c60eecfe12917f1 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 e07392c3eb8d244b8da4dc24979d0208d02a18da..54188b3062f2ffede51364ca5d4b0401c7e8cda5 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 387677d89eaaed94e1f70360a6b669f22d5fc126..3034cfb087ed867e115683c950b52aadc4394e50 100644 --- a/contrib/onelab/README.txt +++ b/contrib/onelab/README.txt @@ -1,4 +1,4 @@ -// ONELAB - Copyright (C) 2011-2018 Universite de Liege - Universite catholique +// ONELAB - Copyright (C) 2011-2019 Universite de Liege - Universite catholique // de Louvain // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/contrib/onelab/metamodel.h b/contrib/onelab/metamodel.h index ec53122e5500b017f4320c1533c6ec7c5cb4fa1c..479c36ee6f2cc592bd3b50680a77f9aa5f5916ba 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// issues on https://gitlab.onelab.info/gmsh/gmsh/issues. #include <string> diff --git a/contrib/onelab/myOS.cpp b/contrib/onelab/myOS.cpp index 55181ce0c227d8c7426e42993c4578402795c0c5..f0e7f960adfdd7a5ebe2cb4384b848330b77ffad 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 96f14a0f7c2869f6e43151b7b18f573cdfffd385..df49d669335a4cd71a2319e6f7f17d68d84d73df 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 d0edd8423f0fe3b12fb60e3dfc9f18076e7c665d..0f7ee06b5d9d83d0c88433a27c16b7e932414433 100755 --- a/contrib/onelab/python/onelab.py +++ b/contrib/onelab/python/onelab.py @@ -1,5 +1,5 @@ """ -ONELAB - Copyright (C) 2011-2018 Universite de Liege - Universite catholique +ONELAB - Copyright (C) 2011-2019 Universite de Liege - Universite catholique de Louvain Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/contrib/zipper/CMakeLists.txt b/contrib/zipper/CMakeLists.txt index 939d32ec416ef787d40ef28eb32ec10b2b0bef99..a0934c54ce7762ad33a273bdae3e43135db63b32 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 +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SRC zip.c diff --git a/doc/gmsh.html b/doc/gmsh.html index 4fb9dd82963197ef902c8d62c3de838b6a358246..5ccf071a1c19981cfdf9054496d3a13ed7355d85 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -231,7 +231,7 @@ on <a href="https://gitlab.onelab.info/gmsh/gmsh/issues" <h2><a name="Licensing"></a>Licensing</h2> <p> -Gmsh is copyright (C) 1997-2018 by +Gmsh is copyright (C) 1997-2019 by <a href="http://www.montefiore.ulg.ac.be/~geuzaine">C. Geuzaine</a> and <a href="http://perso.uclouvain.be/jean-francois.remacle/">J.-F. Remacle</a> (see the <a href="CREDITS.txt">CREDITS</a> file for more information) and diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index d2740c42854db403ceb2df6e96c37e9b5eda699b..14c92b74625ba7620644f72f1219dec79501aa7f 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -1,8 +1,8 @@ \input texinfo.tex @c -*-texinfo-*- -@c Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +@c Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle @c @c See the LICENSE.txt file for license information. Please report all -@c issues on https://gitlab.onelab.info/gmsh/gmsh/issues +@c issues on https://gitlab.onelab.info/gmsh/gmsh/issues. @c @c ========================================================================= @c @@ -22,7 +22,7 @@ @c %**starts of header @setfilename gmsh.info @set GMSH-VERSION 4.0 -@set COPYRIGHT @copyright{} 1997-2018 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle +@set COPYRIGHT @copyright{} 1997-2019 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @settitle Gmsh @value{GMSH-VERSION} @footnotestyle separate @setchapternewpage odd diff --git a/utils/converters/autocad/dxf2geo.cpp b/utils/converters/autocad/dxf2geo.cpp index 1f59f5139987cb21e14d3512f2f5b5bbf4417c5f..4bf94e3a044bc9ea26f41ebd2db059ef4e0952f2 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 -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 52b961d922f8fcb2db407366ffa4815be86f8f3a..4f9f50bbff55bedb3c64c19db1f21403dc96fe0f 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 (C) 1997-2018 C. Geuzaine and J.-F. Remacle</string> + <key>CFBundleGetInfoString</key><string>Gmsh GMSH_VERSION, Copyright (C) 1997-2019 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 8d0d35a8973ec10203d82e851ef3bd30d20e6531..5a5c27caeee77ac9f47896ea17f7ca8804108f54 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 (C) 1997-2018 C. Geuzaine and J.-F. Remacle</string> + <key>CFBundleGetInfoString</key><string>Gmsh, Copyright (C) 1997-2019 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 51e575f074142c8cbdf7e62b342f3120910c5ebc..095a3f7aa1d9381a948bfdc044dcb230a48dfbfa 100755 --- a/utils/misc/update_copyright.sh +++ b/utils/misc/update_copyright.sh @@ -1,14 +1,21 @@ #!/bin/sh - -files=`git grep -l '(C) 1997-2018 C. Geuzaine'` +files=`git grep -l '(C) 1997-2019 C. Geuzaine'` for file in $files; do echo "modifying $file" - sed -i '' -e "s/(C) 1997-2018 C\. Geuzaine/(C) 1997-2019 C\. Geuzaine/g" $file + sed -i '' -e "s/(C) 1997-2019 C\. Geuzaine/(C) 1997-2020 C\. Geuzaine/g" $file done # Need to manually change: # CREDITS.txt # doc/texinfo/gmsh.texi # Fltk/helpWindow.cpp +# Common/onelab.h # doc/gmsh.html +# contrib/mobile/README.txt +# contrib/mobile/androidUtils.cpp +# contrib/mobile/iOS/Onelab/AboutViewController.mm +# contrib/mobile/Android/app/src/main/java/org/geuz/onelab/AboutActivity.java +# contrib/onelab/README.txt +# contrib/onelab/onelab.py diff --git a/utils/qt/GLWidget.cpp b/utils/qt/GLWidget.cpp index 865cc8b0d8745e50e52831498afe396b9e78fe51..62800df4eb1491c3006d0f7b8fb1964ffaa99382 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 6c46a1ad18b725e8685cf14212b83cd90ee9eb82..60f441775aea19d9a4942c3af5f9f675c90d4cc1 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 a58def3bbfb1a19a1b030de54788fce9884c5fab..b0fc73fcfe570d0d76dc646b95c39d98410ffb78 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2c081014750c394fac9b913ed7426b6fecf12dc4..a2ced5daf5d0303573f0127b4c2b37954347e966 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 2657836f3e7e12692b7a624c0465f6bd51a6bee3..58480327746097deb47ac6cfd25df345a1a6aa5b 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 941eab7ad213c0e4bdb5b2d28adf0791bde7301f..45b4860745845cdce3b2df67c2425eeb5afd7702 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 c9914fc837cf51fc7c4a1a0d394b73698f7f48a1..6bf0e68c7d32ff40fc706fec0de71fa6e7775dbb 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 +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // See the LICENSE.txt file for license information. Please report all -// issues on https://gitlab.onelab.info/gmsh/gmsh/issues +// 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 78d356fbf2095a0dfde2cd684cf316f9ca611bb8..8ddc6f94d701bb709554b09f8faa72b6bfbeda0d 100644 --- a/utils/solvers/c++/GmshSocket.h +++ b/utils/solvers/c++/GmshSocket.h @@ -1,4 +1,4 @@ -// Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation diff --git a/utils/wrappers/gmshpy/CMakeLists.txt b/utils/wrappers/gmshpy/CMakeLists.txt index 4078746af1ad51745d5c9feecc69da96b498d46f..d81429af072ee7aa567c61c2e952d09bf2fd7df0 100644 --- a/utils/wrappers/gmshpy/CMakeLists.txt +++ b/utils/wrappers/gmshpy/CMakeLists.txt @@ -1,7 +1,7 @@ -# Gmsh - Copyright (C) 1997-2018 C. Geuzaine, J.-F. Remacle +# Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle # # See the LICENSE.txt file for license information. Please report all -# issues on https://gitlab.onelab.info/gmsh/gmsh/issues +# issues on https://gitlab.onelab.info/gmsh/gmsh/issues. set(SWIG_MODULES gmshCommon