atrstm

Load and structure a combustion gas mixture
git clone git://git.meso-star.fr/atrstm.git
Log | Files | Refs | README | LICENSE

commit 06206201f12b2015e538cbb567ae98fec4720961
parent 6b4bc170f9379252b877efced0d1e27428aa9a10
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 31 Aug 2023 16:39:52 +0200

Small update of the copyright notice

Replace the acronym CNRS with its meaning

Diffstat:
Mcmake/CMakeLists.txt | 2+-
Msrc/atrstm.c | 2+-
Msrc/atrstm.h | 2+-
Msrc/atrstm_c.h | 2+-
Msrc/atrstm_cache.c | 2+-
Msrc/atrstm_cache.h | 2+-
Msrc/atrstm_dump_svx_octree.c | 2+-
Msrc/atrstm_log.c | 2+-
Msrc/atrstm_log.h | 2+-
Msrc/atrstm_partition.c | 2+-
Msrc/atrstm_partition.h | 2+-
Msrc/atrstm_radcoefs.c | 2+-
Msrc/atrstm_radcoefs.h | 2+-
Msrc/atrstm_radcoefs_simd4.c | 2+-
Msrc/atrstm_radcoefs_simd4.h | 2+-
Msrc/atrstm_rdgfa.c | 2+-
Msrc/atrstm_rdgfa.h | 2+-
Msrc/atrstm_rdgfa_simd4.h | 2+-
Msrc/atrstm_setup_octrees.c | 2+-
Msrc/atrstm_setup_octrees.h | 2+-
Msrc/atrstm_setup_uvm.c | 2+-
Msrc/atrstm_svx.c | 2+-
Msrc/atrstm_svx.h | 2+-
Msrc/test_atrstm.c | 2+-
Msrc/test_atrstm_radcoefs.c | 2+-
Msrc/test_atrstm_radcoefs_simd.c | 2+-
26 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) -# Copyright (C) 2020, 2021 CNRS +# Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/atrstm.c b/src/atrstm.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm.h b/src/atrstm.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_c.h b/src/atrstm_c.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_cache.c b/src/atrstm_cache.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_cache.h b/src/atrstm_cache.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_dump_svx_octree.c b/src/atrstm_dump_svx_octree.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_log.c b/src/atrstm_log.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_log.h b/src/atrstm_log.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_partition.c b/src/atrstm_partition.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_partition.h b/src/atrstm_partition.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_radcoefs.c b/src/atrstm_radcoefs.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_radcoefs.h b/src/atrstm_radcoefs.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_radcoefs_simd4.c b/src/atrstm_radcoefs_simd4.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_radcoefs_simd4.h b/src/atrstm_radcoefs_simd4.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_rdgfa.c b/src/atrstm_rdgfa.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_rdgfa.h b/src/atrstm_rdgfa.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_rdgfa_simd4.h b/src/atrstm_rdgfa_simd4.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_setup_octrees.c b/src/atrstm_setup_octrees.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_setup_octrees.h b/src/atrstm_setup_octrees.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_setup_uvm.c b/src/atrstm_setup_uvm.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_svx.c b/src/atrstm_svx.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/atrstm_svx.h b/src/atrstm_svx.h @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_atrstm.c b/src/test_atrstm.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_atrstm_radcoefs.c b/src/test_atrstm_radcoefs.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_atrstm_radcoefs_simd.c b/src/test_atrstm_radcoefs_simd.c @@ -1,5 +1,5 @@ /* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com) - * Copyright (C) 2020, 2021 CNRS + * Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by