From d37f065337039d3a0ce3c92fde093a66f972bc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Thu, 27 Jul 2023 11:15:00 +0200 Subject: [PATCH 1/8] Add backlinks in documentation from parameters to model --- doc/interface/binding/bi_steric_mass_action.rst | 2 ++ .../binding/extended_mobile_phase_modulator_langmuir.rst | 2 ++ doc/interface/binding/freundlich_ldf.rst | 2 ++ doc/interface/binding/generalized_ion_exchange.rst | 2 ++ doc/interface/binding/hic_constant_water_activity.rst | 2 ++ .../binding/hic_water_on_hydrophobic_surfaces.rst | 2 ++ doc/interface/binding/linear.rst | 2 ++ .../binding/mobile_phase_modulator_langmuir.rst | 2 ++ doc/interface/binding/multi_component_anti_langmuir.rst | 2 ++ doc/interface/binding/multi_component_bi_langmuir.rst | 2 ++ .../binding/multi_component_bi_langmuir_ldf.rst | 2 ++ doc/interface/binding/multi_component_langmuir.rst | 2 ++ doc/interface/binding/multi_component_langmuir_ldf.rst | 2 ++ .../multi_component_langmuir_ldf_liquid_phase.rst | 2 ++ doc/interface/binding/multi_component_spreading.rst | 2 ++ doc/interface/binding/multi_state_steric_mass_action.rst | 2 ++ doc/interface/binding/saska.rst | 2 ++ doc/interface/binding/self_association.rst | 2 ++ .../simplified_multi_state_steric_mass_action.rst | 2 ++ doc/interface/binding/steric_mass_action.rst | 2 ++ doc/interface/unit_operations/2d_general_rate_model.rst | 8 +++++++- doc/interface/unit_operations/cstr.rst | 3 +++ doc/interface/unit_operations/general_rate_model.rst | 3 +++ doc/interface/unit_operations/inlet.rst | 3 ++- .../unit_operations/lumped_rate_model_with_pores.rst | 4 +++- .../unit_operations/lumped_rate_model_without_pores.rst | 3 +++ doc/interface/unit_operations/outlet.rst | 9 ++++++++- 27 files changed, 69 insertions(+), 4 deletions(-) diff --git a/doc/interface/binding/bi_steric_mass_action.rst b/doc/interface/binding/bi_steric_mass_action.rst index 7202b544f..4ece990b1 100644 --- a/doc/interface/binding/bi_steric_mass_action.rst +++ b/doc/interface/binding/bi_steric_mass_action.rst @@ -5,6 +5,8 @@ Bi Steric Mass Action **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = BI_STERIC_MASS_ACTION** +For information on model equations, refer to :ref:`bi_steric_mass_action_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/extended_mobile_phase_modulator_langmuir.rst b/doc/interface/binding/extended_mobile_phase_modulator_langmuir.rst index 172dfc07f..eb2e1fa74 100644 --- a/doc/interface/binding/extended_mobile_phase_modulator_langmuir.rst +++ b/doc/interface/binding/extended_mobile_phase_modulator_langmuir.rst @@ -5,6 +5,8 @@ Extended Mobile Phase Modulator Langmuir **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = EXTENDED_MOBILE_PHASE_MODULATOR** +For information on model equations, refer to :ref:`extended_mobile_phase_modulator_langmuir_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/freundlich_ldf.rst b/doc/interface/binding/freundlich_ldf.rst index 65f256855..f145624ca 100644 --- a/doc/interface/binding/freundlich_ldf.rst +++ b/doc/interface/binding/freundlich_ldf.rst @@ -5,6 +5,8 @@ Freundlich LDF **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = FREUNDLICH_LDF** +For information on model equations, refer to :ref:`freundlich_ldf_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/generalized_ion_exchange.rst b/doc/interface/binding/generalized_ion_exchange.rst index c12b2e8ca..9c6688562 100644 --- a/doc/interface/binding/generalized_ion_exchange.rst +++ b/doc/interface/binding/generalized_ion_exchange.rst @@ -5,6 +5,8 @@ Generalized Ion Exchange **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = GENERALIZED_ION_EXCHANGE** +For information on model equations, refer to :ref:`generalized_ion_exchange_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/hic_constant_water_activity.rst b/doc/interface/binding/hic_constant_water_activity.rst index cbb10fc46..753f4ff87 100644 --- a/doc/interface/binding/hic_constant_water_activity.rst +++ b/doc/interface/binding/hic_constant_water_activity.rst @@ -5,6 +5,8 @@ HIC Constant Water Activity **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = HIC_CONSTANT_WATER_ACTIVITY** +For information on model equations, refer to :ref:`hic_constant_water_activity_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/hic_water_on_hydrophobic_surfaces.rst b/doc/interface/binding/hic_water_on_hydrophobic_surfaces.rst index c7730c853..31ff02484 100644 --- a/doc/interface/binding/hic_water_on_hydrophobic_surfaces.rst +++ b/doc/interface/binding/hic_water_on_hydrophobic_surfaces.rst @@ -5,6 +5,8 @@ HIC Water on Hydrophobic Surfaces **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = HIC_WATER_ON_HYDROPHOBIC_SURFACES** +For information on model equations, refer to :ref:`hic_water_on_hydrophobic_surfaces_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/linear.rst b/doc/interface/binding/linear.rst index 70633cf5a..30d80cc86 100644 --- a/doc/interface/binding/linear.rst +++ b/doc/interface/binding/linear.rst @@ -5,6 +5,8 @@ Linear **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = LINEAR** +For information on model equations, refer to :ref:`linear_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/mobile_phase_modulator_langmuir.rst b/doc/interface/binding/mobile_phase_modulator_langmuir.rst index a62c0016e..a93c7c8e1 100644 --- a/doc/interface/binding/mobile_phase_modulator_langmuir.rst +++ b/doc/interface/binding/mobile_phase_modulator_langmuir.rst @@ -5,6 +5,8 @@ Mobile Phase Modulator Langmuir **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MOBILE_PHASE_MODULATOR** +For information on model equations, refer to :ref:`mobile_phase_modulator_langmuir_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/multi_component_anti_langmuir.rst b/doc/interface/binding/multi_component_anti_langmuir.rst index 393864165..1263b71da 100644 --- a/doc/interface/binding/multi_component_anti_langmuir.rst +++ b/doc/interface/binding/multi_component_anti_langmuir.rst @@ -5,6 +5,8 @@ Multi Component Anti-Langmuir **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MULTI_COMPONENT_ANTILANGMUIR** +For information on model equations, refer to :ref:`multi_component_anti_langmuir_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/multi_component_bi_langmuir.rst b/doc/interface/binding/multi_component_bi_langmuir.rst index cdeef95aa..5a6a1bcbb 100644 --- a/doc/interface/binding/multi_component_bi_langmuir.rst +++ b/doc/interface/binding/multi_component_bi_langmuir.rst @@ -5,6 +5,8 @@ Multi Component Bi-Langmuir **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MULTI_COMPONENT_BILANGMUIR** +For information on model equations, refer to :ref:`multi_component_bi_langmuir_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/multi_component_bi_langmuir_ldf.rst b/doc/interface/binding/multi_component_bi_langmuir_ldf.rst index 0ca97bb02..325b76136 100644 --- a/doc/interface/binding/multi_component_bi_langmuir_ldf.rst +++ b/doc/interface/binding/multi_component_bi_langmuir_ldf.rst @@ -5,6 +5,8 @@ Multi Component Bi-Langmuir LDF **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MULTI_COMPONENT_BILANGMUIR_LDF** +For information on model equations, refer to :ref:`multi_component_bi_langmuir_ldf_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/multi_component_langmuir.rst b/doc/interface/binding/multi_component_langmuir.rst index f98298311..174846c21 100644 --- a/doc/interface/binding/multi_component_langmuir.rst +++ b/doc/interface/binding/multi_component_langmuir.rst @@ -5,6 +5,8 @@ Multi Component Langmuir **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MULTI_COMPONENT_LANGMUIR** +For information on model equations, refer to :ref:`multi_component_langmuir_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/multi_component_langmuir_ldf.rst b/doc/interface/binding/multi_component_langmuir_ldf.rst index 34df73b3f..f703731be 100644 --- a/doc/interface/binding/multi_component_langmuir_ldf.rst +++ b/doc/interface/binding/multi_component_langmuir_ldf.rst @@ -5,6 +5,8 @@ Multi Component Langmuir LDF **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MULTI_COMPONENT_LANGMUIR_LDF** +For information on model equations, refer to :ref:`multi_component_langmuir_ldf_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/multi_component_langmuir_ldf_liquid_phase.rst b/doc/interface/binding/multi_component_langmuir_ldf_liquid_phase.rst index 69bb8aeb4..1bf25bbb8 100644 --- a/doc/interface/binding/multi_component_langmuir_ldf_liquid_phase.rst +++ b/doc/interface/binding/multi_component_langmuir_ldf_liquid_phase.rst @@ -5,6 +5,8 @@ Multi Component Langmuir LDF Liquid Phase **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MULTI_COMPONENT_LANGMUIR_LDF_LIQUID_PHASE** +For information on model equations, refer to :ref:`multi_component_langmuir_ldf_liquid_phase_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/multi_component_spreading.rst b/doc/interface/binding/multi_component_spreading.rst index ee400c4ab..203bcbc19 100644 --- a/doc/interface/binding/multi_component_spreading.rst +++ b/doc/interface/binding/multi_component_spreading.rst @@ -5,6 +5,8 @@ Multi Component Spreading **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MULTI_COMPONENT_SPREADING** +For information on model equations, refer to :ref:`multi_component_spreading_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/multi_state_steric_mass_action.rst b/doc/interface/binding/multi_state_steric_mass_action.rst index a55d92113..ecc587179 100644 --- a/doc/interface/binding/multi_state_steric_mass_action.rst +++ b/doc/interface/binding/multi_state_steric_mass_action.rst @@ -5,6 +5,8 @@ Multi-State Steric Mass Action **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = MULTISTATE_STERIC_MASS_ACTION** +For information on model equations, refer to :ref:`multi_state_steric_mass_action_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/saska.rst b/doc/interface/binding/saska.rst index 9ea3e31a8..cd4da6899 100644 --- a/doc/interface/binding/saska.rst +++ b/doc/interface/binding/saska.rst @@ -5,6 +5,8 @@ Saska **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = SASKA** +For information on model equations, refer to :ref:`saska_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/self_association.rst b/doc/interface/binding/self_association.rst index 9b77e2a5a..febe7773b 100644 --- a/doc/interface/binding/self_association.rst +++ b/doc/interface/binding/self_association.rst @@ -5,6 +5,8 @@ Self Association **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = SELF_ASSOCIATION** +For information on model equations, refer to :ref:`self_association_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/simplified_multi_state_steric_mass_action.rst b/doc/interface/binding/simplified_multi_state_steric_mass_action.rst index 91cbd8bda..c682369ea 100644 --- a/doc/interface/binding/simplified_multi_state_steric_mass_action.rst +++ b/doc/interface/binding/simplified_multi_state_steric_mass_action.rst @@ -5,6 +5,8 @@ Simplified Multi-State Steric Mass Action **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = SIMPLIFIED_MULTISTATE_STERIC_MASS_ACTION** +For information on model equations, refer to :ref:`simplified_multi_state_steric_mass_action_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/binding/steric_mass_action.rst b/doc/interface/binding/steric_mass_action.rst index a18cd7148..ed48c44fa 100644 --- a/doc/interface/binding/steric_mass_action.rst +++ b/doc/interface/binding/steric_mass_action.rst @@ -5,6 +5,8 @@ Steric Mass Action **Group /input/model/unit_XXX/adsorption – ADSORPTION_MODEL = STERIC_MASS_ACTION** +For information on model equations, refer to :ref:`steric_mass_action_model`. + ``IS_KINETIC`` Selects kinetic or quasi-stationary adsorption mode: 1 = kinetic, 0 = diff --git a/doc/interface/unit_operations/2d_general_rate_model.rst b/doc/interface/unit_operations/2d_general_rate_model.rst index 522fef4f1..e9ae68488 100644 --- a/doc/interface/unit_operations/2d_general_rate_model.rst +++ b/doc/interface/unit_operations/2d_general_rate_model.rst @@ -1,7 +1,13 @@ .. _2d_general_rate_model_config: Two dimensional general rate model -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +================================== + +Group /input/model/unit_XXX - UNIT_TYPE = GENERAL_RATE_MODEL_2D +--------------------------------------------------------------- + +For information on model equations, refer to :ref:`2d_general_rate_model_model`. + ``UNIT_TYPE`` diff --git a/doc/interface/unit_operations/cstr.rst b/doc/interface/unit_operations/cstr.rst index cce3f1042..35a43a54f 100644 --- a/doc/interface/unit_operations/cstr.rst +++ b/doc/interface/unit_operations/cstr.rst @@ -6,6 +6,9 @@ Continuous stirred tank reactor model Group /input/model/unit_XXX - UNIT_TYPE = CSTR ---------------------------------------------- + +For information on model equations, refer to :ref:`cstr_model`. + ``UNIT_TYPE`` Specifies the type of unit operation model diff --git a/doc/interface/unit_operations/general_rate_model.rst b/doc/interface/unit_operations/general_rate_model.rst index 07a4bdb14..5d81dc7fc 100644 --- a/doc/interface/unit_operations/general_rate_model.rst +++ b/doc/interface/unit_operations/general_rate_model.rst @@ -6,6 +6,9 @@ General Rate Model Group /input/model/unit_XXX - UNIT_TYPE - GENERAL_RATE_MODEL ------------------------------------------------------------ +For information on model equations, refer to :ref:`general_rate_model_model`. + + ``UNIT_TYPE`` Specifies the type of unit operation model diff --git a/doc/interface/unit_operations/inlet.rst b/doc/interface/unit_operations/inlet.rst index e3fb3cab8..fba0fc476 100644 --- a/doc/interface/unit_operations/inlet.rst +++ b/doc/interface/unit_operations/inlet.rst @@ -1,12 +1,13 @@ .. _inlet_config: - Inlet ===== Group /input/model/unit_XXX - UNIT-TYPE = INLET ----------------------------------------------- +For information on model equations, refer to :ref:`inlet_model`. + ``UNIT_TYPE`` diff --git a/doc/interface/unit_operations/lumped_rate_model_with_pores.rst b/doc/interface/unit_operations/lumped_rate_model_with_pores.rst index de2ec0c47..993d2b3bd 100644 --- a/doc/interface/unit_operations/lumped_rate_model_with_pores.rst +++ b/doc/interface/unit_operations/lumped_rate_model_with_pores.rst @@ -3,10 +3,12 @@ Lumped rate model with pores ============================ - Group /input/model/unit_XXX - UNIT_TYPE = LUMPED_RATE_MODEL_WITH_PORES ---------------------------------------------------------------------- +For information on model equations, refer to :ref:`lumpded_rate_model_with_pores_model`. + + ``UNIT_TYPE`` Specifies the type of unit operation model diff --git a/doc/interface/unit_operations/lumped_rate_model_without_pores.rst b/doc/interface/unit_operations/lumped_rate_model_without_pores.rst index efeb98237..36eb0fc07 100644 --- a/doc/interface/unit_operations/lumped_rate_model_without_pores.rst +++ b/doc/interface/unit_operations/lumped_rate_model_without_pores.rst @@ -6,6 +6,9 @@ Lumped Rate Model Without Pores Group /input/model/unit_XXX - UNIT_TYPE = LUMPED_RATE_MODEL_WITHOUT_PORES ------------------------------------------------------------------------- +For information on model equations, refer to :ref:`lumpded_rate_model_without_pores_model`. + + ``UNIT_TYPE`` Specifies the type of unit operation model diff --git a/doc/interface/unit_operations/outlet.rst b/doc/interface/unit_operations/outlet.rst index 81c646c05..323da8bb6 100644 --- a/doc/interface/unit_operations/outlet.rst +++ b/doc/interface/unit_operations/outlet.rst @@ -1,11 +1,18 @@ .. _outlet_config: Outlet -~~~~~~ +====== + +Group /input/model/unit_XXX - UNIT-TYPE = OUTLET +------------------------------------------------ + +For information on model equations, refer to :ref:`outlet_model`. + ``UNIT_TYPE`` Specifies the type of unit operation model + ================ ================================== ============= **Type:** string **Range:** :math:`\texttt{OUTLET}` **Length:** 1 From 4abbc6b6bf5d5b2588ce916abff64b20e24b605f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Thu, 27 Jul 2023 11:28:11 +0200 Subject: [PATCH 2/8] Consistent binding model order in documentation --- doc/interface/binding/index.rst | 9 ++++-- doc/modelling/binding/index.rst | 50 ++++++++++++++++----------------- 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/doc/interface/binding/index.rst b/doc/interface/binding/index.rst index 7581f8b43..047de2dc7 100644 --- a/doc/interface/binding/index.rst +++ b/doc/interface/binding/index.rst @@ -52,10 +52,13 @@ This group also takes precedence over a possibly existing ``/input/model/unit_XX linear multi_component_langmuir - multi_component_bi_langmuir - multi_component_anti_langmuir + multi_component_langmuir_ldf + multi_component_langmuir_ldf_liquid_phase mobile_phase_modulator_langmuir extended_mobile_phase_modulator_langmuir + multi_component_bi_langmuir + multi_component_bi_langmuir_ldf + multi_component_anti_langmuir multi_component_spreading steric_mass_action multi_state_steric_mass_action @@ -64,7 +67,7 @@ This group also takes precedence over a possibly existing ``/input/model/unit_XX generalized_ion_exchange saska self_association - kumar_langmuir + freundlich_ldf hic_water_on_hydrophobic_surfaces hic_constant_water_activity diff --git a/doc/modelling/binding/index.rst b/doc/modelling/binding/index.rst index 2c06a532a..e70f590c5 100644 --- a/doc/modelling/binding/index.rst +++ b/doc/modelling/binding/index.rst @@ -172,11 +172,6 @@ The models also differ in whether a mobile phase modifier (e.g., salt) is suppor - × - ✓ - × - * - :ref:`freundlich_ldf_model` - - × - - × - - ✓ - - × * - :ref:`multi_component_langmuir_model` - ✓ - × @@ -192,71 +187,76 @@ The models also differ in whether a mobile phase modifier (e.g., salt) is suppor - × - ✓ - × - * - :ref:`multi_component_anti_langmuir_model` + * - :ref:`mobile_phase_modulator_langmuir_model` + - ✓ - ✓ - - × - ✓ - × - * - :ref:`steric_mass_action_model` + * - :ref:`extended_mobile_phase_modulator_langmuir_model` - ✓ - ✓ - ✓ - × - * - :ref:`generalized_ion_exchange_model` + * - :ref:`multi_component_bi_langmuir_model` + - ✓ + - × - ✓ - ✓ + * - :ref:`multi_component_bi_langmuir_model_ldf` - ✓ - × - * - :ref:`self_association_model` - ✓ - ✓ + * - :ref:`multi_component_anti_langmuir_model` - ✓ - × - * - :ref:`mobile_phase_modulator_langmuir_model` - - ✓ - ✓ + - × + * - :ref:`multi_component_spreading_model` - ✓ - × - * - :ref:`extended_mobile_phase_modulator_langmuir_model` - ✓ - ✓ + * - :ref:`steric_mass_action_model` - ✓ - - × - * - :ref:`saska_model` - - × - - × - ✓ - - × - * - :ref:`multi_component_bi_langmuir_model` - ✓ - × + * - :ref:`multi_state_steric_mass_action_model` - ✓ - ✓ - * - :ref:`multi_component_bi_langmuir_model_ldf` - ✓ - - × - ✓ + * - :ref:`simplified_multi_state_steric_mass_action_model` - ✓ - * - :ref:`multi_component_spreading_model` - ✓ - × - ✓ + * - :ref:`bi_steric_mass_action_model` - ✓ - * - :ref:`multi_state_steric_mass_action_model` - ✓ - ✓ - ✓ + * - :ref:`generalized_ion_exchange_model` - ✓ - * - :ref:`simplified_multi_state_steric_mass_action_model` - ✓ - ✓ - × + * - :ref:`saska_model` + - × + - × - ✓ - * - :ref:`bi_steric_mass_action_model` + - × + * - :ref:`self_association_model` - ✓ - ✓ - ✓ + - × + * - :ref:`freundlich_ldf_model` + - × + - × - ✓ + - × * - :ref:`hic_water_on_hydrophobic_surfaces_model` - ✓ - x From b5be83e4cf99e474d0e13accf83351f03cf683a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Thu, 27 Jul 2023 11:44:49 +0200 Subject: [PATCH 3/8] Consistent model/config tags in documentation --- .../unit_operations/lumped_rate_model_with_pores.rst | 4 ++-- .../unit_operations/lumped_rate_model_without_pores.rst | 4 ++-- doc/modelling/binding/index.rst | 6 +++--- doc/modelling/binding/multi_component_bi_langmuir_ldf.rst | 2 +- doc/modelling/binding/multi_component_langmuir_ldf.rst | 2 +- .../binding/multi_component_langmuir_ldf_liquid_phase.rst | 2 +- .../unit_operations/lumped_rate_model_with_pores.rst | 2 +- .../unit_operations/lumped_rate_model_without_pores.rst | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/interface/unit_operations/lumped_rate_model_with_pores.rst b/doc/interface/unit_operations/lumped_rate_model_with_pores.rst index 993d2b3bd..c40f3d27a 100644 --- a/doc/interface/unit_operations/lumped_rate_model_with_pores.rst +++ b/doc/interface/unit_operations/lumped_rate_model_with_pores.rst @@ -1,4 +1,4 @@ -.. _lumpded_rate_model_with_pores_config: +.. _lumped_rate_model_with_pores_config: Lumped rate model with pores ============================ @@ -6,7 +6,7 @@ Lumped rate model with pores Group /input/model/unit_XXX - UNIT_TYPE = LUMPED_RATE_MODEL_WITH_PORES ---------------------------------------------------------------------- -For information on model equations, refer to :ref:`lumpded_rate_model_with_pores_model`. +For information on model equations, refer to :ref:`lumped_rate_model_with_pores_model`. ``UNIT_TYPE`` diff --git a/doc/interface/unit_operations/lumped_rate_model_without_pores.rst b/doc/interface/unit_operations/lumped_rate_model_without_pores.rst index 36eb0fc07..1b37b4d2e 100644 --- a/doc/interface/unit_operations/lumped_rate_model_without_pores.rst +++ b/doc/interface/unit_operations/lumped_rate_model_without_pores.rst @@ -1,4 +1,4 @@ -.. _lumpded_rate_model_without_pores_config: +.. _lumped_rate_model_without_pores_config: Lumped Rate Model Without Pores =============================== @@ -6,7 +6,7 @@ Lumped Rate Model Without Pores Group /input/model/unit_XXX - UNIT_TYPE = LUMPED_RATE_MODEL_WITHOUT_PORES ------------------------------------------------------------------------- -For information on model equations, refer to :ref:`lumpded_rate_model_without_pores_model`. +For information on model equations, refer to :ref:`lumped_rate_model_without_pores_model`. ``UNIT_TYPE`` diff --git a/doc/modelling/binding/index.rst b/doc/modelling/binding/index.rst index e70f590c5..3e7d87211 100644 --- a/doc/modelling/binding/index.rst +++ b/doc/modelling/binding/index.rst @@ -177,12 +177,12 @@ The models also differ in whether a mobile phase modifier (e.g., salt) is suppor - × - ✓ - × - * - :ref:`multi_component_langmuir_model_ldf` + * - :ref:`multi_component_langmuir_ldf_model` - ✓ - × - ✓ - × - * - :ref:`multi_component_langmuir_model_ldf_liquid_phase` + * - :ref:`multi_component_langmuir_ldf_liquid_phase_model` - ✓ - × - ✓ @@ -202,7 +202,7 @@ The models also differ in whether a mobile phase modifier (e.g., salt) is suppor - × - ✓ - ✓ - * - :ref:`multi_component_bi_langmuir_model_ldf` + * - :ref:`multi_component_bi_langmuir_ldf_model` - ✓ - × - ✓ diff --git a/doc/modelling/binding/multi_component_bi_langmuir_ldf.rst b/doc/modelling/binding/multi_component_bi_langmuir_ldf.rst index fe871973c..090a9b3d6 100644 --- a/doc/modelling/binding/multi_component_bi_langmuir_ldf.rst +++ b/doc/modelling/binding/multi_component_bi_langmuir_ldf.rst @@ -1,4 +1,4 @@ -.. _multi_component_bi_langmuir_model_ldf: +.. _multi_component_bi_langmuir_ldf_model: Multi Component Bi-Langmuir LDF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/modelling/binding/multi_component_langmuir_ldf.rst b/doc/modelling/binding/multi_component_langmuir_ldf.rst index a356e21c4..6c0c99032 100644 --- a/doc/modelling/binding/multi_component_langmuir_ldf.rst +++ b/doc/modelling/binding/multi_component_langmuir_ldf.rst @@ -1,4 +1,4 @@ -.. _multi_component_langmuir_model_ldf: +.. _multi_component_langmuir_ldf_model: Multi Component Langmuir LDF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/modelling/binding/multi_component_langmuir_ldf_liquid_phase.rst b/doc/modelling/binding/multi_component_langmuir_ldf_liquid_phase.rst index b8d7ace16..f1f4b9403 100644 --- a/doc/modelling/binding/multi_component_langmuir_ldf_liquid_phase.rst +++ b/doc/modelling/binding/multi_component_langmuir_ldf_liquid_phase.rst @@ -1,4 +1,4 @@ -.. _multi_component_langmuir_model_ldf_liquid_phase: +.. _multi_component_langmuir_ldf_liquid_phase_model: Multi Component Langmuir LDF Liquid Phase ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/modelling/unit_operations/lumped_rate_model_with_pores.rst b/doc/modelling/unit_operations/lumped_rate_model_with_pores.rst index fa2b7a303..49bd53c7f 100644 --- a/doc/modelling/unit_operations/lumped_rate_model_with_pores.rst +++ b/doc/modelling/unit_operations/lumped_rate_model_with_pores.rst @@ -51,4 +51,4 @@ By default, the following initial conditions are applied for all :math:`z \in [0 This model can also be used to simulate :ref:`MUOPGRMSizeExclusion`. For the specification of flow rate and direction, the same holds as for the general rate model (see Section :ref:`MUOPGRMflow`). -For information on model parameters see :ref:`lumpded_rate_model_with_pores_config`. +For information on model parameters see :ref:`lumped_rate_model_with_pores_config`. diff --git a/doc/modelling/unit_operations/lumped_rate_model_without_pores.rst b/doc/modelling/unit_operations/lumped_rate_model_without_pores.rst index 76df4b404..d68d7aa3d 100644 --- a/doc/modelling/unit_operations/lumped_rate_model_without_pores.rst +++ b/doc/modelling/unit_operations/lumped_rate_model_without_pores.rst @@ -52,4 +52,4 @@ By default, the following initial conditions are applied for all :math:`z \in [0 Note that by setting :math:`\varepsilon_t = 1`, removing all bound states by setting :math:`N_{\text{bnd},i} = 0` for all components :math:`i`, and applying no binding model, a dispersive plug flow reactor (DPFR) is obtained. For the specification of flow rate and direction, the same holds as for the general rate model (see Section :ref:`MUOPGRMflow`). -For information on model parameters see :ref:`lumpded_rate_model_without_pores_config`. +For information on model parameters see :ref:`lumped_rate_model_without_pores_config`. From 9a478a5bde1effad85cf90fe3195fa4df0ab4dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Thu, 27 Jul 2023 11:45:23 +0200 Subject: [PATCH 4/8] Fix inline issue in documentation --- doc/interface/consistent_initialization.rst | 1 + doc/interface/flux_reconstruction.rst | 32 ++++++++++----------- doc/requirements.txt | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/doc/interface/consistent_initialization.rst b/doc/interface/consistent_initialization.rst index 37b8ae918..6635338f4 100644 --- a/doc/interface/consistent_initialization.rst +++ b/doc/interface/consistent_initialization.rst @@ -5,6 +5,7 @@ Nonlinear solver for consistent initialization Group /input/model/unit_XXX/discretization/consistency_solver - Nonlinear consistency solver paramters ------------------------------------------------------------------------------------------------------ + ``SOLVER_NAME`` Name of the solver. Available solvers are ``LEVMAR``, ``ATRN_RES``, ``ATRN_ERR``, and ``COMPOSITE``. diff --git a/doc/interface/flux_reconstruction.rst b/doc/interface/flux_reconstruction.rst index 776085392..6d861733e 100644 --- a/doc/interface/flux_reconstruction.rst +++ b/doc/interface/flux_reconstruction.rst @@ -8,24 +8,23 @@ Group /input/model/unit_XXX/discretization/weno - WENO Parameters ``BOUNDARY_MODEL`` - Boundary model type: - - 0. Lower WENO order (stable) - 1. Zero weights (unstable for small :math:`D_{\mathrm{ax}}`) - 2. Zero weights for :math:`p \neq 0` (stable?) - 3. Large ghost points - - ============= =========================== ============= - **Type:** int **Range:** :math:`\{0, 3\}` **Length:** 1 - ============= =========================== ============= + Boundary model type: + 0. Lower WENO order (stable) + 1. Zero weights (unstable for small :math:`D_{\mathrm{ax}}`) + 2. Zero weights for :math:`p \neq 0` (stable?) + 3. Large ghost points + + ============= =========================== ============= + **Type:** int **Range:** :math:`\{0, 3\}` **Length:** 1 + ============= =========================== ============= ``WENO_EPS`` - WENO :math:`\varepsilon` - - ================ ========================= ============= - **Type:** double **Range:** :math:`\qe 0\` **Length:** 1 - ================ ========================= ============= + WENO :math:`\varepsilon` + + ============= =========================== ============= + **Type:** int **Range:** :math:`\{0, 3\}` **Length:** 1 + ============= =========================== ============= ``WENO_ORDER`` @@ -34,7 +33,8 @@ Group /input/model/unit_XXX/discretization/weno - WENO Parameters 1. Standard upwind scheme (order 1) 2. WENO 2 (order 3) 3. WENO 3 (order 5) - + ============= =========================== ============= **Type:** int **Range:** :math:`\{1, 3\}` **Length:** 1 ============= =========================== ============= + diff --git a/doc/requirements.txt b/doc/requirements.txt index 98a21a7c2..9117597ac 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -Sphinx +sphinx sphinx-sitemap sphinxcontrib-bibtex sphinx_multiversion From dc161f7275d65b43d896bee14ae530a1063976f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Tue, 22 Aug 2023 12:32:48 +0200 Subject: [PATCH 5/8] Add config file for readthedocs --- .readthedocs.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..9712e405d --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,22 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +python: + install: + - requirements: docs/requirements.txt From 79508e3209b7dad8c72767579264fbfc0ac72edc Mon Sep 17 00:00:00 2001 From: Jan Breuer Date: Thu, 27 Jul 2023 12:16:42 +0200 Subject: [PATCH 6/8] Update README --- README.rst | 47 +++++++++++++++++++++++++++++++++++++++++++---- doc/index.rst | 12 ++++++------ 2 files changed, 49 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index e23b9b2af..e016ba418 100644 --- a/README.rst +++ b/README.rst @@ -4,11 +4,14 @@ CADET .. image:: https://img.shields.io/github/release/modsim/cadet.svg :target: https://github.com/modsim/CADET/releases -.. image:: https://img.shields.io/github/downloads/modsim/cadet/latest/total.svg - :target: https://github.com/modsim/CADET/releases - .. image:: https://github.com/modsim/CADET/actions/workflows/ci.yml/badge.svg - :target: https://github.com/modsim/CADET/actions + :target: https://github.com/modsim/CADET/actions/workflows/ci.yml + +.. image:: https://anaconda.org/conda-forge/cadet/badges/downloads.svg + :target: https://anaconda.org/conda-forge/cadet + +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8179015.svg + :target: https://doi.org/10.5281/zenodo.8179015 - **Website (including documentation):** https://cadet.github.io - **Forum:** https://forum.cadet-web.de @@ -31,6 +34,42 @@ Optionally, use `mamba `_ which uses a faste `Additional information `_ and a `tutorial `_ are available to guide you through the installation and the first steps of using CADET. +Citing +------------ +The development of CADET has been a collaborative effort, with multiple dedicated individuals contributing their expertise to create a powerful and versatile open-source software tool. +Countless hours of hard work have been invested to provide the scientific community with a valuable resource. +As an open-source project, CADET relies on the support and recognition from users and researchers to thrive. +Therefore, we kindly ask that any publications or projects leveraging the capabilities of CADET acknowledge its creators and their contributions by citing an adequate selection of our publications. + +**General:** + +- Leweke, S.; von Lieres, E.: `Chromatography Analysis and Design Toolkit (CADET) `_, Computers and Chemical Engineering **113** (2018), 274–294. + +- von Lieres, E.; Andersson, J.: `A fast and accurate solver for the general rate model of column liquid chromatography `_, Computers and Chemical Engineering **34,8** (2010), 1180–1191. + +**Numerics:** + +- Breuer, J. M.; Leweke, S.; Schmölder, J.; Gassner, G.; von Lieres, E.: `Spatial discontinuous Galerkin spectral element method for a family of chromatography models in CADET `_, Computers and Chemical Engineering **177** (2023), 108340. + +- Leweke, S.; von Lieres, E.: `Fast arbitrary order moments and arbitrary precision solution of the general rate model of column liquid chromatography with linear isotherm `_, Computers and Chemical Engineering **84** (2016), 350–362. + +- Püttmann, A.; Schnittert, S.; Naumann, U.; von Lieres, E.: `Fast and accurate parameter sensitivities for the general rate model of column liquid chromatography `_, Computers and Chemical Engineering **56** (2013), 46–57. + +**Selected applications:** + +- Heymann, W.; Glaser, J.; Schlegel, F.; Johnson, W.; Rolandi, P.; von Lieres, E.: `Advanced score system and automated search strategies for parameter estimation in mechanistic chromatography modeling `_, Journal of Chromatography A **1661** (2022): 462693. + +- He, Q.-L.; Leweke, S.; von Lieres, E.: `Efficient numerical simulation of simulated moving bed chromatography with a single-column solver `_, Computers and Chemical Engineering **111** (2018), 183–198. + +- Freier, L.; von Lieres, E.: `Robust multi-objective global optimization of stochastic processes with a case study in gradient elution chromatography `_, Biotechnology Journal **13,1** (2018), 1700257. + +- Freier, L.; von Lieres, E.: [Multi-objective global optimization (MOGO): `Algorithm and case study in gradient elution chromatography `_, Biotechnology Journal **12,7** (2017), 1600613. + +- Diedrich, J.; Heymann, W.; Leweke, S.; Kunert, C.; Johnson, W.; Hunt, S.; Todd, B.; von Lieres, E.: `Multi-state steric mass-action model and case study on complex high loading behavior of mAb on ion exchange tentacle resin `_, Journal of Chromatography A **1525** (2017), 60–70. + +- Püttmann, A.; Schnittert, S.; Leweke, S.; von Lieres, E.: `Utilizing algorithmic differentiation to efficiently compute chromatograms and parameter sensitivities `_, Chemical Engineering Science, **139** (2016), 152–162. + +Additionally, to ensure reproducibility of your work, we recommend citing the zenodo doi corresponding to the specific CADET release that you used. Ongoing Development ------------------- diff --git a/doc/index.rst b/doc/index.rst index 26bf3440d..cedba7aec 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -7,14 +7,14 @@ .. image:: https://img.shields.io/github/release/modsim/cadet.svg :target: https://github.com/modsim/CADET/releases -.. image:: https://img.shields.io/github/downloads/modsim/cadet/latest/total.svg - :target: https://github.com/modsim/CADET/releases +.. image:: https://github.com/modsim/CADET/actions/workflows/ci.yml/badge.svg + :target: https://github.com/modsim/CADET/actions/workflows/ci.yml -.. image:: https://img.shields.io/travis/modsim/CADET/master.svg?logo=travis&maxAge=3600) - :target: https://travis-ci.org/modsim/CADET +.. image:: https://anaconda.org/conda-forge/cadet/badges/downloads.svg + :target: https://anaconda.org/conda-forge/cadet -.. image:: https://img.shields.io/appveyor/ci/sleweke/cadet/master.svg?logo=appveyor&maxAge=3600svg=true - :target: https://ci.appveyor.com/project/sleweke/cadet +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8179015.svg + :target: https://doi.org/10.5281/zenodo.8179015 | From 340f924017e722c15b78ceeb3295de2c3fddd0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Sat, 9 Sep 2023 12:59:23 +0200 Subject: [PATCH 7/8] Fix CSTR reaction interface documentation --- doc/interface/unit_operations/cstr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/interface/unit_operations/cstr.rst b/doc/interface/unit_operations/cstr.rst index 35a43a54f..ac7be01d4 100644 --- a/doc/interface/unit_operations/cstr.rst +++ b/doc/interface/unit_operations/cstr.rst @@ -49,7 +49,7 @@ For information on model equations, refer to :ref:`cstr_model`. **Type:** string **Range:** See Section :ref:`FFAdsorption` **Length:** :math:`\texttt{NPARTYPE}` ================ ========================================== ===================================== -``REACTION_MODEL_BULK`` +``REACTION_MODEL`` Specifies the type of reaction model of the bulk volume. The model is configured in the subgroup :math:`\texttt{reaction_bulk}`. From 964de527fbc86b053af41b945ceeb3421a7cdf3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Tue, 20 Feb 2024 17:00:17 +0100 Subject: [PATCH 8/8] Bump copyright --- cmake/Modules/FindCADET.cmake | 2 +- cmake/Modules/FindSUNDIALS.cmake | 2 +- cmake/Modules/FindSuperLU.cmake | 2 +- cmake/Modules/FindUMFPACK.cmake | 2 +- cmake/Modules/MatlabTBBversion.cpp | 2 +- include/ad/setfad.hpp | 2 +- include/ad/sfad-common.hpp | 2 +- include/ad/sfad.hpp | 2 +- include/cadet/Exceptions.hpp | 2 +- include/cadet/ExternalFunction.hpp | 2 +- include/cadet/FactoryFuncs.hpp | 2 +- include/cadet/HashUtil.hpp | 2 +- include/cadet/InletProfile.hpp | 2 +- include/cadet/LibExportImport.hpp | 4 ++-- include/cadet/LibVersionInfo.hpp | 2 +- include/cadet/Logging.hpp | 2 +- include/cadet/Model.hpp | 2 +- include/cadet/ModelBuilder.hpp | 2 +- include/cadet/ModelSystem.hpp | 2 +- include/cadet/Notification.hpp | 2 +- include/cadet/ParameterId.hpp | 2 +- include/cadet/ParameterProvider.hpp | 2 +- include/cadet/Simulator.hpp | 2 +- include/cadet/SolutionExporter.hpp | 2 +- include/cadet/SolutionRecorder.hpp | 2 +- include/cadet/StringUtil.hpp | 2 +- include/cadet/StrongTypes.hpp | 2 +- include/cadet/cadet.h | 2 +- include/cadet/cadet.hpp | 2 +- include/common/CompilerSpecific.hpp | 2 +- include/common/Driver.hpp | 2 +- include/common/JsonParameterProvider.hpp | 2 +- include/common/Logger.hpp | 2 +- include/common/LoggerBase.hpp | 2 +- include/common/OrderingConverter.hpp | 2 +- include/common/ParameterProviderImpl.hpp | 2 +- include/common/SolutionRecorderImpl.hpp | 2 +- include/common/TclapUtils.hpp | 2 +- include/common/Timer.hpp | 2 +- include/io/FileIO.hpp | 2 +- include/io/IOException.hpp | 2 +- include/io/hdf5/HDF5Base.hpp | 2 +- include/io/hdf5/HDF5Reader.hpp | 2 +- include/io/hdf5/HDF5Writer.hpp | 2 +- include/io/xml/XMLBase.hpp | 2 +- include/io/xml/XMLReader.hpp | 2 +- include/io/xml/XMLWriter.hpp | 2 +- src/build-tools/CMakeLists.txt | 2 +- src/build-tools/templateCodeGen.cpp | 2 +- src/cadet-cli/CMakeLists.txt | 2 +- src/cadet-cli/Logging.hpp | 2 +- src/cadet-cli/ProgressBar.cpp | 2 +- src/cadet-cli/ProgressBar.hpp | 2 +- src/cadet-cli/SignalHandler.cpp | 2 +- src/cadet-cli/SignalHandler.hpp | 2 +- src/cadet-cli/cadet-cli.cpp | 2 +- src/cadet-mex/CMakeLists.txt | 2 +- src/cadet-mex/Logging.hpp | 2 +- src/cadet-mex/MatlabCommands.cpp | 2 +- src/cadet-mex/MatlabCommands.hpp | 2 +- src/cadet-mex/MatlabException.hpp | 2 +- src/cadet-mex/MatlabExternalFunction.cpp | 2 +- src/cadet-mex/MatlabHandle.hpp | 2 +- src/cadet-mex/MatlabIO.hpp | 2 +- src/cadet-mex/MatlabReaderWriter.hpp | 2 +- src/cadet-mex/MatlabUndocumentedSupport.hpp | 2 +- src/cadet-mex/cadet-mex.cpp | 2 +- src/cadet-mi/CustomParameterTransformation.m | 4 ++-- src/cadet-mi/HDF5Tools.m | 4 ++-- src/cadet-mi/LogParameterTransformation.m | 4 ++-- src/cadet-mi/MexSimulator.m | 4 ++-- src/cadet-mi/MultiFields.m | 4 ++-- src/cadet-mi/ParameterFit.m | 4 ++-- src/cadet-mi/ParameterTransformation.m | 4 ++-- src/cadet-mi/PiecewiseCubicPolyProfile.m | 4 ++-- src/cadet-mi/ResultsHelper.m | 4 ++-- src/cadet-mi/Simulator.m | 4 ++-- src/cadet-mi/bindings/AntiLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/BiLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/BiStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/BindingModel.m | 4 ++-- src/cadet-mi/bindings/ColloidalBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m | 4 ++-- .../bindings/ExtFunExtendedMobilePhaseModulatorBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunLinearBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m | 4 ++-- .../bindings/ExtFunMultiStateStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunSaskaBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunSpreadingBinding.m | 4 ++-- src/cadet-mi/bindings/ExtFunStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m | 4 ++-- src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m | 4 ++-- src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m | 4 ++-- src/cadet-mi/bindings/KumarLangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/LangmuirBinding.m | 4 ++-- src/cadet-mi/bindings/LinearBinding.m | 4 ++-- src/cadet-mi/bindings/MobilePhaseModulatorBinding.m | 4 ++-- src/cadet-mi/bindings/MultiStateStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/NoneBinding.m | 4 ++-- src/cadet-mi/bindings/SaskaBinding.m | 4 ++-- src/cadet-mi/bindings/SelfAssociationBinding.m | 4 ++-- .../bindings/SimpleMultiStateStericMassActionBinding.m | 4 ++-- src/cadet-mi/bindings/SpreadingBinding.m | 4 ++-- src/cadet-mi/bindings/StericMassActionBinding.m | 4 ++-- src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m | 4 ++-- src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m | 4 ++-- .../examples/forward/breakthroughParticleCoreRadius.m | 4 ++-- src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m | 4 ++-- src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m | 4 ++-- src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m | 4 ++-- src/cadet-mi/examples/forward/multiParticleTypes.m | 4 ++-- src/cadet-mi/examples/forward/particleRadiusDistribution.m | 4 ++-- src/cadet-mi/examples/forward/pulseLinearSingle.m | 4 ++-- src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m | 4 ++-- .../examples/parest/multipleExpLinkedSomeParameters.m | 4 ++-- src/cadet-mi/examples/parest/multipleExpWeighted.m | 4 ++-- src/cadet-mi/examples/parest/singleExpCustomParamTransform.m | 4 ++-- src/cadet-mi/examples/parest/singleExpJointComponents.m | 4 ++-- .../examples/parest/singleExpMultipleParamTransform.m | 4 ++-- src/cadet-mi/examples/parest/singleExpSeparateComponents.m | 4 ++-- .../examples/parest/singleExpSeparateComponentsWeighted.m | 4 ++-- src/cadet-mi/examples/parest/singleExpSingleParamTransform.m | 4 ++-- src/cadet-mi/examples/techniques/externalFunctionMultiple.m | 4 ++-- src/cadet-mi/examples/techniques/externalFunctionSingle.m | 4 ++-- src/cadet-mi/examples/techniques/jointSensitivities.m | 4 ++-- src/cadet-mi/examples/techniques/makeInletProfileFromData.m | 4 ++-- .../examples/techniques/makeInletProfileFromResults.m | 4 ++-- src/cadet-mi/examples/techniques/parallelSimulations.m | 4 ++-- .../examples/techniques/parameterizedSimulationMixed.m | 4 ++-- .../techniques/parameterizedSimulationWithSensitivities.m | 4 ++-- .../techniques/parameterizedSimulationWithoutSensitivities.m | 4 ++-- .../examples/techniques/repeatedlyContinueFromSamePoint.m | 4 ++-- src/cadet-mi/examples/techniques/resumeContinuousTime.m | 4 ++-- src/cadet-mi/examples/techniques/resumeResetTime.m | 4 ++-- src/cadet-mi/examples/techniques/saveLoadModel.m | 4 ++-- src/cadet-mi/examples/techniques/saveLoadSimulator.m | 4 ++-- src/cadet-mi/examples/techniques/sectionDependentParameters.m | 4 ++-- src/cadet-mi/extfuns/ExternalFunction.m | 4 ++-- src/cadet-mi/extfuns/LinearInterpolationExtFun.m | 4 ++-- src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m | 4 ++-- src/cadet-mi/extractParam.m | 4 ++-- src/cadet-mi/installCADET.m | 4 ++-- src/cadet-mi/isCADETupdateAvailable.m | 4 ++-- src/cadet-mi/jacobianFiniteDifferences.m | 4 ++-- src/cadet-mi/makeSensitivity.m | 4 ++-- src/cadet-mi/reactions/ExtFunMassActionLawReaction.m | 4 ++-- src/cadet-mi/reactions/MassActionLawReaction.m | 4 ++-- src/cadet-mi/reactions/ReactionModel.m | 4 ++-- src/cadet-mi/shiftPoly.m | 4 ++-- src/cadet-mi/splitstring.m | 4 ++-- src/cadet-mi/switchStorageOrdering.m | 4 ++-- src/cadet-mi/units/GeneralRateModel.m | 4 ++-- src/cadet-mi/units/GeneralRateModel2D.m | 4 ++-- src/cadet-mi/units/InletModel.m | 4 ++-- src/cadet-mi/units/LumpedRateModelWithPores.m | 4 ++-- src/cadet-mi/units/LumpedRateModelWithoutPores.m | 4 ++-- src/cadet-mi/units/Model.m | 4 ++-- src/cadet-mi/units/ModelSystem.m | 4 ++-- src/cadet-mi/units/OutletModel.m | 4 ++-- src/cadet-mi/units/PiecewiseCubicPolyInlet.m | 4 ++-- src/cadet-mi/units/SingleCSTR.m | 4 ++-- src/cadet-mi/units/SingleGRM.m | 4 ++-- src/cadet-mi/units/SingleLRM.m | 4 ++-- src/cadet-mi/units/SingleLRMP.m | 4 ++-- src/cadet-mi/units/SingleUnitOpSystem.m | 4 ++-- src/cadet-mi/units/StirredTankModel.m | 4 ++-- src/libcadet/AdUtils.hpp | 2 +- src/libcadet/AutoDiff.hpp | 2 +- src/libcadet/Benchmark.hpp | 2 +- src/libcadet/BindingModelFactory.hpp | 2 +- src/libcadet/ConfigurationHelper.hpp | 2 +- src/libcadet/LapackInterface.hpp | 2 +- src/libcadet/LocalVector.hpp | 2 +- src/libcadet/Logging.hpp | 2 +- src/libcadet/LoggingUtils.hpp | 2 +- src/libcadet/MathUtil.hpp | 2 +- src/libcadet/Memory.hpp | 2 +- src/libcadet/ModelBuilderImpl.hpp | 2 +- src/libcadet/ParallelSupport.hpp | 2 +- src/libcadet/ParamIdUtil.hpp | 2 +- src/libcadet/ParamReaderHelper.hpp | 2 +- src/libcadet/ParamReaderScopes.hpp | 2 +- src/libcadet/ParameterDependenceFactory.hpp | 2 +- src/libcadet/ReactionModelFactory.hpp | 2 +- src/libcadet/SensParamUtil.hpp | 2 +- src/libcadet/SimulatableModel.hpp | 2 +- src/libcadet/SimulationTypes.hpp | 2 +- src/libcadet/SimulatorImpl.hpp | 2 +- src/libcadet/SlicedVector.hpp | 2 +- src/libcadet/Stencil.hpp | 2 +- src/libcadet/SundialsVector.hpp | 2 +- src/libcadet/Weno.hpp | 2 +- src/libcadet/api/CAPIv1.cpp | 2 +- src/libcadet/graph/GraphAlgos.hpp | 2 +- src/libcadet/linalg/ActiveDenseMatrix.hpp | 2 +- src/libcadet/linalg/BandMatrix.hpp | 2 +- src/libcadet/linalg/CompressedSparseMatrix.hpp | 2 +- src/libcadet/linalg/DenseMatrix.hpp | 2 +- src/libcadet/linalg/Gmres.hpp | 2 +- src/libcadet/linalg/Norms.hpp | 2 +- src/libcadet/linalg/SparseMatrix.hpp | 2 +- src/libcadet/linalg/Subset.hpp | 2 +- src/libcadet/linalg/SuperLUSparseMatrix.hpp | 2 +- src/libcadet/linalg/UMFPackSparseMatrix.hpp | 2 +- src/libcadet/model/BindingModel.hpp | 2 +- src/libcadet/model/ExternalFunctionSupport.hpp | 2 +- src/libcadet/model/GeneralRateModel.hpp | 2 +- src/libcadet/model/GeneralRateModel2D.hpp | 2 +- src/libcadet/model/InletModel.hpp | 2 +- src/libcadet/model/LumpedRateModelWithPores.hpp | 2 +- src/libcadet/model/LumpedRateModelWithoutPores.hpp | 2 +- src/libcadet/model/ModelSystemImpl-Helper.hpp | 2 +- src/libcadet/model/ModelSystemImpl.hpp | 2 +- src/libcadet/model/ModelUtils.hpp | 2 +- src/libcadet/model/OutletModel.hpp | 2 +- src/libcadet/model/ParameterDependence.hpp | 2 +- src/libcadet/model/ParameterMultiplexing.hpp | 2 +- src/libcadet/model/Parameters.hpp | 2 +- src/libcadet/model/ReactionModel.hpp | 2 +- src/libcadet/model/StirredTankModel.hpp | 2 +- src/libcadet/model/UnitOperation.hpp | 2 +- src/libcadet/model/UnitOperationBase.hpp | 2 +- src/libcadet/model/binding/AntiLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/BiLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/BiLangmuirLDFBinding.cpp | 2 +- src/libcadet/model/binding/BiStericMassActionBinding.cpp | 2 +- src/libcadet/model/binding/BindingModelBase.cpp | 2 +- src/libcadet/model/binding/BindingModelBase.hpp | 2 +- src/libcadet/model/binding/BindingModelMacros.hpp | 2 +- src/libcadet/model/binding/ColloidalBinding.cpp | 2 +- src/libcadet/model/binding/DummyBinding.cpp | 2 +- .../binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/ExternalFunctionTemplate.cpp | 2 +- src/libcadet/model/binding/FreundlichLDFBinding.cpp | 2 +- src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp | 2 +- .../model/binding/HICConstantWaterActivityBinding.cpp | 2 +- .../model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp | 2 +- src/libcadet/model/binding/KumarLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/LangmuirBinding.cpp | 2 +- src/libcadet/model/binding/LangmuirLDFBinding.cpp | 2 +- src/libcadet/model/binding/LangmuirLDFCBinding.cpp | 2 +- src/libcadet/model/binding/LinearBinding.cpp | 2 +- .../model/binding/MobilePhaseModulatorLangmuirBinding.cpp | 2 +- src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp | 2 +- .../model/binding/MultiStateStericMassActionBinding.cpp | 2 +- src/libcadet/model/binding/RefConcentrationSupport.hpp | 2 +- src/libcadet/model/binding/SaskaBinding.cpp | 2 +- src/libcadet/model/binding/SelfAssociationBinding.cpp | 2 +- .../binding/SimplifiedMultiStateStericMassActionBinding.cpp | 2 +- .../binding/SimplifiedMultiStateStericMassActionBinding.hpp | 2 +- src/libcadet/model/binding/StericMassActionBinding.cpp | 2 +- src/libcadet/model/paramdep/ParameterDependenceBase.hpp | 2 +- src/libcadet/model/parts/BindingCellKernel.hpp | 2 +- src/libcadet/model/parts/ConvectionDispersionKernel.hpp | 2 +- src/libcadet/model/parts/ConvectionDispersionOperator.hpp | 2 +- .../parts/TwoDimensionalConvectionDispersionOperator.hpp | 2 +- src/libcadet/model/reaction/ReactionModelBase.hpp | 2 +- src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp | 2 +- src/libcadet/nonlin/CompositeSolver.hpp | 2 +- src/libcadet/nonlin/LevenbergMarquardt.hpp | 2 +- src/libcadet/nonlin/Solver.hpp | 2 +- src/tools/FormatConverter.hpp | 2 +- src/tools/ToolsHelper.hpp | 2 +- test/AD.cpp | 2 +- test/Approx.hpp | 2 +- test/BandMatrix.cpp | 2 +- test/BindingModelTests.cpp | 2 +- test/BindingModelTests.hpp | 2 +- test/BindingModels.cpp | 2 +- test/BindingModels.hpp | 2 +- test/CSTR-Residual.cpp | 2 +- test/CSTR-Simulation.cpp | 2 +- test/CellKernelTests.cpp | 2 +- test/ColumnTests.cpp | 2 +- test/ColumnTests.hpp | 2 +- test/ConvectionDispersionOperator.cpp | 2 +- test/DenseMatrix.cpp | 2 +- test/GeneralRateModel.cpp | 2 +- test/GeneralRateModel2D.cpp | 2 +- test/Graph.cpp | 2 +- test/Histogram.cpp | 2 +- test/JacobianHelper.hpp | 2 +- test/JsonTestModels.cpp | 2 +- test/JsonTestModels.hpp | 2 +- test/LogUtils.cpp | 2 +- test/LumpedRateModelWithPores.cpp | 2 +- test/LumpedRateModelWithoutPores.cpp | 2 +- test/MatrixHelper.hpp | 2 +- test/ModelSystem.cpp | 2 +- test/ParamDepTests.cpp | 2 +- test/ParamDepTests.hpp | 2 +- test/ParameterDependencies.cpp | 2 +- test/ParameterDependencies.hpp | 2 +- test/ParticleHelper.cpp | 2 +- test/ParticleHelper.hpp | 2 +- test/ReactionModelTests.cpp | 2 +- test/ReactionModelTests.hpp | 2 +- test/ReactionModels.cpp | 2 +- test/SimHelper.cpp | 2 +- test/SimHelper.hpp | 2 +- test/SparseFactorizableMatrix.cpp | 2 +- test/SparseMatrix.cpp | 2 +- test/StringHashing.cpp | 2 +- test/Subset.cpp | 2 +- test/TwoDimConvectionDispersionOperator.cpp | 2 +- test/UnitOperationTests.cpp | 2 +- test/UnitOperationTests.hpp | 2 +- test/Utils.hpp | 2 +- test/testAdaptiveTRNewton.cpp | 2 +- test/testLogging.cpp | 2 +- test/testRunner.cpp | 2 +- test/testSMANonlinearSolve.cpp | 2 +- 318 files changed, 424 insertions(+), 424 deletions(-) diff --git a/cmake/Modules/FindCADET.cmake b/cmake/Modules/FindCADET.cmake index 1667f525d..6b9728b79 100644 --- a/cmake/Modules/FindCADET.cmake +++ b/cmake/Modules/FindCADET.cmake @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2022: The CADET Authors +# Copyright © 2008-2024: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/FindSUNDIALS.cmake b/cmake/Modules/FindSUNDIALS.cmake index 792f101bd..76d9c4c0b 100644 --- a/cmake/Modules/FindSUNDIALS.cmake +++ b/cmake/Modules/FindSUNDIALS.cmake @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2022: The CADET Authors +# Copyright © 2008-2024: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/FindSuperLU.cmake b/cmake/Modules/FindSuperLU.cmake index 89ef796cc..c3df0473f 100644 --- a/cmake/Modules/FindSuperLU.cmake +++ b/cmake/Modules/FindSuperLU.cmake @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2022: The CADET Authors +# Copyright © 2008-2024: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/FindUMFPACK.cmake b/cmake/Modules/FindUMFPACK.cmake index a46880764..88ea07be9 100644 --- a/cmake/Modules/FindUMFPACK.cmake +++ b/cmake/Modules/FindUMFPACK.cmake @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2022: The CADET Authors +# Copyright © 2008-2024: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/cmake/Modules/MatlabTBBversion.cpp b/cmake/Modules/MatlabTBBversion.cpp index 648689454..eef8c35c0 100644 --- a/cmake/Modules/MatlabTBBversion.cpp +++ b/cmake/Modules/MatlabTBBversion.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/ad/setfad.hpp b/include/ad/setfad.hpp index 285013689..84588ffe8 100644 --- a/include/ad/setfad.hpp +++ b/include/ad/setfad.hpp @@ -2,7 +2,7 @@ // SETFAD - Simple Expression Template Forward Automatic Differentiation // (Part of SFAD library) // -// Copyright © 2015-2019: Samuel Leweke¹ +// Copyright © 2015-2024: Samuel Leweke¹ // // ¹ Forschungszentrum Juelich GmbH, IBG-1, Juelich, Germany. // diff --git a/include/ad/sfad-common.hpp b/include/ad/sfad-common.hpp index 81ebc6cf0..f28b36255 100644 --- a/include/ad/sfad-common.hpp +++ b/include/ad/sfad-common.hpp @@ -1,7 +1,7 @@ // ============================================================================= // SFAD - Simple Forward Automatic Differentiation // -// Copyright © 2015-2019: Samuel Leweke¹ +// Copyright © 2015-2024: Samuel Leweke¹ // // ¹ Forschungszentrum Juelich GmbH, IBG-1, Juelich, Germany. // diff --git a/include/ad/sfad.hpp b/include/ad/sfad.hpp index 267f1fa15..62f29323b 100644 --- a/include/ad/sfad.hpp +++ b/include/ad/sfad.hpp @@ -1,7 +1,7 @@ // ============================================================================= // SFAD - Simple Forward Automatic Differentiation // -// Copyright © 2015-2019: Samuel Leweke¹ +// Copyright © 2015-2024: Samuel Leweke¹ // // ¹ Forschungszentrum Juelich GmbH, IBG-1, Juelich, Germany. // diff --git a/include/cadet/Exceptions.hpp b/include/cadet/Exceptions.hpp index 4d957448c..4ba752d73 100644 --- a/include/cadet/Exceptions.hpp +++ b/include/cadet/Exceptions.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ExternalFunction.hpp b/include/cadet/ExternalFunction.hpp index ae7539968..57fe9d13d 100644 --- a/include/cadet/ExternalFunction.hpp +++ b/include/cadet/ExternalFunction.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/FactoryFuncs.hpp b/include/cadet/FactoryFuncs.hpp index 7d3fce5ae..dc48d8113 100644 --- a/include/cadet/FactoryFuncs.hpp +++ b/include/cadet/FactoryFuncs.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/HashUtil.hpp b/include/cadet/HashUtil.hpp index 4a584acfe..116014fa2 100644 --- a/include/cadet/HashUtil.hpp +++ b/include/cadet/HashUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/InletProfile.hpp b/include/cadet/InletProfile.hpp index dfbfe349a..066802bbb 100644 --- a/include/cadet/InletProfile.hpp +++ b/include/cadet/InletProfile.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/LibExportImport.hpp b/include/cadet/LibExportImport.hpp index 4d5abb20c..033dc9cda 100644 --- a/include/cadet/LibExportImport.hpp +++ b/include/cadet/LibExportImport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials @@ -38,4 +38,4 @@ #endif #endif -#endif // LIBCADET_LIBEXPORT_HPP_ \ No newline at end of file +#endif // LIBCADET_LIBEXPORT_HPP_ diff --git a/include/cadet/LibVersionInfo.hpp b/include/cadet/LibVersionInfo.hpp index b05315859..dc0b6c4a0 100644 --- a/include/cadet/LibVersionInfo.hpp +++ b/include/cadet/LibVersionInfo.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Logging.hpp b/include/cadet/Logging.hpp index 08a1b173f..b19e6b879 100644 --- a/include/cadet/Logging.hpp +++ b/include/cadet/Logging.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Model.hpp b/include/cadet/Model.hpp index e5700d783..1da14bb28 100644 --- a/include/cadet/Model.hpp +++ b/include/cadet/Model.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ModelBuilder.hpp b/include/cadet/ModelBuilder.hpp index d05b57617..439eb32c4 100644 --- a/include/cadet/ModelBuilder.hpp +++ b/include/cadet/ModelBuilder.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ModelSystem.hpp b/include/cadet/ModelSystem.hpp index a39ebb536..ea3a43a1b 100644 --- a/include/cadet/ModelSystem.hpp +++ b/include/cadet/ModelSystem.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Notification.hpp b/include/cadet/Notification.hpp index 5b25af2c7..e6728397b 100644 --- a/include/cadet/Notification.hpp +++ b/include/cadet/Notification.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ParameterId.hpp b/include/cadet/ParameterId.hpp index 057964a8b..0bbe8dc43 100644 --- a/include/cadet/ParameterId.hpp +++ b/include/cadet/ParameterId.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/ParameterProvider.hpp b/include/cadet/ParameterProvider.hpp index 85e845b7e..bbf6b0475 100644 --- a/include/cadet/ParameterProvider.hpp +++ b/include/cadet/ParameterProvider.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/Simulator.hpp b/include/cadet/Simulator.hpp index 92338014e..acb7ff085 100644 --- a/include/cadet/Simulator.hpp +++ b/include/cadet/Simulator.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/SolutionExporter.hpp b/include/cadet/SolutionExporter.hpp index 8455ddf67..a8ace414d 100644 --- a/include/cadet/SolutionExporter.hpp +++ b/include/cadet/SolutionExporter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/SolutionRecorder.hpp b/include/cadet/SolutionRecorder.hpp index 45394acc6..e1e24a3da 100644 --- a/include/cadet/SolutionRecorder.hpp +++ b/include/cadet/SolutionRecorder.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/StringUtil.hpp b/include/cadet/StringUtil.hpp index 4a9ce676a..7508ef24c 100644 --- a/include/cadet/StringUtil.hpp +++ b/include/cadet/StringUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/StrongTypes.hpp b/include/cadet/StrongTypes.hpp index 3b02e97c3..94ede869f 100644 --- a/include/cadet/StrongTypes.hpp +++ b/include/cadet/StrongTypes.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/cadet.h b/include/cadet/cadet.h index 52f702782..35c4b4470 100644 --- a/include/cadet/cadet.h +++ b/include/cadet/cadet.h @@ -1,7 +1,7 @@ // ============================================================================= // CADET - The Chromatography Analysis and Design Toolkit // -// Copyright © 2008-2020: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/cadet/cadet.hpp b/include/cadet/cadet.hpp index 899d11540..858ab7adc 100644 --- a/include/cadet/cadet.hpp +++ b/include/cadet/cadet.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/CompilerSpecific.hpp b/include/common/CompilerSpecific.hpp index 0c53faa5c..afc9c543a 100644 --- a/include/common/CompilerSpecific.hpp +++ b/include/common/CompilerSpecific.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/Driver.hpp b/include/common/Driver.hpp index 3509c1b34..a41bb47ed 100644 --- a/include/common/Driver.hpp +++ b/include/common/Driver.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/JsonParameterProvider.hpp b/include/common/JsonParameterProvider.hpp index f492ccea4..75bbaaa66 100644 --- a/include/common/JsonParameterProvider.hpp +++ b/include/common/JsonParameterProvider.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/Logger.hpp b/include/common/Logger.hpp index 0135c3b08..7d59d614b 100644 --- a/include/common/Logger.hpp +++ b/include/common/Logger.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/LoggerBase.hpp b/include/common/LoggerBase.hpp index 980508070..628989056 100644 --- a/include/common/LoggerBase.hpp +++ b/include/common/LoggerBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/OrderingConverter.hpp b/include/common/OrderingConverter.hpp index f75dc1c21..39ea42fae 100644 --- a/include/common/OrderingConverter.hpp +++ b/include/common/OrderingConverter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/ParameterProviderImpl.hpp b/include/common/ParameterProviderImpl.hpp index 9aee2b8ee..7f445063b 100644 --- a/include/common/ParameterProviderImpl.hpp +++ b/include/common/ParameterProviderImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/SolutionRecorderImpl.hpp b/include/common/SolutionRecorderImpl.hpp index bc4d8e05b..3f3384b12 100644 --- a/include/common/SolutionRecorderImpl.hpp +++ b/include/common/SolutionRecorderImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/TclapUtils.hpp b/include/common/TclapUtils.hpp index e2c4ad70d..10d276c70 100644 --- a/include/common/TclapUtils.hpp +++ b/include/common/TclapUtils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/common/Timer.hpp b/include/common/Timer.hpp index 693666d3f..df92b2f53 100644 --- a/include/common/Timer.hpp +++ b/include/common/Timer.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/FileIO.hpp b/include/io/FileIO.hpp index e2a135929..2bc9dbc52 100644 --- a/include/io/FileIO.hpp +++ b/include/io/FileIO.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/IOException.hpp b/include/io/IOException.hpp index d04bba08d..c5d60a498 100644 --- a/include/io/IOException.hpp +++ b/include/io/IOException.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/hdf5/HDF5Base.hpp b/include/io/hdf5/HDF5Base.hpp index af35c5818..296df85e4 100644 --- a/include/io/hdf5/HDF5Base.hpp +++ b/include/io/hdf5/HDF5Base.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/hdf5/HDF5Reader.hpp b/include/io/hdf5/HDF5Reader.hpp index 511778cc8..5665149c1 100644 --- a/include/io/hdf5/HDF5Reader.hpp +++ b/include/io/hdf5/HDF5Reader.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/hdf5/HDF5Writer.hpp b/include/io/hdf5/HDF5Writer.hpp index 52628f188..96c4c2362 100644 --- a/include/io/hdf5/HDF5Writer.hpp +++ b/include/io/hdf5/HDF5Writer.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/xml/XMLBase.hpp b/include/io/xml/XMLBase.hpp index 6a119313d..29698771e 100644 --- a/include/io/xml/XMLBase.hpp +++ b/include/io/xml/XMLBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/xml/XMLReader.hpp b/include/io/xml/XMLReader.hpp index 718b182cd..b1b529d33 100644 --- a/include/io/xml/XMLReader.hpp +++ b/include/io/xml/XMLReader.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/include/io/xml/XMLWriter.hpp b/include/io/xml/XMLWriter.hpp index 5b058d77a..c97f99f7a 100644 --- a/include/io/xml/XMLWriter.hpp +++ b/include/io/xml/XMLWriter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/build-tools/CMakeLists.txt b/src/build-tools/CMakeLists.txt index 8b147200e..44bd8158b 100644 --- a/src/build-tools/CMakeLists.txt +++ b/src/build-tools/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2022: The CADET Authors +# Copyright © 2008-2024: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/src/build-tools/templateCodeGen.cpp b/src/build-tools/templateCodeGen.cpp index d809d0017..0b2f21612 100644 --- a/src/build-tools/templateCodeGen.cpp +++ b/src/build-tools/templateCodeGen.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/CMakeLists.txt b/src/cadet-cli/CMakeLists.txt index 7f72ea2c5..1ead31d93 100644 --- a/src/cadet-cli/CMakeLists.txt +++ b/src/cadet-cli/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2022: The CADET Authors +# Copyright © 2008-2024: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/Logging.hpp b/src/cadet-cli/Logging.hpp index f15b4fb7d..cadf02f94 100644 --- a/src/cadet-cli/Logging.hpp +++ b/src/cadet-cli/Logging.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/ProgressBar.cpp b/src/cadet-cli/ProgressBar.cpp index 0da9ae349..b761d4dae 100644 --- a/src/cadet-cli/ProgressBar.cpp +++ b/src/cadet-cli/ProgressBar.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/ProgressBar.hpp b/src/cadet-cli/ProgressBar.hpp index 0aa25d63d..daacd8477 100644 --- a/src/cadet-cli/ProgressBar.hpp +++ b/src/cadet-cli/ProgressBar.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/SignalHandler.cpp b/src/cadet-cli/SignalHandler.cpp index cfea7d875..6206042c5 100644 --- a/src/cadet-cli/SignalHandler.cpp +++ b/src/cadet-cli/SignalHandler.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/SignalHandler.hpp b/src/cadet-cli/SignalHandler.hpp index b49d5ac80..84d15dc20 100644 --- a/src/cadet-cli/SignalHandler.hpp +++ b/src/cadet-cli/SignalHandler.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-cli/cadet-cli.cpp b/src/cadet-cli/cadet-cli.cpp index 3a3f44c2c..8aa19d998 100644 --- a/src/cadet-cli/cadet-cli.cpp +++ b/src/cadet-cli/cadet-cli.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/CMakeLists.txt b/src/cadet-mex/CMakeLists.txt index c13b9becd..b8a3c6648 100644 --- a/src/cadet-mex/CMakeLists.txt +++ b/src/cadet-mex/CMakeLists.txt @@ -1,7 +1,7 @@ # ============================================================================= # CADET # -# Copyright © 2008-2022: The CADET Authors +# Copyright © 2008-2024: The CADET Authors # Please see the AUTHORS and CONTRIBUTORS file. # # All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/Logging.hpp b/src/cadet-mex/Logging.hpp index eae43e322..5215ad17b 100644 --- a/src/cadet-mex/Logging.hpp +++ b/src/cadet-mex/Logging.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabCommands.cpp b/src/cadet-mex/MatlabCommands.cpp index 6f517ff6d..14917751e 100644 --- a/src/cadet-mex/MatlabCommands.cpp +++ b/src/cadet-mex/MatlabCommands.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabCommands.hpp b/src/cadet-mex/MatlabCommands.hpp index 9ef38e145..08be87c40 100644 --- a/src/cadet-mex/MatlabCommands.hpp +++ b/src/cadet-mex/MatlabCommands.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabException.hpp b/src/cadet-mex/MatlabException.hpp index 12f956721..8840ed11a 100644 --- a/src/cadet-mex/MatlabException.hpp +++ b/src/cadet-mex/MatlabException.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabExternalFunction.cpp b/src/cadet-mex/MatlabExternalFunction.cpp index 9aa59affd..e4260cb6f 100644 --- a/src/cadet-mex/MatlabExternalFunction.cpp +++ b/src/cadet-mex/MatlabExternalFunction.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabHandle.hpp b/src/cadet-mex/MatlabHandle.hpp index 97b04353f..af8478d23 100644 --- a/src/cadet-mex/MatlabHandle.hpp +++ b/src/cadet-mex/MatlabHandle.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabIO.hpp b/src/cadet-mex/MatlabIO.hpp index abdba1a46..bb524209e 100644 --- a/src/cadet-mex/MatlabIO.hpp +++ b/src/cadet-mex/MatlabIO.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabReaderWriter.hpp b/src/cadet-mex/MatlabReaderWriter.hpp index 27f847ad6..8207aa19b 100644 --- a/src/cadet-mex/MatlabReaderWriter.hpp +++ b/src/cadet-mex/MatlabReaderWriter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/MatlabUndocumentedSupport.hpp b/src/cadet-mex/MatlabUndocumentedSupport.hpp index e107392d8..1d6d891d6 100644 --- a/src/cadet-mex/MatlabUndocumentedSupport.hpp +++ b/src/cadet-mex/MatlabUndocumentedSupport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mex/cadet-mex.cpp b/src/cadet-mex/cadet-mex.cpp index afb9e10e1..acc27626f 100644 --- a/src/cadet-mex/cadet-mex.cpp +++ b/src/cadet-mex/cadet-mex.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/CustomParameterTransformation.m b/src/cadet-mi/CustomParameterTransformation.m index 81aae600e..408249bbe 100644 --- a/src/cadet-mi/CustomParameterTransformation.m +++ b/src/cadet-mi/CustomParameterTransformation.m @@ -16,7 +16,7 @@ % simulator space or the already transformed point TRANSPARAM % in optimizer space. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -110,7 +110,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/HDF5Tools.m b/src/cadet-mi/HDF5Tools.m index 94dfbbd13..99a8f525a 100644 --- a/src/cadet-mi/HDF5Tools.m +++ b/src/cadet-mi/HDF5Tools.m @@ -5,7 +5,7 @@ % datasets. The process also works in the other direction, where an % HDF5 file is read in and converted to Matlab structs and arrays. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. methods (Static) @@ -183,7 +183,7 @@ function struct2hdf(fileName, strct, path, nodelete, legacy_hdf5) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/LogParameterTransformation.m b/src/cadet-mi/LogParameterTransformation.m index 931c0bb6b..467838ed1 100644 --- a/src/cadet-mi/LogParameterTransformation.m +++ b/src/cadet-mi/LogParameterTransformation.m @@ -4,7 +4,7 @@ % Performs the transformation y = ln(x) or y = ln(-x) with automatic % detection of negative parameter domains. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -83,7 +83,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/MexSimulator.m b/src/cadet-mi/MexSimulator.m index 803dac706..e937d5554 100644 --- a/src/cadet-mi/MexSimulator.m +++ b/src/cadet-mi/MexSimulator.m @@ -50,7 +50,7 @@ % forced (for specific parts of the layer, that is, the simulator, or % certain models) by calling MEXSIMULATOR.RECONFIGURE. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Hidden, Transient, Access = 'protected') @@ -1328,7 +1328,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/MultiFields.m b/src/cadet-mi/MultiFields.m index f2adf612b..48e871b60 100644 --- a/src/cadet-mi/MultiFields.m +++ b/src/cadet-mi/MultiFields.m @@ -7,7 +7,7 @@ % from a matrix, for removing them from the structure completely, and for % extracting them (taking gaps into account) into a matrix. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. methods (Static) @@ -102,7 +102,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/ParameterFit.m b/src/cadet-mi/ParameterFit.m index 4ec275ee2..d4d2e7a5e 100644 --- a/src/cadet-mi/ParameterFit.m +++ b/src/cadet-mi/ParameterFit.m @@ -40,7 +40,7 @@ % This also explains why for the Jacobian the chain rule is invoked with the inverse % parameter transformations. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Access = 'protected') @@ -833,7 +833,7 @@ function rebuildInternalDataStructures(obj) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/ParameterTransformation.m b/src/cadet-mi/ParameterTransformation.m index 907b6bed6..4b66301bf 100644 --- a/src/cadet-mi/ParameterTransformation.m +++ b/src/cadet-mi/ParameterTransformation.m @@ -5,7 +5,7 @@ % INVERSETRANSFORM(), and a function that applies the chain rule % for the inverse transformation CHAINRULEINVTRANSFORM(). - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. methods (Abstract) @@ -29,7 +29,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/PiecewiseCubicPolyProfile.m b/src/cadet-mi/PiecewiseCubicPolyProfile.m index 64da584f1..42156c4e4 100644 --- a/src/cadet-mi/PiecewiseCubicPolyProfile.m +++ b/src/cadet-mi/PiecewiseCubicPolyProfile.m @@ -5,7 +5,7 @@ % conditions are met at the interfaces of two adjacent pieces), but can also represent % discontinuous data (such as step profiles). - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Transient) @@ -500,7 +500,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/ResultsHelper.m b/src/cadet-mi/ResultsHelper.m index 214807ad9..d462ec598 100644 --- a/src/cadet-mi/ResultsHelper.m +++ b/src/cadet-mi/ResultsHelper.m @@ -4,7 +4,7 @@ % Extracts data from the Matlab struct generated by CADET (either via MEX or % from a read in HDF5 file) and converts them into a standardized structure. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. methods (Static) @@ -688,7 +688,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/Simulator.m b/src/cadet-mi/Simulator.m index 96e56ff03..644568968 100644 --- a/src/cadet-mi/Simulator.m +++ b/src/cadet-mi/Simulator.m @@ -6,7 +6,7 @@ % % See also MEXSIMULATOR - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -98,7 +98,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/AntiLangmuirBinding.m b/src/cadet-mi/bindings/AntiLangmuirBinding.m index a1b5413f6..700c7474d 100644 --- a/src/cadet-mi/bindings/AntiLangmuirBinding.m +++ b/src/cadet-mi/bindings/AntiLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -161,7 +161,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/BiLangmuirBinding.m b/src/cadet-mi/bindings/BiLangmuirBinding.m index 225b58ca5..772cedfc6 100644 --- a/src/cadet-mi/bindings/BiLangmuirBinding.m +++ b/src/cadet-mi/bindings/BiLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -154,7 +154,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/BiStericMassActionBinding.m b/src/cadet-mi/bindings/BiStericMassActionBinding.m index b4965b9d2..ecdd45752 100644 --- a/src/cadet-mi/bindings/BiStericMassActionBinding.m +++ b/src/cadet-mi/bindings/BiStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -252,7 +252,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/BindingModel.m b/src/cadet-mi/bindings/BindingModel.m index b65afdaeb..c12684ff5 100644 --- a/src/cadet-mi/bindings/BindingModel.m +++ b/src/cadet-mi/bindings/BindingModel.m @@ -15,7 +15,7 @@ % % See also MODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -174,7 +174,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ColloidalBinding.m b/src/cadet-mi/bindings/ColloidalBinding.m index 164d667ea..bda8c5cd1 100644 --- a/src/cadet-mi/bindings/ColloidalBinding.m +++ b/src/cadet-mi/bindings/ColloidalBinding.m @@ -5,7 +5,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -406,7 +406,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m b/src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m index 876e94037..a771bce2a 100644 --- a/src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m +++ b/src/cadet-mi/bindings/ExtFunAntiLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, ANTILANGMUIRBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -441,7 +441,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m b/src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m index 5cc4c1395..a80d80da2 100644 --- a/src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m +++ b/src/cadet-mi/bindings/ExtFunBiLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, BILANGMUIRBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -387,7 +387,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m b/src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m index 6666ca8f5..713c452f0 100644 --- a/src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m +++ b/src/cadet-mi/bindings/ExtFunBiStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, BISTERICMASSACTIONBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -595,7 +595,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunExtendedMobilePhaseModulatorBinding.m b/src/cadet-mi/bindings/ExtFunExtendedMobilePhaseModulatorBinding.m index 187acf21f..be3d48b4b 100644 --- a/src/cadet-mi/bindings/ExtFunExtendedMobilePhaseModulatorBinding.m +++ b/src/cadet-mi/bindings/ExtFunExtendedMobilePhaseModulatorBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, EXTENDEDMOBILEPHASEMODULATORSBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -536,7 +536,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m b/src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m index 898363363..b4451f847 100644 --- a/src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m +++ b/src/cadet-mi/bindings/ExtFunGeneralizedIonExchangeBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, GENERALIZEDIONEXCHANGEBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -1335,7 +1335,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m b/src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m index 119e464eb..ab6043cf7 100644 --- a/src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m +++ b/src/cadet-mi/bindings/ExtFunKumarLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KUMARLANGMUIRBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -592,7 +592,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunLangmuirBinding.m b/src/cadet-mi/bindings/ExtFunLangmuirBinding.m index c55e13fdf..7b56d7de0 100644 --- a/src/cadet-mi/bindings/ExtFunLangmuirBinding.m +++ b/src/cadet-mi/bindings/ExtFunLangmuirBinding.m @@ -5,7 +5,7 @@ % % See also BINDINGMODEL, LANGMUIRBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -355,7 +355,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunLinearBinding.m b/src/cadet-mi/bindings/ExtFunLinearBinding.m index e0af52704..434e8814a 100644 --- a/src/cadet-mi/bindings/ExtFunLinearBinding.m +++ b/src/cadet-mi/bindings/ExtFunLinearBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, LINEARBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -267,7 +267,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m b/src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m index 16de2366a..f85a6715c 100644 --- a/src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m +++ b/src/cadet-mi/bindings/ExtFunMobilePhaseModulatorBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, MOBILEPHASEMODULATORSBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -514,7 +514,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunMultiStateStericMassActionBinding.m b/src/cadet-mi/bindings/ExtFunMultiStateStericMassActionBinding.m index 0a5c6087f..6e662f8b5 100644 --- a/src/cadet-mi/bindings/ExtFunMultiStateStericMassActionBinding.m +++ b/src/cadet-mi/bindings/ExtFunMultiStateStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, MULTISTATESTERICMASSACTIONBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -672,7 +672,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunSaskaBinding.m b/src/cadet-mi/bindings/ExtFunSaskaBinding.m index 81672fd66..97fc53dee 100644 --- a/src/cadet-mi/bindings/ExtFunSaskaBinding.m +++ b/src/cadet-mi/bindings/ExtFunSaskaBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, SASKABINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -281,7 +281,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m b/src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m index 430ddbf8a..903dd0224 100644 --- a/src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m +++ b/src/cadet-mi/bindings/ExtFunSelfAssociationBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, SELFASSOCIATIONBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -648,7 +648,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunSpreadingBinding.m b/src/cadet-mi/bindings/ExtFunSpreadingBinding.m index ab7a697cf..5dda776ae 100644 --- a/src/cadet-mi/bindings/ExtFunSpreadingBinding.m +++ b/src/cadet-mi/bindings/ExtFunSpreadingBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, SPREADINGBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -541,7 +541,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtFunStericMassActionBinding.m b/src/cadet-mi/bindings/ExtFunStericMassActionBinding.m index 9d1036657..ff48af7d4 100644 --- a/src/cadet-mi/bindings/ExtFunStericMassActionBinding.m +++ b/src/cadet-mi/bindings/ExtFunStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, STERICMASSACTIONBINDING, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -569,7 +569,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m b/src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m index 3dd3163d3..80bbd617c 100644 --- a/src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m +++ b/src/cadet-mi/bindings/ExtendedMobilePhaseModulatorBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -190,7 +190,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m b/src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m index 4a39b8f39..9ca3af45c 100644 --- a/src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m +++ b/src/cadet-mi/bindings/GeneralizedIonExchangeBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -432,7 +432,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m b/src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m index 4933900e4..e1f461250 100644 --- a/src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m +++ b/src/cadet-mi/bindings/KineticQuasiStationaryBindingModel.m @@ -5,7 +5,7 @@ % % See also BINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Dependent, Transient) @@ -54,7 +54,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/KumarLangmuirBinding.m b/src/cadet-mi/bindings/KumarLangmuirBinding.m index 1d28e32bd..aa879e4dd 100644 --- a/src/cadet-mi/bindings/KumarLangmuirBinding.m +++ b/src/cadet-mi/bindings/KumarLangmuirBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -189,7 +189,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/LangmuirBinding.m b/src/cadet-mi/bindings/LangmuirBinding.m index 66f38365e..1c8e53e50 100644 --- a/src/cadet-mi/bindings/LangmuirBinding.m +++ b/src/cadet-mi/bindings/LangmuirBinding.m @@ -5,7 +5,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -130,7 +130,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/LinearBinding.m b/src/cadet-mi/bindings/LinearBinding.m index 9e0e85b87..6e4b2eac7 100644 --- a/src/cadet-mi/bindings/LinearBinding.m +++ b/src/cadet-mi/bindings/LinearBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -103,7 +103,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/MobilePhaseModulatorBinding.m b/src/cadet-mi/bindings/MobilePhaseModulatorBinding.m index 3093516aa..f50cf15c8 100644 --- a/src/cadet-mi/bindings/MobilePhaseModulatorBinding.m +++ b/src/cadet-mi/bindings/MobilePhaseModulatorBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -170,7 +170,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/MultiStateStericMassActionBinding.m b/src/cadet-mi/bindings/MultiStateStericMassActionBinding.m index 9d18c21a4..2c4d4fbd8 100644 --- a/src/cadet-mi/bindings/MultiStateStericMassActionBinding.m +++ b/src/cadet-mi/bindings/MultiStateStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -277,7 +277,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/NoneBinding.m b/src/cadet-mi/bindings/NoneBinding.m index 7f71ac63e..2619fb232 100644 --- a/src/cadet-mi/bindings/NoneBinding.m +++ b/src/cadet-mi/bindings/NoneBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -46,7 +46,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/SaskaBinding.m b/src/cadet-mi/bindings/SaskaBinding.m index 9496d75ea..3afe1ac84 100644 --- a/src/cadet-mi/bindings/SaskaBinding.m +++ b/src/cadet-mi/bindings/SaskaBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -108,7 +108,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/SelfAssociationBinding.m b/src/cadet-mi/bindings/SelfAssociationBinding.m index 83e1dbf08..6955e377c 100644 --- a/src/cadet-mi/bindings/SelfAssociationBinding.m +++ b/src/cadet-mi/bindings/SelfAssociationBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -245,7 +245,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/SimpleMultiStateStericMassActionBinding.m b/src/cadet-mi/bindings/SimpleMultiStateStericMassActionBinding.m index 290ab8643..1dc7cacc2 100644 --- a/src/cadet-mi/bindings/SimpleMultiStateStericMassActionBinding.m +++ b/src/cadet-mi/bindings/SimpleMultiStateStericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -450,7 +450,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/SpreadingBinding.m b/src/cadet-mi/bindings/SpreadingBinding.m index 4e854bf51..81da5fbed 100644 --- a/src/cadet-mi/bindings/SpreadingBinding.m +++ b/src/cadet-mi/bindings/SpreadingBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -167,7 +167,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/bindings/StericMassActionBinding.m b/src/cadet-mi/bindings/StericMassActionBinding.m index 43fb2bf2c..b46be58ca 100644 --- a/src/cadet-mi/bindings/StericMassActionBinding.m +++ b/src/cadet-mi/bindings/StericMassActionBinding.m @@ -4,7 +4,7 @@ % % See also BINDINGMODEL, KINETICQUASISTATIONARYBINDINGMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -224,7 +224,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m b/src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m index 9cf0d2205..d3402fb64 100644 --- a/src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m +++ b/src/cadet-mi/examples/forward/breakthroughLangmuirSingle.m @@ -13,7 +13,7 @@ % % See also PULSELINEARSINGLE. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -107,7 +107,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m b/src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m index a12fa525d..fc7c17103 100644 --- a/src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m +++ b/src/cadet-mi/examples/forward/breakthroughLangmuirSingle2D.m @@ -17,7 +17,7 @@ % % See also PULSELINEARSINGLE, BREAKTHROUGHLANGMUIRSINGLE. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -158,7 +158,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/breakthroughParticleCoreRadius.m b/src/cadet-mi/examples/forward/breakthroughParticleCoreRadius.m index 8f089f2eb..3d5005408 100644 --- a/src/cadet-mi/examples/forward/breakthroughParticleCoreRadius.m +++ b/src/cadet-mi/examples/forward/breakthroughParticleCoreRadius.m @@ -16,7 +16,7 @@ % % See also BREAKTHROUGHLANGMUIRSINGLE. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -127,7 +127,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m b/src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m index b925d58ca..81ff21168 100644 --- a/src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m +++ b/src/cadet-mi/examples/forward/loadWashElutionSMAsingle.m @@ -13,7 +13,7 @@ % % See also LOADWASHELUTIONSMASYSTEM. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -119,7 +119,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m b/src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m index f9f7f52ae..d82a6cead 100644 --- a/src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m +++ b/src/cadet-mi/examples/forward/loadWashElutionSMAsystem.m @@ -21,7 +21,7 @@ % % See also LOADWASHELUTIONSMASINGLE. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -155,7 +155,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m b/src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m index 123c97116..3a20faa25 100644 --- a/src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m +++ b/src/cadet-mi/examples/forward/loadWashElutionSMAsystem2D.m @@ -20,7 +20,7 @@ % % See also LOADWASHELUTIONSMASYSTEM. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -176,7 +176,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/multiParticleTypes.m b/src/cadet-mi/examples/forward/multiParticleTypes.m index a4e692b8a..f796837e5 100644 --- a/src/cadet-mi/examples/forward/multiParticleTypes.m +++ b/src/cadet-mi/examples/forward/multiParticleTypes.m @@ -11,7 +11,7 @@ function multiParticleTypes() % % See also LOADWASHELUTIONSMASINGLE, PARTICLERADIUSDISTRIBUTION. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -139,7 +139,7 @@ function multiParticleTypes() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/particleRadiusDistribution.m b/src/cadet-mi/examples/forward/particleRadiusDistribution.m index 861eb9fae..c10780fca 100644 --- a/src/cadet-mi/examples/forward/particleRadiusDistribution.m +++ b/src/cadet-mi/examples/forward/particleRadiusDistribution.m @@ -7,7 +7,7 @@ function particleRadiusDistribution() % % See also PULSELINEARSINGLE, MULTIPARTICLETYPES. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -110,7 +110,7 @@ function particleRadiusDistribution() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/forward/pulseLinearSingle.m b/src/cadet-mi/examples/forward/pulseLinearSingle.m index fb6870087..93acc7fd3 100644 --- a/src/cadet-mi/examples/forward/pulseLinearSingle.m +++ b/src/cadet-mi/examples/forward/pulseLinearSingle.m @@ -11,7 +11,7 @@ % % See also BREAKTHROUGHLANGMUIRSINGLE. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -103,7 +103,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m b/src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m index b00402813..31cf4b1d6 100644 --- a/src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m +++ b/src/cadet-mi/examples/parest/multipleExpLinkedAllParameters.m @@ -17,7 +17,7 @@ function multipleExpLinkedAllParameters() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPJOINTCOMPONENTS, JOINTSENSITIVITIES, MULTIPLEEXPLINKEDSOMEPARAMETERS -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create fit object @@ -202,7 +202,7 @@ function multipleExpLinkedAllParameters() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/multipleExpLinkedSomeParameters.m b/src/cadet-mi/examples/parest/multipleExpLinkedSomeParameters.m index 18023e9ed..ac77e7138 100644 --- a/src/cadet-mi/examples/parest/multipleExpLinkedSomeParameters.m +++ b/src/cadet-mi/examples/parest/multipleExpLinkedSomeParameters.m @@ -18,7 +18,7 @@ function multipleExpLinkedSomeParameters() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPJOINTCOMPONENTS, JOINTSENSITIVITIES, MULTIPLEEXPLINKEDALLPARAMETERS -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create fit object @@ -205,7 +205,7 @@ function multipleExpLinkedSomeParameters() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/multipleExpWeighted.m b/src/cadet-mi/examples/parest/multipleExpWeighted.m index e2be3a55a..c982b2acf 100644 --- a/src/cadet-mi/examples/parest/multipleExpWeighted.m +++ b/src/cadet-mi/examples/parest/multipleExpWeighted.m @@ -10,7 +10,7 @@ function multipleExpWeighted() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % MULTIPLEEXPLINKEDALLPARAMETERS, SINGLEEXPSEPARATECOMPONENTSWEIGHTED -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create fit object @@ -211,7 +211,7 @@ function multipleExpWeighted() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpCustomParamTransform.m b/src/cadet-mi/examples/parest/singleExpCustomParamTransform.m index c275bc384..3aa3fec0e 100644 --- a/src/cadet-mi/examples/parest/singleExpCustomParamTransform.m +++ b/src/cadet-mi/examples/parest/singleExpCustomParamTransform.m @@ -12,7 +12,7 @@ function singleExpCustomParamTransform() % See also LOADWASHELUTIONSMASINGLE, SINGLEEXPSEPARATECOMPONENTS, SINGLEEXPSINGLEPARAMTRANSFORM, % SINGLEEXPMULTIPLEPARAMTRANSFORM -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -181,7 +181,7 @@ function singleExpCustomParamTransform() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpJointComponents.m b/src/cadet-mi/examples/parest/singleExpJointComponents.m index aef722c06..e30f74e18 100644 --- a/src/cadet-mi/examples/parest/singleExpJointComponents.m +++ b/src/cadet-mi/examples/parest/singleExpJointComponents.m @@ -12,7 +12,7 @@ function singleExpJointComponents() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPSEPARATECOMPONENTS -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -153,7 +153,7 @@ function singleExpJointComponents() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpMultipleParamTransform.m b/src/cadet-mi/examples/parest/singleExpMultipleParamTransform.m index 21c4c6100..4fccd2afe 100644 --- a/src/cadet-mi/examples/parest/singleExpMultipleParamTransform.m +++ b/src/cadet-mi/examples/parest/singleExpMultipleParamTransform.m @@ -14,7 +14,7 @@ function singleExpMultipleParamTransform() % See also LOADWASHELUTIONSMASINGLE, SINGLEEXPSEPARATECOMPONENTS, SINGLEEXPSINGLEPARAMTRANSFORM, % SINGLEEXPCUSTOMPARAMTRANSFORM -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -186,7 +186,7 @@ function singleExpMultipleParamTransform() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpSeparateComponents.m b/src/cadet-mi/examples/parest/singleExpSeparateComponents.m index eb49181e7..a0e2bf6cb 100644 --- a/src/cadet-mi/examples/parest/singleExpSeparateComponents.m +++ b/src/cadet-mi/examples/parest/singleExpSeparateComponents.m @@ -9,7 +9,7 @@ function singleExpSeparateComponents() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPJOINTCOMPONENTS -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -152,7 +152,7 @@ function singleExpSeparateComponents() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpSeparateComponentsWeighted.m b/src/cadet-mi/examples/parest/singleExpSeparateComponentsWeighted.m index 0df2e4e17..416cd42a8 100644 --- a/src/cadet-mi/examples/parest/singleExpSeparateComponentsWeighted.m +++ b/src/cadet-mi/examples/parest/singleExpSeparateComponentsWeighted.m @@ -18,7 +18,7 @@ function singleExpSeparateComponentsWeighted() % See also LOADWASHELUTIONSMASINGLE, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, % SINGLEEXPJOINTCOMPONENTS, MULTIPLEEXPWEIGHTED -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -168,7 +168,7 @@ function singleExpSeparateComponentsWeighted() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/parest/singleExpSingleParamTransform.m b/src/cadet-mi/examples/parest/singleExpSingleParamTransform.m index 9b629d677..95fc8ce5a 100644 --- a/src/cadet-mi/examples/parest/singleExpSingleParamTransform.m +++ b/src/cadet-mi/examples/parest/singleExpSingleParamTransform.m @@ -10,7 +10,7 @@ function singleExpSingleParamTransform() % % See also LOADWASHELUTIONSMASINGLE, SINGLEEXPSEPARATECOMPONENTS, SINGLEEXPMULTIPLEPARAMTRANSFORM -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulation and obtain artificial data @@ -167,7 +167,7 @@ function singleExpSingleParamTransform() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/externalFunctionMultiple.m b/src/cadet-mi/examples/techniques/externalFunctionMultiple.m index c56d3c381..54740f0ba 100644 --- a/src/cadet-mi/examples/techniques/externalFunctionMultiple.m +++ b/src/cadet-mi/examples/techniques/externalFunctionMultiple.m @@ -9,7 +9,7 @@ function externalFunctionMultiple() % % See also BREAKTHROUGHLANGMUIRSINGLE, EXTERNALFUNCTIONSINGLE -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % General rate model @@ -154,7 +154,7 @@ function externalFunctionMultiple() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/externalFunctionSingle.m b/src/cadet-mi/examples/techniques/externalFunctionSingle.m index d2a4a2f64..5419ced7d 100644 --- a/src/cadet-mi/examples/techniques/externalFunctionSingle.m +++ b/src/cadet-mi/examples/techniques/externalFunctionSingle.m @@ -8,7 +8,7 @@ function externalFunctionSingle() % % See also BREAKTHROUGHLANGMUIRSINGLE, EXTERNALFUNCTIONMULTIPLE -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % General rate model @@ -155,7 +155,7 @@ function externalFunctionSingle() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/jointSensitivities.m b/src/cadet-mi/examples/techniques/jointSensitivities.m index 76cca3ee6..12b7adc69 100644 --- a/src/cadet-mi/examples/techniques/jointSensitivities.m +++ b/src/cadet-mi/examples/techniques/jointSensitivities.m @@ -20,7 +20,7 @@ function jointSensitivities() % See also MAKESENSITIVITY, MEXSIMULATOR.RUNWITHPARAMETERS, MEXSIMULATOR.SETPARAMETERS, % PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, PARAMETERIZEDSIMULATIONMIXED -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -210,7 +210,7 @@ function jointSensitivities() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/makeInletProfileFromData.m b/src/cadet-mi/examples/techniques/makeInletProfileFromData.m index ee50cb8fe..add23cb0a 100644 --- a/src/cadet-mi/examples/techniques/makeInletProfileFromData.m +++ b/src/cadet-mi/examples/techniques/makeInletProfileFromData.m @@ -7,7 +7,7 @@ function makeInletProfileFromData() % % See also BREAKTHROUGHLANGMUIRSINGLE. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Set up a general rate model @@ -105,7 +105,7 @@ function makeInletProfileFromData() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/makeInletProfileFromResults.m b/src/cadet-mi/examples/techniques/makeInletProfileFromResults.m index 9223606d7..7341e42c1 100644 --- a/src/cadet-mi/examples/techniques/makeInletProfileFromResults.m +++ b/src/cadet-mi/examples/techniques/makeInletProfileFromResults.m @@ -7,7 +7,7 @@ function makeInletProfileFromResults() % % See also LOADWASHELUTIONSMASINGLE. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Set up a simulation (GRM) @@ -123,7 +123,7 @@ function makeInletProfileFromResults() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/parallelSimulations.m b/src/cadet-mi/examples/techniques/parallelSimulations.m index 5fd54ea4b..9e05ff927 100644 --- a/src/cadet-mi/examples/techniques/parallelSimulations.m +++ b/src/cadet-mi/examples/techniques/parallelSimulations.m @@ -17,7 +17,7 @@ function parallelSimulations() % % See also BREAKTHROUGHLANGMUIRSINGLE, PARAMETERIZEDSIMULATIONWITHOUTSENSITIVITIES -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -119,7 +119,7 @@ function parallelSimulations() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/parameterizedSimulationMixed.m b/src/cadet-mi/examples/techniques/parameterizedSimulationMixed.m index 48a0b591b..02c07ea50 100644 --- a/src/cadet-mi/examples/techniques/parameterizedSimulationMixed.m +++ b/src/cadet-mi/examples/techniques/parameterizedSimulationMixed.m @@ -12,7 +12,7 @@ function parameterizedSimulationMixed() % See also MAKESENSITIVITY, MEXSIMULATOR.RUNWITHPARAMETERS, MEXSIMULATOR.SETPARAMETERS, % PARAMETERIZEDSIMULATIONWITHOUTSENSITIVITIES, PARAMETERIZEDSIMULATIONWITHSENSITIVITIES -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -180,7 +180,7 @@ function parameterizedSimulationMixed() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/parameterizedSimulationWithSensitivities.m b/src/cadet-mi/examples/techniques/parameterizedSimulationWithSensitivities.m index bbc7b85f7..546965f41 100644 --- a/src/cadet-mi/examples/techniques/parameterizedSimulationWithSensitivities.m +++ b/src/cadet-mi/examples/techniques/parameterizedSimulationWithSensitivities.m @@ -21,7 +21,7 @@ function parameterizedSimulationWithSensitivities() % PARAMETERIZEDSIMULATIONWITHOUTSENSITIVITIES, PARAMETERIZEDSIMULATIONMIXED, % JOINTSENSITIVITIES -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -184,7 +184,7 @@ function parameterizedSimulationWithSensitivities() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/parameterizedSimulationWithoutSensitivities.m b/src/cadet-mi/examples/techniques/parameterizedSimulationWithoutSensitivities.m index aa031caa3..8d9c42b9f 100644 --- a/src/cadet-mi/examples/techniques/parameterizedSimulationWithoutSensitivities.m +++ b/src/cadet-mi/examples/techniques/parameterizedSimulationWithoutSensitivities.m @@ -10,7 +10,7 @@ function parameterizedSimulationWithoutSensitivities() % See also MAKESENSITIVITY, MEXSIMULATOR.RUNWITHPARAMETERS, MEXSIMULATOR.SETPARAMETERS, % PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, PARAMETERIZEDSIMULATIONMIXED -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -142,7 +142,7 @@ function parameterizedSimulationWithoutSensitivities() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/repeatedlyContinueFromSamePoint.m b/src/cadet-mi/examples/techniques/repeatedlyContinueFromSamePoint.m index 6d9d5fd93..3c0d98536 100644 --- a/src/cadet-mi/examples/techniques/repeatedlyContinueFromSamePoint.m +++ b/src/cadet-mi/examples/techniques/repeatedlyContinueFromSamePoint.m @@ -13,7 +13,7 @@ function repeatedlyContinueFromSamePoint() % See also PARAMETERIZEDSIMULATIONWITHOUTSENSITIVITIES, RESUMECONTINUOUSTIME, % RESUMERESETTIME, LOADWASHELUTIONSMASINGLE -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -144,7 +144,7 @@ function repeatedlyContinueFromSamePoint() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/resumeContinuousTime.m b/src/cadet-mi/examples/techniques/resumeContinuousTime.m index 8d92a2fe7..1eef93e05 100644 --- a/src/cadet-mi/examples/techniques/resumeContinuousTime.m +++ b/src/cadet-mi/examples/techniques/resumeContinuousTime.m @@ -18,7 +18,7 @@ function resumeContinuousTime() % See also PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, RESUMERESETTIME, % LOADWASHELUTIONSMASINGLE, MEXSIMULATOR.RESUME -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -199,7 +199,7 @@ function setInlet(sim, tStart, tEnd) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/resumeResetTime.m b/src/cadet-mi/examples/techniques/resumeResetTime.m index faf8b5a51..095b7ab01 100644 --- a/src/cadet-mi/examples/techniques/resumeResetTime.m +++ b/src/cadet-mi/examples/techniques/resumeResetTime.m @@ -18,7 +18,7 @@ function resumeResetTime() % See also PARAMETERIZEDSIMULATIONWITHSENSITIVITIES, RESUMECONTINUOUSTIME, % LOADWASHELUTIONSMASINGLE, MEXSIMULATOR.RESUME -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create simulator @@ -199,7 +199,7 @@ function setInlet(sim, tStart, tEnd) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/saveLoadModel.m b/src/cadet-mi/examples/techniques/saveLoadModel.m index e18ead294..841c2c2fe 100644 --- a/src/cadet-mi/examples/techniques/saveLoadModel.m +++ b/src/cadet-mi/examples/techniques/saveLoadModel.m @@ -6,7 +6,7 @@ function saveLoadModel() % % See also SAVELOADSIMULATOR. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create the model (SingleGRM object) @@ -98,7 +98,7 @@ function saveLoadModel() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/saveLoadSimulator.m b/src/cadet-mi/examples/techniques/saveLoadSimulator.m index 92be18682..973f37f5b 100644 --- a/src/cadet-mi/examples/techniques/saveLoadSimulator.m +++ b/src/cadet-mi/examples/techniques/saveLoadSimulator.m @@ -6,7 +6,7 @@ function saveLoadSimulator() % % See also SAVELOADMODEL. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Create the simulator with the model @@ -102,7 +102,7 @@ function saveLoadSimulator() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/examples/techniques/sectionDependentParameters.m b/src/cadet-mi/examples/techniques/sectionDependentParameters.m index 809a3c9d5..c78b0939a 100644 --- a/src/cadet-mi/examples/techniques/sectionDependentParameters.m +++ b/src/cadet-mi/examples/techniques/sectionDependentParameters.m @@ -9,7 +9,7 @@ function sectionDependentParameters() % % See also LOADWASHELUTIONSMASINGLE -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. @@ -119,7 +119,7 @@ function sectionDependentParameters() % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/extfuns/ExternalFunction.m b/src/cadet-mi/extfuns/ExternalFunction.m index ef085e08f..478644225 100644 --- a/src/cadet-mi/extfuns/ExternalFunction.m +++ b/src/cadet-mi/extfuns/ExternalFunction.m @@ -14,7 +14,7 @@ % % See also MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -97,7 +97,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/extfuns/LinearInterpolationExtFun.m b/src/cadet-mi/extfuns/LinearInterpolationExtFun.m index 6fd49bce9..c72df20c8 100644 --- a/src/cadet-mi/extfuns/LinearInterpolationExtFun.m +++ b/src/cadet-mi/extfuns/LinearInterpolationExtFun.m @@ -21,7 +21,7 @@ % % See also EXTERNALFUNCTION, MODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Constant) @@ -171,7 +171,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m b/src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m index d3f8cd181..6231800ab 100644 --- a/src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m +++ b/src/cadet-mi/extfuns/PiecewiseCubicPolyExtFun.m @@ -25,7 +25,7 @@ % % See also EXTERNALFUNCTION, MODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Constant) @@ -246,7 +246,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/extractParam.m b/src/cadet-mi/extractParam.m index f0b1b0c54..766fa845e 100644 --- a/src/cadet-mi/extractParam.m +++ b/src/cadet-mi/extractParam.m @@ -13,7 +13,7 @@ % % See also MAKESENSITIVITY. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. if (nargin <= 1) || isempty(idx) @@ -46,7 +46,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/installCADET.m b/src/cadet-mi/installCADET.m index 7b423b8e6..3a8580f29 100644 --- a/src/cadet-mi/installCADET.m +++ b/src/cadet-mi/installCADET.m @@ -4,7 +4,7 @@ % Return true in SUCCESS if a working CADET interface is available, % returns false otherwise. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. % Get the path of this file @@ -52,7 +52,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/isCADETupdateAvailable.m b/src/cadet-mi/isCADETupdateAvailable.m index c3527ffe8..5e52880af 100644 --- a/src/cadet-mi/isCADETupdateAvailable.m +++ b/src/cadet-mi/isCADETupdateAvailable.m @@ -9,7 +9,7 @@ % textual output is sent to the command window (QUIET = false, default) % or not (QUIET = true). -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. if (nargin <= 0) || isempty(quiet) @@ -94,7 +94,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/jacobianFiniteDifferences.m b/src/cadet-mi/jacobianFiniteDifferences.m index a93b3bd9d..4e09f3f74 100644 --- a/src/cadet-mi/jacobianFiniteDifferences.m +++ b/src/cadet-mi/jacobianFiniteDifferences.m @@ -8,7 +8,7 @@ % parameter. The returned cell array JAC contains the Jacobian for each unit % operation with the format [nTime, nComponents, nParams]. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. for i = 1:length(params) @@ -42,7 +42,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/makeSensitivity.m b/src/cadet-mi/makeSensitivity.m index db8d515f6..ad59b001b 100644 --- a/src/cadet-mi/makeSensitivity.m +++ b/src/cadet-mi/makeSensitivity.m @@ -22,7 +22,7 @@ % % See also EXTRACTPARAM. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. if ~iscell(name) && ischar(name) @@ -63,7 +63,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/reactions/ExtFunMassActionLawReaction.m b/src/cadet-mi/reactions/ExtFunMassActionLawReaction.m index 1301312ff..00c8ee375 100644 --- a/src/cadet-mi/reactions/ExtFunMassActionLawReaction.m +++ b/src/cadet-mi/reactions/ExtFunMassActionLawReaction.m @@ -4,7 +4,7 @@ % % See also REACTIONMODEL, MASSACTIONLAWREACTION - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -1001,7 +1001,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/reactions/MassActionLawReaction.m b/src/cadet-mi/reactions/MassActionLawReaction.m index b17863282..6b6137b46 100644 --- a/src/cadet-mi/reactions/MassActionLawReaction.m +++ b/src/cadet-mi/reactions/MassActionLawReaction.m @@ -4,7 +4,7 @@ % % See also REACTIONMODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -605,7 +605,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/reactions/ReactionModel.m b/src/cadet-mi/reactions/ReactionModel.m index e677b77bf..6c291e79a 100644 --- a/src/cadet-mi/reactions/ReactionModel.m +++ b/src/cadet-mi/reactions/ReactionModel.m @@ -15,7 +15,7 @@ % % See also MODEL - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -180,7 +180,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/shiftPoly.m b/src/cadet-mi/shiftPoly.m index a4a008501..2d592ae2a 100644 --- a/src/cadet-mi/shiftPoly.m +++ b/src/cadet-mi/shiftPoly.m @@ -6,7 +6,7 @@ % convention (i.e., the highest exponent comes first). The resulting % polynomial q is returned as coefficients using the same convention. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. newPoly = zeros(size(poly)); @@ -22,7 +22,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/splitstring.m b/src/cadet-mi/splitstring.m index dbe1d9e1e..f75539c15 100644 --- a/src/cadet-mi/splitstring.m +++ b/src/cadet-mi/splitstring.m @@ -4,7 +4,7 @@ % the delimiter DELIM. The result is a cell array with the splitted string % parts. -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. splitted = textscan(str,'%s','delimiter',delim); @@ -14,7 +14,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/switchStorageOrdering.m b/src/cadet-mi/switchStorageOrdering.m index d443255db..6947963f2 100644 --- a/src/cadet-mi/switchStorageOrdering.m +++ b/src/cadet-mi/switchStorageOrdering.m @@ -7,7 +7,7 @@ % as returned by calling size(DATA)) and shuffles them around in order to switch between % column-major (Matlab) and row-major (CADET). -% Copyright: (C) 2008-2022 The CADET Authors +% Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. if (nargin <= 1) || isempty(dims) @@ -21,7 +21,7 @@ % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/units/GeneralRateModel.m b/src/cadet-mi/units/GeneralRateModel.m index 84e978a15..189c8d667 100644 --- a/src/cadet-mi/units/GeneralRateModel.m +++ b/src/cadet-mi/units/GeneralRateModel.m @@ -7,7 +7,7 @@ % % See also MODEL, SINGLEGRM, MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -1471,7 +1471,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/GeneralRateModel2D.m b/src/cadet-mi/units/GeneralRateModel2D.m index fb236c14b..0144513f2 100644 --- a/src/cadet-mi/units/GeneralRateModel2D.m +++ b/src/cadet-mi/units/GeneralRateModel2D.m @@ -7,7 +7,7 @@ % % See also MODEL, SINGLEGRM2D, MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -1645,7 +1645,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/InletModel.m b/src/cadet-mi/units/InletModel.m index 0a61db0f2..01bded4e1 100644 --- a/src/cadet-mi/units/InletModel.m +++ b/src/cadet-mi/units/InletModel.m @@ -7,7 +7,7 @@ % % See also MODEL, MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -78,7 +78,7 @@ function notifySync(obj) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/LumpedRateModelWithPores.m b/src/cadet-mi/units/LumpedRateModelWithPores.m index 49f6d57a7..33591a84c 100644 --- a/src/cadet-mi/units/LumpedRateModelWithPores.m +++ b/src/cadet-mi/units/LumpedRateModelWithPores.m @@ -7,7 +7,7 @@ % % See also MODEL, SINGLELRMP, MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -1093,7 +1093,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/LumpedRateModelWithoutPores.m b/src/cadet-mi/units/LumpedRateModelWithoutPores.m index 3295e4341..84306d759 100644 --- a/src/cadet-mi/units/LumpedRateModelWithoutPores.m +++ b/src/cadet-mi/units/LumpedRateModelWithoutPores.m @@ -7,7 +7,7 @@ % % See also MODEL, SINGLELRM, MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -616,7 +616,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/Model.m b/src/cadet-mi/units/Model.m index d0189bcd7..6a5074fe2 100644 --- a/src/cadet-mi/units/Model.m +++ b/src/cadet-mi/units/Model.m @@ -6,7 +6,7 @@ % Derived classes are supposed to use the field 'data' for storing % their configuration conforming to the CADET file format spec. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -639,7 +639,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/units/ModelSystem.m b/src/cadet-mi/units/ModelSystem.m index 7d6cc7cb9..8a8999712 100644 --- a/src/cadet-mi/units/ModelSystem.m +++ b/src/cadet-mi/units/ModelSystem.m @@ -30,7 +30,7 @@ % registered in the system. The numbering is sequential and starts % with 0. - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Hidden, Access = 'protected') @@ -700,7 +700,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/units/OutletModel.m b/src/cadet-mi/units/OutletModel.m index 4a3607ef2..74537dfc0 100644 --- a/src/cadet-mi/units/OutletModel.m +++ b/src/cadet-mi/units/OutletModel.m @@ -10,7 +10,7 @@ % % See also MODEL, MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties(Constant) @@ -125,7 +125,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/PiecewiseCubicPolyInlet.m b/src/cadet-mi/units/PiecewiseCubicPolyInlet.m index c923e0ac9..37ddd3ef1 100644 --- a/src/cadet-mi/units/PiecewiseCubicPolyInlet.m +++ b/src/cadet-mi/units/PiecewiseCubicPolyInlet.m @@ -7,7 +7,7 @@ % % See also PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties (Access = 'protected', Transient) @@ -203,7 +203,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleCSTR.m b/src/cadet-mi/units/SingleCSTR.m index c22cb4c1d..ff4cf89e7 100644 --- a/src/cadet-mi/units/SingleCSTR.m +++ b/src/cadet-mi/units/SingleCSTR.m @@ -9,7 +9,7 @@ % % See also STIRREDTANKMODEL, SINGLEUNITOPSYSTEM, PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -317,7 +317,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleGRM.m b/src/cadet-mi/units/SingleGRM.m index d31089ffb..2a5570553 100644 --- a/src/cadet-mi/units/SingleGRM.m +++ b/src/cadet-mi/units/SingleGRM.m @@ -11,7 +11,7 @@ % % See also GENERALRATEMODEL, SINGLEUNITOPSYSTEM, PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -319,7 +319,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleLRM.m b/src/cadet-mi/units/SingleLRM.m index 090fea3d1..17854c9c1 100644 --- a/src/cadet-mi/units/SingleLRM.m +++ b/src/cadet-mi/units/SingleLRM.m @@ -11,7 +11,7 @@ % % See also LUMPEDRATEMODELWITHOUTPORES, SINGLEUNITOPSYSTEM, PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -320,7 +320,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleLRMP.m b/src/cadet-mi/units/SingleLRMP.m index 1bbec6861..6bbbe3d54 100644 --- a/src/cadet-mi/units/SingleLRMP.m +++ b/src/cadet-mi/units/SingleLRMP.m @@ -11,7 +11,7 @@ % % See also LUMPEDRATEMODELWITHPORES, SINGLEUNITOPSYSTEM, PIECEWISECUBICPOLYPROFILE - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -320,7 +320,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/cadet-mi/units/SingleUnitOpSystem.m b/src/cadet-mi/units/SingleUnitOpSystem.m index ee83b2400..e33bc984d 100644 --- a/src/cadet-mi/units/SingleUnitOpSystem.m +++ b/src/cadet-mi/units/SingleUnitOpSystem.m @@ -14,7 +14,7 @@ % % See also MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -455,7 +455,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. obj program and the accompanying materials diff --git a/src/cadet-mi/units/StirredTankModel.m b/src/cadet-mi/units/StirredTankModel.m index 8ad84fda8..3fd78cdd8 100644 --- a/src/cadet-mi/units/StirredTankModel.m +++ b/src/cadet-mi/units/StirredTankModel.m @@ -5,7 +5,7 @@ % % See also MODEL, SINGLECSTR, MODELSYSTEM - % Copyright: (C) 2008-2022 The CADET Authors + % Copyright: (C) 2008-2024 The CADET Authors % See the license note at the end of the file. properties @@ -637,7 +637,7 @@ function loadobjInternal(obj, S) % ============================================================================= % CADET % -% Copyright (C) 2008-2022: The CADET Authors +% Copyright (C) 2008-2024: The CADET Authors % Please see the AUTHORS and CONTRIBUTORS file. % % All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/AdUtils.hpp b/src/libcadet/AdUtils.hpp index 781e6ac60..8a19c8c41 100644 --- a/src/libcadet/AdUtils.hpp +++ b/src/libcadet/AdUtils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/AutoDiff.hpp b/src/libcadet/AutoDiff.hpp index b4585c05d..b3e41b965 100644 --- a/src/libcadet/AutoDiff.hpp +++ b/src/libcadet/AutoDiff.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Benchmark.hpp b/src/libcadet/Benchmark.hpp index ccf2839fd..d189acaa3 100644 --- a/src/libcadet/Benchmark.hpp +++ b/src/libcadet/Benchmark.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/BindingModelFactory.hpp b/src/libcadet/BindingModelFactory.hpp index 7995b294b..1ee2028d5 100644 --- a/src/libcadet/BindingModelFactory.hpp +++ b/src/libcadet/BindingModelFactory.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ConfigurationHelper.hpp b/src/libcadet/ConfigurationHelper.hpp index 2612c81e8..a7d305c4f 100644 --- a/src/libcadet/ConfigurationHelper.hpp +++ b/src/libcadet/ConfigurationHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/LapackInterface.hpp b/src/libcadet/LapackInterface.hpp index 5d0e6d34c..89e22a18f 100644 --- a/src/libcadet/LapackInterface.hpp +++ b/src/libcadet/LapackInterface.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/LocalVector.hpp b/src/libcadet/LocalVector.hpp index 661739bcb..c8aa9da87 100644 --- a/src/libcadet/LocalVector.hpp +++ b/src/libcadet/LocalVector.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Logging.hpp b/src/libcadet/Logging.hpp index 8bb2487d9..a3a2b651f 100644 --- a/src/libcadet/Logging.hpp +++ b/src/libcadet/Logging.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/LoggingUtils.hpp b/src/libcadet/LoggingUtils.hpp index aae405f26..2431d0e7a 100644 --- a/src/libcadet/LoggingUtils.hpp +++ b/src/libcadet/LoggingUtils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/MathUtil.hpp b/src/libcadet/MathUtil.hpp index 4933d5920..1533e692e 100644 --- a/src/libcadet/MathUtil.hpp +++ b/src/libcadet/MathUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Memory.hpp b/src/libcadet/Memory.hpp index e06e4d14e..bc3f3ec02 100644 --- a/src/libcadet/Memory.hpp +++ b/src/libcadet/Memory.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ModelBuilderImpl.hpp b/src/libcadet/ModelBuilderImpl.hpp index f59de76f3..7a1648a6a 100644 --- a/src/libcadet/ModelBuilderImpl.hpp +++ b/src/libcadet/ModelBuilderImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParallelSupport.hpp b/src/libcadet/ParallelSupport.hpp index 2356b7374..0e2922b34 100644 --- a/src/libcadet/ParallelSupport.hpp +++ b/src/libcadet/ParallelSupport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParamIdUtil.hpp b/src/libcadet/ParamIdUtil.hpp index 38e509c12..2afe23ab9 100644 --- a/src/libcadet/ParamIdUtil.hpp +++ b/src/libcadet/ParamIdUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParamReaderHelper.hpp b/src/libcadet/ParamReaderHelper.hpp index 6ae5cc7c7..9e418a793 100644 --- a/src/libcadet/ParamReaderHelper.hpp +++ b/src/libcadet/ParamReaderHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParamReaderScopes.hpp b/src/libcadet/ParamReaderScopes.hpp index 587a25960..d2c2c1451 100644 --- a/src/libcadet/ParamReaderScopes.hpp +++ b/src/libcadet/ParamReaderScopes.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ParameterDependenceFactory.hpp b/src/libcadet/ParameterDependenceFactory.hpp index f44eee9c2..dbbffc21d 100644 --- a/src/libcadet/ParameterDependenceFactory.hpp +++ b/src/libcadet/ParameterDependenceFactory.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/ReactionModelFactory.hpp b/src/libcadet/ReactionModelFactory.hpp index f15b0305d..c1b053834 100644 --- a/src/libcadet/ReactionModelFactory.hpp +++ b/src/libcadet/ReactionModelFactory.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SensParamUtil.hpp b/src/libcadet/SensParamUtil.hpp index f3f6af3f1..e62fb7e59 100644 --- a/src/libcadet/SensParamUtil.hpp +++ b/src/libcadet/SensParamUtil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SimulatableModel.hpp b/src/libcadet/SimulatableModel.hpp index 52defb3f6..248c06456 100644 --- a/src/libcadet/SimulatableModel.hpp +++ b/src/libcadet/SimulatableModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SimulationTypes.hpp b/src/libcadet/SimulationTypes.hpp index 8ceea1942..976bb7512 100644 --- a/src/libcadet/SimulationTypes.hpp +++ b/src/libcadet/SimulationTypes.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SimulatorImpl.hpp b/src/libcadet/SimulatorImpl.hpp index a16b8c5c3..19c4bd186 100644 --- a/src/libcadet/SimulatorImpl.hpp +++ b/src/libcadet/SimulatorImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SlicedVector.hpp b/src/libcadet/SlicedVector.hpp index 38be655c6..45a3898bd 100644 --- a/src/libcadet/SlicedVector.hpp +++ b/src/libcadet/SlicedVector.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Stencil.hpp b/src/libcadet/Stencil.hpp index f74d61045..c137672f6 100644 --- a/src/libcadet/Stencil.hpp +++ b/src/libcadet/Stencil.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/SundialsVector.hpp b/src/libcadet/SundialsVector.hpp index 62f0141d3..11d141327 100644 --- a/src/libcadet/SundialsVector.hpp +++ b/src/libcadet/SundialsVector.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/Weno.hpp b/src/libcadet/Weno.hpp index b7797b72d..4b32efe3d 100644 --- a/src/libcadet/Weno.hpp +++ b/src/libcadet/Weno.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/api/CAPIv1.cpp b/src/libcadet/api/CAPIv1.cpp index aca80354f..7908b7936 100644 --- a/src/libcadet/api/CAPIv1.cpp +++ b/src/libcadet/api/CAPIv1.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET - The Chromatography Analysis and Design Toolkit // -// Copyright © 2008-2020: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/graph/GraphAlgos.hpp b/src/libcadet/graph/GraphAlgos.hpp index 7be06a120..2e356f06e 100644 --- a/src/libcadet/graph/GraphAlgos.hpp +++ b/src/libcadet/graph/GraphAlgos.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/ActiveDenseMatrix.hpp b/src/libcadet/linalg/ActiveDenseMatrix.hpp index c4417d159..124345b62 100644 --- a/src/libcadet/linalg/ActiveDenseMatrix.hpp +++ b/src/libcadet/linalg/ActiveDenseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/BandMatrix.hpp b/src/libcadet/linalg/BandMatrix.hpp index 2d94e7173..430e189f5 100644 --- a/src/libcadet/linalg/BandMatrix.hpp +++ b/src/libcadet/linalg/BandMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/CompressedSparseMatrix.hpp b/src/libcadet/linalg/CompressedSparseMatrix.hpp index 69caee452..add35f5d2 100644 --- a/src/libcadet/linalg/CompressedSparseMatrix.hpp +++ b/src/libcadet/linalg/CompressedSparseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/DenseMatrix.hpp b/src/libcadet/linalg/DenseMatrix.hpp index 04e36e63d..32b52cec5 100644 --- a/src/libcadet/linalg/DenseMatrix.hpp +++ b/src/libcadet/linalg/DenseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/Gmres.hpp b/src/libcadet/linalg/Gmres.hpp index d9be4b02d..1b84f9f23 100644 --- a/src/libcadet/linalg/Gmres.hpp +++ b/src/libcadet/linalg/Gmres.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/Norms.hpp b/src/libcadet/linalg/Norms.hpp index ce5ebcf89..feb92d09c 100644 --- a/src/libcadet/linalg/Norms.hpp +++ b/src/libcadet/linalg/Norms.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/SparseMatrix.hpp b/src/libcadet/linalg/SparseMatrix.hpp index 500ce1524..6f75b891c 100644 --- a/src/libcadet/linalg/SparseMatrix.hpp +++ b/src/libcadet/linalg/SparseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/Subset.hpp b/src/libcadet/linalg/Subset.hpp index 097053533..f13a80834 100644 --- a/src/libcadet/linalg/Subset.hpp +++ b/src/libcadet/linalg/Subset.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/SuperLUSparseMatrix.hpp b/src/libcadet/linalg/SuperLUSparseMatrix.hpp index 090aaf867..46be047ee 100644 --- a/src/libcadet/linalg/SuperLUSparseMatrix.hpp +++ b/src/libcadet/linalg/SuperLUSparseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/linalg/UMFPackSparseMatrix.hpp b/src/libcadet/linalg/UMFPackSparseMatrix.hpp index b5c3ed3f4..a3188a18e 100644 --- a/src/libcadet/linalg/UMFPackSparseMatrix.hpp +++ b/src/libcadet/linalg/UMFPackSparseMatrix.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/BindingModel.hpp b/src/libcadet/model/BindingModel.hpp index aa5fcf477..321509ee8 100644 --- a/src/libcadet/model/BindingModel.hpp +++ b/src/libcadet/model/BindingModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ExternalFunctionSupport.hpp b/src/libcadet/model/ExternalFunctionSupport.hpp index 03d8eef47..496acd8b0 100644 --- a/src/libcadet/model/ExternalFunctionSupport.hpp +++ b/src/libcadet/model/ExternalFunctionSupport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel.hpp b/src/libcadet/model/GeneralRateModel.hpp index 7fcc2c610..fb8d84d8e 100644 --- a/src/libcadet/model/GeneralRateModel.hpp +++ b/src/libcadet/model/GeneralRateModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/GeneralRateModel2D.hpp b/src/libcadet/model/GeneralRateModel2D.hpp index 2374be6de..d9f018ecf 100644 --- a/src/libcadet/model/GeneralRateModel2D.hpp +++ b/src/libcadet/model/GeneralRateModel2D.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/InletModel.hpp b/src/libcadet/model/InletModel.hpp index e797f108a..ea336caaf 100644 --- a/src/libcadet/model/InletModel.hpp +++ b/src/libcadet/model/InletModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/LumpedRateModelWithPores.hpp b/src/libcadet/model/LumpedRateModelWithPores.hpp index 9453f6d95..687e71451 100644 --- a/src/libcadet/model/LumpedRateModelWithPores.hpp +++ b/src/libcadet/model/LumpedRateModelWithPores.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/LumpedRateModelWithoutPores.hpp b/src/libcadet/model/LumpedRateModelWithoutPores.hpp index 185ebffd3..f782f9db5 100644 --- a/src/libcadet/model/LumpedRateModelWithoutPores.hpp +++ b/src/libcadet/model/LumpedRateModelWithoutPores.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelSystemImpl-Helper.hpp b/src/libcadet/model/ModelSystemImpl-Helper.hpp index 6076072bc..dd52bf7d6 100644 --- a/src/libcadet/model/ModelSystemImpl-Helper.hpp +++ b/src/libcadet/model/ModelSystemImpl-Helper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelSystemImpl.hpp b/src/libcadet/model/ModelSystemImpl.hpp index eb4925537..10c7b8989 100644 --- a/src/libcadet/model/ModelSystemImpl.hpp +++ b/src/libcadet/model/ModelSystemImpl.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ModelUtils.hpp b/src/libcadet/model/ModelUtils.hpp index 1ca0ca12d..d127a80c0 100644 --- a/src/libcadet/model/ModelUtils.hpp +++ b/src/libcadet/model/ModelUtils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/OutletModel.hpp b/src/libcadet/model/OutletModel.hpp index 79caab555..828fa1620 100644 --- a/src/libcadet/model/OutletModel.hpp +++ b/src/libcadet/model/OutletModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ParameterDependence.hpp b/src/libcadet/model/ParameterDependence.hpp index 842347ceb..14d934ee4 100644 --- a/src/libcadet/model/ParameterDependence.hpp +++ b/src/libcadet/model/ParameterDependence.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ParameterMultiplexing.hpp b/src/libcadet/model/ParameterMultiplexing.hpp index 0004c9c2a..89cb66c72 100644 --- a/src/libcadet/model/ParameterMultiplexing.hpp +++ b/src/libcadet/model/ParameterMultiplexing.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/Parameters.hpp b/src/libcadet/model/Parameters.hpp index 808075c5c..28b71c33d 100644 --- a/src/libcadet/model/Parameters.hpp +++ b/src/libcadet/model/Parameters.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/ReactionModel.hpp b/src/libcadet/model/ReactionModel.hpp index c279c9352..bc3a1b5a1 100644 --- a/src/libcadet/model/ReactionModel.hpp +++ b/src/libcadet/model/ReactionModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/StirredTankModel.hpp b/src/libcadet/model/StirredTankModel.hpp index 46f8eb713..cb1f31fab 100644 --- a/src/libcadet/model/StirredTankModel.hpp +++ b/src/libcadet/model/StirredTankModel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/UnitOperation.hpp b/src/libcadet/model/UnitOperation.hpp index 142b3923c..8b991df74 100644 --- a/src/libcadet/model/UnitOperation.hpp +++ b/src/libcadet/model/UnitOperation.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/UnitOperationBase.hpp b/src/libcadet/model/UnitOperationBase.hpp index 34c57712a..56e3dee4e 100644 --- a/src/libcadet/model/UnitOperationBase.hpp +++ b/src/libcadet/model/UnitOperationBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/AntiLangmuirBinding.cpp b/src/libcadet/model/binding/AntiLangmuirBinding.cpp index b9e3ce6e5..a40a9af65 100644 --- a/src/libcadet/model/binding/AntiLangmuirBinding.cpp +++ b/src/libcadet/model/binding/AntiLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BiLangmuirBinding.cpp b/src/libcadet/model/binding/BiLangmuirBinding.cpp index 61cfe4bdb..5997d7d8e 100644 --- a/src/libcadet/model/binding/BiLangmuirBinding.cpp +++ b/src/libcadet/model/binding/BiLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp b/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp index c7350d487..e2c870941 100644 --- a/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp +++ b/src/libcadet/model/binding/BiLangmuirLDFBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BiStericMassActionBinding.cpp b/src/libcadet/model/binding/BiStericMassActionBinding.cpp index 209b7b663..93dbcd8d5 100644 --- a/src/libcadet/model/binding/BiStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/BiStericMassActionBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BindingModelBase.cpp b/src/libcadet/model/binding/BindingModelBase.cpp index 532627fb0..ee7489b59 100644 --- a/src/libcadet/model/binding/BindingModelBase.cpp +++ b/src/libcadet/model/binding/BindingModelBase.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BindingModelBase.hpp b/src/libcadet/model/binding/BindingModelBase.hpp index 85ef09f72..901b22999 100644 --- a/src/libcadet/model/binding/BindingModelBase.hpp +++ b/src/libcadet/model/binding/BindingModelBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/BindingModelMacros.hpp b/src/libcadet/model/binding/BindingModelMacros.hpp index 2ad6dc981..601a21b40 100644 --- a/src/libcadet/model/binding/BindingModelMacros.hpp +++ b/src/libcadet/model/binding/BindingModelMacros.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/ColloidalBinding.cpp b/src/libcadet/model/binding/ColloidalBinding.cpp index 8089050bb..6c043de88 100644 --- a/src/libcadet/model/binding/ColloidalBinding.cpp +++ b/src/libcadet/model/binding/ColloidalBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/DummyBinding.cpp b/src/libcadet/model/binding/DummyBinding.cpp index 68a3d3743..e4faba6d0 100644 --- a/src/libcadet/model/binding/DummyBinding.cpp +++ b/src/libcadet/model/binding/DummyBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp b/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp index 4d573a01e..af5ef23bd 100644 --- a/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp +++ b/src/libcadet/model/binding/ExtendedMobilePhaseModulatorLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/ExternalFunctionTemplate.cpp b/src/libcadet/model/binding/ExternalFunctionTemplate.cpp index 7fc91b04f..f75ddcfc5 100644 --- a/src/libcadet/model/binding/ExternalFunctionTemplate.cpp +++ b/src/libcadet/model/binding/ExternalFunctionTemplate.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/FreundlichLDFBinding.cpp b/src/libcadet/model/binding/FreundlichLDFBinding.cpp index 003f62532..b2bd43fde 100644 --- a/src/libcadet/model/binding/FreundlichLDFBinding.cpp +++ b/src/libcadet/model/binding/FreundlichLDFBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp b/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp index e98598bbf..1cf163b4d 100644 --- a/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp +++ b/src/libcadet/model/binding/GeneralizedIonExchangeBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp b/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp index e1bf7f309..c39f803e5 100644 --- a/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp +++ b/src/libcadet/model/binding/HICConstantWaterActivityBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2023: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp b/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp index 33f1a75d7..aa8ddf808 100644 --- a/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp +++ b/src/libcadet/model/binding/HICWaterOnHydrophobicSurfacesBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2023: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/KumarLangmuirBinding.cpp b/src/libcadet/model/binding/KumarLangmuirBinding.cpp index 93fefaa9c..b8f2cd392 100644 --- a/src/libcadet/model/binding/KumarLangmuirBinding.cpp +++ b/src/libcadet/model/binding/KumarLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/LangmuirBinding.cpp b/src/libcadet/model/binding/LangmuirBinding.cpp index dcc475a13..59d02332f 100644 --- a/src/libcadet/model/binding/LangmuirBinding.cpp +++ b/src/libcadet/model/binding/LangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/LangmuirLDFBinding.cpp b/src/libcadet/model/binding/LangmuirLDFBinding.cpp index 3a48a3f23..6b6b8839a 100644 --- a/src/libcadet/model/binding/LangmuirLDFBinding.cpp +++ b/src/libcadet/model/binding/LangmuirLDFBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/LangmuirLDFCBinding.cpp b/src/libcadet/model/binding/LangmuirLDFCBinding.cpp index 2cf296cdf..c0d5edc9f 100644 --- a/src/libcadet/model/binding/LangmuirLDFCBinding.cpp +++ b/src/libcadet/model/binding/LangmuirLDFCBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/LinearBinding.cpp b/src/libcadet/model/binding/LinearBinding.cpp index 57dd58d46..87e114a04 100644 --- a/src/libcadet/model/binding/LinearBinding.cpp +++ b/src/libcadet/model/binding/LinearBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp b/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp index 47ecb00a0..2c1ff66a7 100644 --- a/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp +++ b/src/libcadet/model/binding/MobilePhaseModulatorLangmuirBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp b/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp index dc324a47c..23c29f9b6 100644 --- a/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp +++ b/src/libcadet/model/binding/MultiComponentSpreadingBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp b/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp index 118273cfe..1911b1b33 100644 --- a/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/MultiStateStericMassActionBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/RefConcentrationSupport.hpp b/src/libcadet/model/binding/RefConcentrationSupport.hpp index 932bb7ecf..b9df208bd 100644 --- a/src/libcadet/model/binding/RefConcentrationSupport.hpp +++ b/src/libcadet/model/binding/RefConcentrationSupport.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/SaskaBinding.cpp b/src/libcadet/model/binding/SaskaBinding.cpp index a49c67212..355fb1d30 100644 --- a/src/libcadet/model/binding/SaskaBinding.cpp +++ b/src/libcadet/model/binding/SaskaBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/SelfAssociationBinding.cpp b/src/libcadet/model/binding/SelfAssociationBinding.cpp index 90aa8e365..0d152349c 100644 --- a/src/libcadet/model/binding/SelfAssociationBinding.cpp +++ b/src/libcadet/model/binding/SelfAssociationBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp index f586eed79..440f7ff63 100644 --- a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp +++ b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp index 6d76a4c7f..b7e299c30 100644 --- a/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp +++ b/src/libcadet/model/binding/SimplifiedMultiStateStericMassActionBinding.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/binding/StericMassActionBinding.cpp b/src/libcadet/model/binding/StericMassActionBinding.cpp index b783cd6b9..53c3e8cb6 100644 --- a/src/libcadet/model/binding/StericMassActionBinding.cpp +++ b/src/libcadet/model/binding/StericMassActionBinding.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/paramdep/ParameterDependenceBase.hpp b/src/libcadet/model/paramdep/ParameterDependenceBase.hpp index 985c7edb9..7235968e9 100644 --- a/src/libcadet/model/paramdep/ParameterDependenceBase.hpp +++ b/src/libcadet/model/paramdep/ParameterDependenceBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/BindingCellKernel.hpp b/src/libcadet/model/parts/BindingCellKernel.hpp index 3b3400aa3..0bc96e6f0 100644 --- a/src/libcadet/model/parts/BindingCellKernel.hpp +++ b/src/libcadet/model/parts/BindingCellKernel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/ConvectionDispersionKernel.hpp b/src/libcadet/model/parts/ConvectionDispersionKernel.hpp index 2ba978a29..5e839d76b 100644 --- a/src/libcadet/model/parts/ConvectionDispersionKernel.hpp +++ b/src/libcadet/model/parts/ConvectionDispersionKernel.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/ConvectionDispersionOperator.hpp b/src/libcadet/model/parts/ConvectionDispersionOperator.hpp index f2261eb08..a4a8cdcd7 100644 --- a/src/libcadet/model/parts/ConvectionDispersionOperator.hpp +++ b/src/libcadet/model/parts/ConvectionDispersionOperator.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp index fc84dc9e3..b90db84d3 100644 --- a/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp +++ b/src/libcadet/model/parts/TwoDimensionalConvectionDispersionOperator.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/model/reaction/ReactionModelBase.hpp b/src/libcadet/model/reaction/ReactionModelBase.hpp index 612884b63..35a716478 100644 --- a/src/libcadet/model/reaction/ReactionModelBase.hpp +++ b/src/libcadet/model/reaction/ReactionModelBase.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp index 69c0e52dd..71a63fb72 100644 --- a/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp +++ b/src/libcadet/nonlin/AdaptiveTrustRegionNewton.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/CompositeSolver.hpp b/src/libcadet/nonlin/CompositeSolver.hpp index da8202f55..77324f455 100644 --- a/src/libcadet/nonlin/CompositeSolver.hpp +++ b/src/libcadet/nonlin/CompositeSolver.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/LevenbergMarquardt.hpp b/src/libcadet/nonlin/LevenbergMarquardt.hpp index 30eadc177..f3cbf9e5f 100644 --- a/src/libcadet/nonlin/LevenbergMarquardt.hpp +++ b/src/libcadet/nonlin/LevenbergMarquardt.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/libcadet/nonlin/Solver.hpp b/src/libcadet/nonlin/Solver.hpp index a0fa02a17..d01a8e127 100644 --- a/src/libcadet/nonlin/Solver.hpp +++ b/src/libcadet/nonlin/Solver.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/FormatConverter.hpp b/src/tools/FormatConverter.hpp index ea45c8613..df0b52736 100644 --- a/src/tools/FormatConverter.hpp +++ b/src/tools/FormatConverter.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/src/tools/ToolsHelper.hpp b/src/tools/ToolsHelper.hpp index 7188ede57..153a95ac1 100644 --- a/src/tools/ToolsHelper.hpp +++ b/src/tools/ToolsHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/AD.cpp b/test/AD.cpp index 35d5e00b1..8cd2c0559 100644 --- a/test/AD.cpp +++ b/test/AD.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Approx.hpp b/test/Approx.hpp index becbfc937..e6354f5d4 100644 --- a/test/Approx.hpp +++ b/test/Approx.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BandMatrix.cpp b/test/BandMatrix.cpp index e7542e580..6fc165d21 100644 --- a/test/BandMatrix.cpp +++ b/test/BandMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BindingModelTests.cpp b/test/BindingModelTests.cpp index f14b8f7f0..5f6b7ba4b 100644 --- a/test/BindingModelTests.cpp +++ b/test/BindingModelTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BindingModelTests.hpp b/test/BindingModelTests.hpp index 158e5eff1..0e8364cd4 100644 --- a/test/BindingModelTests.hpp +++ b/test/BindingModelTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BindingModels.cpp b/test/BindingModels.cpp index a0b57a0cb..3b9a24f68 100644 --- a/test/BindingModels.cpp +++ b/test/BindingModels.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/BindingModels.hpp b/test/BindingModels.hpp index 48364d279..adce7a149 100644 --- a/test/BindingModels.hpp +++ b/test/BindingModels.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/CSTR-Residual.cpp b/test/CSTR-Residual.cpp index 1421a774d..db9b8f041 100644 --- a/test/CSTR-Residual.cpp +++ b/test/CSTR-Residual.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/CSTR-Simulation.cpp b/test/CSTR-Simulation.cpp index 8e88223f2..b7ea9d363 100644 --- a/test/CSTR-Simulation.cpp +++ b/test/CSTR-Simulation.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/CellKernelTests.cpp b/test/CellKernelTests.cpp index c571129b7..dd2e3e4dd 100644 --- a/test/CellKernelTests.cpp +++ b/test/CellKernelTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ColumnTests.cpp b/test/ColumnTests.cpp index aea03e488..75732ec48 100644 --- a/test/ColumnTests.cpp +++ b/test/ColumnTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ColumnTests.hpp b/test/ColumnTests.hpp index 26a17e711..a128fe66d 100644 --- a/test/ColumnTests.hpp +++ b/test/ColumnTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ConvectionDispersionOperator.cpp b/test/ConvectionDispersionOperator.cpp index 44374397c..626711c47 100644 --- a/test/ConvectionDispersionOperator.cpp +++ b/test/ConvectionDispersionOperator.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/DenseMatrix.cpp b/test/DenseMatrix.cpp index 38a98cad5..d82068d43 100644 --- a/test/DenseMatrix.cpp +++ b/test/DenseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/GeneralRateModel.cpp b/test/GeneralRateModel.cpp index 72eb8f398..ff7ed4e97 100644 --- a/test/GeneralRateModel.cpp +++ b/test/GeneralRateModel.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/GeneralRateModel2D.cpp b/test/GeneralRateModel2D.cpp index 9c863e989..043a346a4 100644 --- a/test/GeneralRateModel2D.cpp +++ b/test/GeneralRateModel2D.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Graph.cpp b/test/Graph.cpp index 8f02c929d..ebde2fe20 100644 --- a/test/Graph.cpp +++ b/test/Graph.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Histogram.cpp b/test/Histogram.cpp index ba0d17d8c..3cee7c3b0 100644 --- a/test/Histogram.cpp +++ b/test/Histogram.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/JacobianHelper.hpp b/test/JacobianHelper.hpp index b52b600a3..b98949b0e 100644 --- a/test/JacobianHelper.hpp +++ b/test/JacobianHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/JsonTestModels.cpp b/test/JsonTestModels.cpp index 81c2a9943..e524ad433 100644 --- a/test/JsonTestModels.cpp +++ b/test/JsonTestModels.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/JsonTestModels.hpp b/test/JsonTestModels.hpp index 6ef1efbd5..fcc9c147d 100644 --- a/test/JsonTestModels.hpp +++ b/test/JsonTestModels.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/LogUtils.cpp b/test/LogUtils.cpp index 155c0325a..ee3421436 100644 --- a/test/LogUtils.cpp +++ b/test/LogUtils.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/LumpedRateModelWithPores.cpp b/test/LumpedRateModelWithPores.cpp index 83c393ec1..af2177f53 100644 --- a/test/LumpedRateModelWithPores.cpp +++ b/test/LumpedRateModelWithPores.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/LumpedRateModelWithoutPores.cpp b/test/LumpedRateModelWithoutPores.cpp index e88c68063..e3db194dc 100644 --- a/test/LumpedRateModelWithoutPores.cpp +++ b/test/LumpedRateModelWithoutPores.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/MatrixHelper.hpp b/test/MatrixHelper.hpp index 421d8b7c4..fc71b6393 100644 --- a/test/MatrixHelper.hpp +++ b/test/MatrixHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ModelSystem.cpp b/test/ModelSystem.cpp index af76f83cb..e7e6820a4 100644 --- a/test/ModelSystem.cpp +++ b/test/ModelSystem.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParamDepTests.cpp b/test/ParamDepTests.cpp index 19fa1a2ae..8978bbb65 100644 --- a/test/ParamDepTests.cpp +++ b/test/ParamDepTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParamDepTests.hpp b/test/ParamDepTests.hpp index 44e5f23a5..7585b9dfe 100644 --- a/test/ParamDepTests.hpp +++ b/test/ParamDepTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParameterDependencies.cpp b/test/ParameterDependencies.cpp index ee6a604bf..096e3cf0e 100644 --- a/test/ParameterDependencies.cpp +++ b/test/ParameterDependencies.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParameterDependencies.hpp b/test/ParameterDependencies.hpp index 093033c54..615f30759 100644 --- a/test/ParameterDependencies.hpp +++ b/test/ParameterDependencies.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParticleHelper.cpp b/test/ParticleHelper.cpp index 6a53056c8..620375ad4 100644 --- a/test/ParticleHelper.cpp +++ b/test/ParticleHelper.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ParticleHelper.hpp b/test/ParticleHelper.hpp index 9b1cae800..9f28b9252 100644 --- a/test/ParticleHelper.hpp +++ b/test/ParticleHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ReactionModelTests.cpp b/test/ReactionModelTests.cpp index 103196773..41973160e 100644 --- a/test/ReactionModelTests.cpp +++ b/test/ReactionModelTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ReactionModelTests.hpp b/test/ReactionModelTests.hpp index e6da6ff98..eaec8c2c1 100644 --- a/test/ReactionModelTests.hpp +++ b/test/ReactionModelTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/ReactionModels.cpp b/test/ReactionModels.cpp index 6ecb969e2..8a700b92a 100644 --- a/test/ReactionModels.cpp +++ b/test/ReactionModels.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/SimHelper.cpp b/test/SimHelper.cpp index 34c587876..7175417a3 100644 --- a/test/SimHelper.cpp +++ b/test/SimHelper.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/SimHelper.hpp b/test/SimHelper.hpp index 9ebc4e8c8..e986a88c4 100644 --- a/test/SimHelper.hpp +++ b/test/SimHelper.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/SparseFactorizableMatrix.cpp b/test/SparseFactorizableMatrix.cpp index 781f42548..4cbf1d304 100644 --- a/test/SparseFactorizableMatrix.cpp +++ b/test/SparseFactorizableMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/SparseMatrix.cpp b/test/SparseMatrix.cpp index 3a9bc9f4c..5e04aa7d9 100644 --- a/test/SparseMatrix.cpp +++ b/test/SparseMatrix.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/StringHashing.cpp b/test/StringHashing.cpp index 3fa210654..a3b8ae6ae 100644 --- a/test/StringHashing.cpp +++ b/test/StringHashing.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Subset.cpp b/test/Subset.cpp index d487e5b75..cfe5d6e83 100644 --- a/test/Subset.cpp +++ b/test/Subset.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/TwoDimConvectionDispersionOperator.cpp b/test/TwoDimConvectionDispersionOperator.cpp index 54cc1abf9..fb7ee626e 100644 --- a/test/TwoDimConvectionDispersionOperator.cpp +++ b/test/TwoDimConvectionDispersionOperator.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/UnitOperationTests.cpp b/test/UnitOperationTests.cpp index 4e8a66962..62c603422 100644 --- a/test/UnitOperationTests.cpp +++ b/test/UnitOperationTests.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/UnitOperationTests.hpp b/test/UnitOperationTests.hpp index a23af6bbe..054dbde43 100644 --- a/test/UnitOperationTests.hpp +++ b/test/UnitOperationTests.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/Utils.hpp b/test/Utils.hpp index af3d087a3..945182dd3 100644 --- a/test/Utils.hpp +++ b/test/Utils.hpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/testAdaptiveTRNewton.cpp b/test/testAdaptiveTRNewton.cpp index baac87c58..91850f299 100644 --- a/test/testAdaptiveTRNewton.cpp +++ b/test/testAdaptiveTRNewton.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/testLogging.cpp b/test/testLogging.cpp index 06219b906..571975e25 100644 --- a/test/testLogging.cpp +++ b/test/testLogging.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/testRunner.cpp b/test/testRunner.cpp index 49ed43db9..6f7ff0cde 100644 --- a/test/testRunner.cpp +++ b/test/testRunner.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials diff --git a/test/testSMANonlinearSolve.cpp b/test/testSMANonlinearSolve.cpp index 60db94dce..09b7203ac 100644 --- a/test/testSMANonlinearSolve.cpp +++ b/test/testSMANonlinearSolve.cpp @@ -1,7 +1,7 @@ // ============================================================================= // CADET // -// Copyright © 2008-2022: The CADET Authors +// Copyright © 2008-2024: The CADET Authors // Please see the AUTHORS and CONTRIBUTORS file. // // All rights reserved. This program and the accompanying materials