solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit f281d3c235164b8d99575ddcb7e34109a58a7cc1
parent 804e292e11dda2128f22d63c3a16e809589e3d55
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 22 Jun 2026 14:59:50 +0200

Fix Méso-Star naming

Diffstat:
MREADME.md | 2+-
Msrc/ssol.h | 2+-
Msrc/ssol_atmosphere.c | 2+-
Msrc/ssol_atmosphere_c.h | 2+-
Msrc/ssol_c.h | 2+-
Msrc/ssol_camera.c | 2+-
Msrc/ssol_camera.h | 2+-
Msrc/ssol_data.c | 2+-
Msrc/ssol_device.c | 2+-
Msrc/ssol_device_c.h | 2+-
Msrc/ssol_draw.c | 2+-
Msrc/ssol_draw.h | 2+-
Msrc/ssol_draw_draft.c | 2+-
Msrc/ssol_draw_pt.c | 2+-
Msrc/ssol_estimator.c | 2+-
Msrc/ssol_estimator_c.h | 2+-
Msrc/ssol_image.c | 2+-
Msrc/ssol_image_c.h | 2+-
Msrc/ssol_instance.c | 2+-
Msrc/ssol_instance_c.h | 2+-
Msrc/ssol_material.c | 2+-
Msrc/ssol_material_c.h | 2+-
Msrc/ssol_mc_receiver.c | 2+-
Msrc/ssol_object.c | 2+-
Msrc/ssol_object_c.h | 2+-
Msrc/ssol_param_buffer.c | 2+-
Msrc/ssol_ranst_sun_dir.c | 2+-
Msrc/ssol_ranst_sun_dir.h | 2+-
Msrc/ssol_ranst_sun_wl.c | 2+-
Msrc/ssol_ranst_sun_wl.h | 2+-
Msrc/ssol_scene.c | 2+-
Msrc/ssol_scene_c.h | 2+-
Msrc/ssol_shape.c | 2+-
Msrc/ssol_shape_c.h | 2+-
Msrc/ssol_solver.c | 2+-
Msrc/ssol_spectrum.c | 2+-
Msrc/ssol_spectrum_c.h | 2+-
Msrc/ssol_sun.c | 2+-
Msrc/ssol_sun_c.h | 2+-
Msrc/test_ssol_atmosphere.c | 2+-
Msrc/test_ssol_by_receiver_integration.c | 2+-
Msrc/test_ssol_camera.c | 2+-
Msrc/test_ssol_circ2D_geometry.h | 2+-
Msrc/test_ssol_cube_geometry.h | 2+-
Msrc/test_ssol_data.c | 2+-
Msrc/test_ssol_device.c | 2+-
Msrc/test_ssol_draw.c | 2+-
Msrc/test_ssol_geometries.h | 2+-
Msrc/test_ssol_image.c | 2+-
Msrc/test_ssol_instance.c | 2+-
Msrc/test_ssol_material.c | 2+-
Msrc/test_ssol_materials.h | 2+-
Msrc/test_ssol_object.c | 2+-
Msrc/test_ssol_param_buffer.c | 2+-
Msrc/test_ssol_rect2D_geometry.h | 2+-
Msrc/test_ssol_rect_geometry.h | 2+-
Msrc/test_ssol_scene.c | 2+-
Msrc/test_ssol_shape.c | 2+-
Msrc/test_ssol_solver1.c | 2+-
Msrc/test_ssol_solver10.c | 2+-
Msrc/test_ssol_solver11.c | 2+-
Msrc/test_ssol_solver12.c | 2+-
Msrc/test_ssol_solver2.c | 2+-
Msrc/test_ssol_solver2b.c | 2+-
Msrc/test_ssol_solver3.c | 2+-
Msrc/test_ssol_solver4.c | 2+-
Msrc/test_ssol_solver5.c | 2+-
Msrc/test_ssol_solver6.c | 2+-
Msrc/test_ssol_solver7.c | 2+-
Msrc/test_ssol_solver8.c | 2+-
Msrc/test_ssol_solver9.c | 2+-
Msrc/test_ssol_spectrum.c | 2+-
Msrc/test_ssol_sun.c | 2+-
Msrc/test_ssol_utils.h | 2+-
74 files changed, 74 insertions(+), 74 deletions(-)

diff --git a/README.md b/README.md @@ -160,7 +160,7 @@ Fix the creation of a glossy BSDF that uses a pillbox microfacet distribution. ## License -Copyright (C) 2018-2026 |Meso|Star> (<contact@meso-star.com>). +Copyright (C) 2018-2026 |Méso|Star> (<contact@meso-star.com>). Copyright (C) 2016, 2018 CNRS. Solstice-Solver is free software released under the GPL v3+ license: GNU GPL diff --git a/src/ssol.h b/src/ssol.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_atmosphere.c b/src/ssol_atmosphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_atmosphere_c.h b/src/ssol_atmosphere_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_c.h b/src/ssol_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_camera.c b/src/ssol_camera.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_camera.h b/src/ssol_camera.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_data.c b/src/ssol_data.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_device.c b/src/ssol_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_device_c.h b/src/ssol_device_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_draw.c b/src/ssol_draw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_draw.h b/src/ssol_draw.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_draw_draft.c b/src/ssol_draw_draft.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_draw_pt.c b/src/ssol_draw_pt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_estimator.c b/src/ssol_estimator.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_estimator_c.h b/src/ssol_estimator_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_image.c b/src/ssol_image.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_image_c.h b/src/ssol_image_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_instance.c b/src/ssol_instance.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_instance_c.h b/src/ssol_instance_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_material.c b/src/ssol_material.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_material_c.h b/src/ssol_material_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_mc_receiver.c b/src/ssol_mc_receiver.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_object.c b/src/ssol_object.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_object_c.h b/src/ssol_object_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_param_buffer.c b/src/ssol_param_buffer.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_ranst_sun_dir.c b/src/ssol_ranst_sun_dir.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_ranst_sun_dir.h b/src/ssol_ranst_sun_dir.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_ranst_sun_wl.c b/src/ssol_ranst_sun_wl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_ranst_sun_wl.h b/src/ssol_ranst_sun_wl.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_scene.c b/src/ssol_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_scene_c.h b/src/ssol_scene_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_shape.c b/src/ssol_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_shape_c.h b/src/ssol_shape_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_solver.c b/src/ssol_solver.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_spectrum.c b/src/ssol_spectrum.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_spectrum_c.h b/src/ssol_spectrum_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_sun.c b/src/ssol_sun.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/ssol_sun_c.h b/src/ssol_sun_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_atmosphere.c b/src/test_ssol_atmosphere.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_by_receiver_integration.c b/src/test_ssol_by_receiver_integration.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_camera.c b/src/test_ssol_camera.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_circ2D_geometry.h b/src/test_ssol_circ2D_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_cube_geometry.h b/src/test_ssol_cube_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_data.c b/src/test_ssol_data.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_device.c b/src/test_ssol_device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_draw.c b/src/test_ssol_draw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_geometries.h b/src/test_ssol_geometries.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_image.c b/src/test_ssol_image.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_instance.c b/src/test_ssol_instance.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_material.c b/src/test_ssol_material.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_materials.h b/src/test_ssol_materials.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_object.c b/src/test_ssol_object.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_param_buffer.c b/src/test_ssol_param_buffer.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_rect2D_geometry.h b/src/test_ssol_rect2D_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_rect_geometry.h b/src/test_ssol_rect_geometry.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_scene.c b/src/test_ssol_scene.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_shape.c b/src/test_ssol_shape.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver1.c b/src/test_ssol_solver1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver10.c b/src/test_ssol_solver10.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver11.c b/src/test_ssol_solver11.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver12.c b/src/test_ssol_solver12.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver2.c b/src/test_ssol_solver2.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver2b.c b/src/test_ssol_solver2b.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver3.c b/src/test_ssol_solver3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver4.c b/src/test_ssol_solver4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver5.c b/src/test_ssol_solver5.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver6.c b/src/test_ssol_solver6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver7.c b/src/test_ssol_solver7.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver8.c b/src/test_ssol_solver8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_solver9.c b/src/test_ssol_solver9.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_spectrum.c b/src/test_ssol_spectrum.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_sun.c b/src/test_ssol_sun.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify diff --git a/src/test_ssol_utils.h b/src/test_ssol_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2018-2026 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018-2026 |Méso|Star> (contact@meso-star.com) * Copyright (C) 2016, 2018 CNRS * * This program is free software: you can redistribute it and/or modify