diff --git a/CMakeLists.txt b/CMakeLists.txt index b151e33a61..1dd1554065 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,8 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Minimum OS X deployment vers set(PROJECT_NAME libCellML) set(PROJECT_URL https://libcellml.org) -set(_PROJECT_VERSION 0.5.0) -set(PROJECT_DEVELOPER_VERSION ) +set(_PROJECT_VERSION 0.6.0) +set(PROJECT_DEVELOPER_VERSION -rc.1) project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX) # Set policies that affect the build. diff --git a/tests/bindings/javascript/version.test.js b/tests/bindings/javascript/version.test.js index 924305b294..178e358bab 100644 --- a/tests/bindings/javascript/version.test.js +++ b/tests/bindings/javascript/version.test.js @@ -22,6 +22,6 @@ describe("Version tests", () => { libcellml = await libCellMLModule(); }); test('Checking version string.', () => { - expect(libcellml.versionString()).toBe('0.5.0'); + expect(libcellml.versionString()).toBe('0.6.0'); }); }) diff --git a/tests/resources/coverage/generator/model.c b/tests/resources/coverage/generator/model.c index 3d96745ba3..c537d069fa 100644 --- a/tests/resources/coverage/generator/model.c +++ b/tests/resources/coverage/generator/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 209; diff --git a/tests/resources/coverage/generator/model.h b/tests/resources/coverage/generator/model.h index 3ff486183e..9d8e94184c 100644 --- a/tests/resources/coverage/generator/model.h +++ b/tests/resources/coverage/generator/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/coverage/generator/model.implementation.out b/tests/resources/coverage/generator/model.implementation.out index eefbce8eb8..6c85028643 100644 --- a/tests/resources/coverage/generator/model.implementation.out +++ b/tests/resources/coverage/generator/model.implementation.out @@ -1,4 +1,4 @@ -/* The content of this file was generated using a modified C profile of libCellML 0.5.0. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.0. */ double xor(double x, double y) { diff --git a/tests/resources/coverage/generator/model.interface.out b/tests/resources/coverage/generator/model.interface.out index e50441a8b7..17842c1d65 100644 --- a/tests/resources/coverage/generator/model.interface.out +++ b/tests/resources/coverage/generator/model.interface.out @@ -1,4 +1,4 @@ -/* The content of this file was generated using a modified C profile of libCellML 0.5.0. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/coverage/generator/model.modified.profile.c b/tests/resources/coverage/generator/model.modified.profile.c index 56c23a2903..88a4fede2b 100644 --- a/tests/resources/coverage/generator/model.modified.profile.c +++ b/tests/resources/coverage/generator/model.modified.profile.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using a modified C profile of libCellML 0.5.0. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0.post0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 209; diff --git a/tests/resources/coverage/generator/model.modified.profile.h b/tests/resources/coverage/generator/model.modified.profile.h index dc602c289b..f6509bf327 100644 --- a/tests/resources/coverage/generator/model.modified.profile.h +++ b/tests/resources/coverage/generator/model.modified.profile.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using a modified C profile of libCellML 0.5.0. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/coverage/generator/model.modified.profile.py b/tests/resources/coverage/generator/model.modified.profile.py index e99214ce32..49dc56a77c 100644 --- a/tests/resources/coverage/generator/model.modified.profile.py +++ b/tests/resources/coverage/generator/model.modified.profile.py @@ -1,11 +1,11 @@ -# The content of this file was generated using a modified Python profile of libCellML 0.5.0. +# The content of this file was generated using a modified Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0.post0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 209 diff --git a/tests/resources/coverage/generator/model.out b/tests/resources/coverage/generator/model.out index b68591e82f..e46b733183 100644 --- a/tests/resources/coverage/generator/model.out +++ b/tests/resources/coverage/generator/model.out @@ -1,4 +1,4 @@ -/* The content of this file was generated using a modified C profile of libCellML 0.5.0. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.0. */ #include "customheaderfile.h" diff --git a/tests/resources/coverage/generator/model.py b/tests/resources/coverage/generator/model.py index 9e75327d15..e59b58a9aa 100644 --- a/tests/resources/coverage/generator/model.py +++ b/tests/resources/coverage/generator/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 209 diff --git a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.c b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.c index af60dcddf7..680c6813df 100644 --- a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.c +++ b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.c b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.c index 75e9d7dfe1..c3f8a31edb 100644 --- a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.c +++ b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.h b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.h index 9c1fc0d543..1ad708919e 100644 --- a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.h +++ b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.py b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.py index e162bd368a..954dbf9e93 100644 --- a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.py +++ b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.external.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.h b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.h index 599f170506..a4e571d3ad 100644 --- a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.h +++ b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.py b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.py index ace02c5427..f69e3d0495 100644 --- a/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.py +++ b/tests/resources/generator/algebraic_eqn_computed_var_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.c b/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.c index e4c39d4c7f..61548b6136 100644 --- a/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.c +++ b/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.h b/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.h index 599f170506..a4e571d3ad 100644 --- a/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.h +++ b/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.py b/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.py index 93b0b86988..2233a67e1f 100644 --- a/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.py +++ b/tests/resources/generator/algebraic_eqn_const_var_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.c b/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.c index ed5b2779ed..1f8b5acb40 100644 --- a/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.c +++ b/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.h b/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.h index 32566495be..75dd2ed790 100644 --- a/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.h +++ b/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.py b/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.py index 76067ecc64..5ac1d1e02a 100644 --- a/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.py +++ b/tests/resources/generator/algebraic_eqn_constant_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.c b/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.c index 0be2751ba0..e23a8eba7a 100644 --- a/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.c +++ b/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.h b/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.h index 9cbab2d888..d63dc72a06 100644 --- a/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.h +++ b/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.py b/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.py index ea246e37bd..fd4d449b36 100644 --- a/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.py +++ b/tests/resources/generator/algebraic_eqn_derivative_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.c b/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.c index c76bbd6ef8..550702f11e 100644 --- a/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.c +++ b/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.h b/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.h index 9aad67f7aa..f1e1489ff9 100644 --- a/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.h +++ b/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.py b/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.py index 93e6241916..f1ed0b42b6 100644 --- a/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.py +++ b/tests/resources/generator/algebraic_eqn_derivative_on_rhs_one_component/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.c b/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.c index c974f5a062..c9d8e5692f 100644 --- a/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.c +++ b/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.h b/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.h index 5a4e26be3d..cd16c62daf 100644 --- a/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.h +++ b/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.py b/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.py index 819c48815b..eef4ac0553 100644 --- a/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.py +++ b/tests/resources/generator/algebraic_eqn_state_var_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.c b/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.c index 942fa8c585..33fc476974 100644 --- a/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.c +++ b/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.h b/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.h index 6801dd9c04..d82daff6a5 100644 --- a/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.h +++ b/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.py b/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.py index 186d408c84..d35535a821 100644 --- a/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.py +++ b/tests/resources/generator/algebraic_eqn_state_var_on_rhs_one_component/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.c b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.c index 0d9cfb7a81..da6384a599 100644 --- a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.c +++ b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 4; diff --git a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.c b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.c index a9235ddb87..1ef331b07f 100644 --- a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.c +++ b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 4; diff --git a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.h b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.h index 9c1fc0d543..1ad708919e 100644 --- a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.h +++ b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.py b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.py index 6122ce6299..b115e83971 100644 --- a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.py +++ b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.external.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 4 diff --git a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.h b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.h index 599f170506..a4e571d3ad 100644 --- a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.h +++ b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.py b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.py index 64e6fded56..475c6660ef 100644 --- a/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.py +++ b/tests/resources/generator/algebraic_eqn_with_one_non_isolated_unknown/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 4 diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.c b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.c index b8339db9e9..e8abab717c 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.c +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 3; diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.h b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.h index 5c5224a4cc..32daa7677a 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.h +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.c b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.c index 21337829c7..f63ffdd07e 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.c +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.one.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 3; diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.h b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.h index 1313c36870..603b8a7d53 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.h +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.py b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.py index 43e635b6d8..6db5e1b426 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.py +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.one.external.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 3 diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.py b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.py index 2f54c8121a..faaea92712 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.py +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 3 diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.c b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.c index 837d3e0ec8..c070cc18aa 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.c +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.three.externals.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 3; diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.h b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.h index 1313c36870..603b8a7d53 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.h +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.py b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.py index 5816ca0291..f04da97fb8 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.py +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.three.externals.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 3 diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.c b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.c index 392e8f3ad8..36c73879c7 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.c +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.two.externals.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 3; diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.h b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.h index 1313c36870..603b8a7d53 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.h +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.py b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.py index 34b77ef864..d3240ff893 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.py +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.two.externals.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 3 diff --git a/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.c b/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.c index 55630e0113..d5c33adb68 100644 --- a/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.c +++ b/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.not.ordered.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 6; diff --git a/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.h b/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.h index 5c5224a4cc..32daa7677a 100644 --- a/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.h +++ b/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.py b/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.py index 0fbf42a74c..eb02b8a0b5 100644 --- a/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.py +++ b/tests/resources/generator/algebraic_system_with_various_dependencies/model.not.ordered.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 6 diff --git a/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.c b/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.c index e887e28b88..d7efe17849 100644 --- a/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.c +++ b/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.ordered.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 6; diff --git a/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.h b/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.h index 5c5224a4cc..32daa7677a 100644 --- a/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.h +++ b/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.py b/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.py index 3295b1d2c8..a4ba68ec6f 100644 --- a/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.py +++ b/tests/resources/generator/algebraic_system_with_various_dependencies/model.ordered.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 6 diff --git a/tests/resources/generator/algebraic_unknown_var_on_rhs/model.c b/tests/resources/generator/algebraic_unknown_var_on_rhs/model.c index 817c6ff7bf..ded35a9b82 100644 --- a/tests/resources/generator/algebraic_unknown_var_on_rhs/model.c +++ b/tests/resources/generator/algebraic_unknown_var_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/algebraic_unknown_var_on_rhs/model.h b/tests/resources/generator/algebraic_unknown_var_on_rhs/model.h index 32566495be..75dd2ed790 100644 --- a/tests/resources/generator/algebraic_unknown_var_on_rhs/model.h +++ b/tests/resources/generator/algebraic_unknown_var_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/algebraic_unknown_var_on_rhs/model.py b/tests/resources/generator/algebraic_unknown_var_on_rhs/model.py index b2ae5ff203..4d35b1e7c0 100644 --- a/tests/resources/generator/algebraic_unknown_var_on_rhs/model.py +++ b/tests/resources/generator/algebraic_unknown_var_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/cell_geometry_model/model.c b/tests/resources/generator/cell_geometry_model/model.c index dc9b50fd8c..f061412060 100644 --- a/tests/resources/generator/cell_geometry_model/model.c +++ b/tests/resources/generator/cell_geometry_model/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 4; diff --git a/tests/resources/generator/cell_geometry_model/model.external.c b/tests/resources/generator/cell_geometry_model/model.external.c index b93bdb5653..9542b6f88f 100644 --- a/tests/resources/generator/cell_geometry_model/model.external.c +++ b/tests/resources/generator/cell_geometry_model/model.external.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 4; diff --git a/tests/resources/generator/cell_geometry_model/model.external.h b/tests/resources/generator/cell_geometry_model/model.external.h index 3664a6d38c..f9ebe340a0 100644 --- a/tests/resources/generator/cell_geometry_model/model.external.h +++ b/tests/resources/generator/cell_geometry_model/model.external.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cell_geometry_model/model.external.py b/tests/resources/generator/cell_geometry_model/model.external.py index 5dda92b0a2..3f0e72f98a 100644 --- a/tests/resources/generator/cell_geometry_model/model.external.py +++ b/tests/resources/generator/cell_geometry_model/model.external.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 4 diff --git a/tests/resources/generator/cell_geometry_model/model.h b/tests/resources/generator/cell_geometry_model/model.h index aecf1d8125..b47d6ae000 100644 --- a/tests/resources/generator/cell_geometry_model/model.h +++ b/tests/resources/generator/cell_geometry_model/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cell_geometry_model/model.py b/tests/resources/generator/cell_geometry_model/model.py index 09f2093d3e..197a72fc2f 100644 --- a/tests/resources/generator/cell_geometry_model/model.py +++ b/tests/resources/generator/cell_geometry_model/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 4 diff --git a/tests/resources/generator/cellml_mappings_and_encapsulations/model.c b/tests/resources/generator/cellml_mappings_and_encapsulations/model.c index 2a4a3782e8..6a87540b96 100644 --- a/tests/resources/generator/cellml_mappings_and_encapsulations/model.c +++ b/tests/resources/generator/cellml_mappings_and_encapsulations/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/cellml_mappings_and_encapsulations/model.h b/tests/resources/generator/cellml_mappings_and_encapsulations/model.h index acc99f2a48..1960d79bbb 100644 --- a/tests/resources/generator/cellml_mappings_and_encapsulations/model.h +++ b/tests/resources/generator/cellml_mappings_and_encapsulations/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_mappings_and_encapsulations/model.py b/tests/resources/generator/cellml_mappings_and_encapsulations/model.py index 414b539eb6..1ed0ddf5e1 100644 --- a/tests/resources/generator/cellml_mappings_and_encapsulations/model.py +++ b/tests/resources/generator/cellml_mappings_and_encapsulations/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/cellml_slc_example/model.py b/tests/resources/generator/cellml_slc_example/model.py index 65742c972a..308d1d3027 100644 --- a/tests/resources/generator/cellml_slc_example/model.py +++ b/tests/resources/generator/cellml_slc_example/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 10 diff --git a/tests/resources/generator/cellml_state_initialised_using_variable/model.c b/tests/resources/generator/cellml_state_initialised_using_variable/model.c index fe4a89bfcf..04ae033a76 100644 --- a/tests/resources/generator/cellml_state_initialised_using_variable/model.c +++ b/tests/resources/generator/cellml_state_initialised_using_variable/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/cellml_state_initialised_using_variable/model.h b/tests/resources/generator/cellml_state_initialised_using_variable/model.h index d683c7fb00..6f4c3d11bf 100644 --- a/tests/resources/generator/cellml_state_initialised_using_variable/model.h +++ b/tests/resources/generator/cellml_state_initialised_using_variable/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_state_initialised_using_variable/model.py b/tests/resources/generator/cellml_state_initialised_using_variable/model.py index 6e0d3a8da2..c5c5a267db 100644 --- a/tests/resources/generator/cellml_state_initialised_using_variable/model.py +++ b/tests/resources/generator/cellml_state_initialised_using_variable/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/cellml_unit_scaling_constant/model.c b/tests/resources/generator/cellml_unit_scaling_constant/model.c index 6a467f9f63..52452dab75 100644 --- a/tests/resources/generator/cellml_unit_scaling_constant/model.c +++ b/tests/resources/generator/cellml_unit_scaling_constant/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 3; diff --git a/tests/resources/generator/cellml_unit_scaling_constant/model.h b/tests/resources/generator/cellml_unit_scaling_constant/model.h index d43c10c5ac..bf0869677b 100644 --- a/tests/resources/generator/cellml_unit_scaling_constant/model.h +++ b/tests/resources/generator/cellml_unit_scaling_constant/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_unit_scaling_constant/model.py b/tests/resources/generator/cellml_unit_scaling_constant/model.py index ce3805d201..a99e9ff626 100644 --- a/tests/resources/generator/cellml_unit_scaling_constant/model.py +++ b/tests/resources/generator/cellml_unit_scaling_constant/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 3 diff --git a/tests/resources/generator/cellml_unit_scaling_rate/model.c b/tests/resources/generator/cellml_unit_scaling_rate/model.c index 7ad69ffe8d..83fb18139d 100644 --- a/tests/resources/generator/cellml_unit_scaling_rate/model.c +++ b/tests/resources/generator/cellml_unit_scaling_rate/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/cellml_unit_scaling_rate/model.h b/tests/resources/generator/cellml_unit_scaling_rate/model.h index d683c7fb00..6f4c3d11bf 100644 --- a/tests/resources/generator/cellml_unit_scaling_rate/model.h +++ b/tests/resources/generator/cellml_unit_scaling_rate/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_unit_scaling_rate/model.py b/tests/resources/generator/cellml_unit_scaling_rate/model.py index 74bcb203fd..e7ba41b796 100644 --- a/tests/resources/generator/cellml_unit_scaling_rate/model.py +++ b/tests/resources/generator/cellml_unit_scaling_rate/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/cellml_unit_scaling_state/model.c b/tests/resources/generator/cellml_unit_scaling_state/model.c index 2c207a86e7..2af3ce880f 100644 --- a/tests/resources/generator/cellml_unit_scaling_state/model.c +++ b/tests/resources/generator/cellml_unit_scaling_state/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/cellml_unit_scaling_state/model.h b/tests/resources/generator/cellml_unit_scaling_state/model.h index d683c7fb00..6f4c3d11bf 100644 --- a/tests/resources/generator/cellml_unit_scaling_state/model.h +++ b/tests/resources/generator/cellml_unit_scaling_state/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_unit_scaling_state/model.py b/tests/resources/generator/cellml_unit_scaling_state/model.py index bcf2cc6cc0..c4c97bfe12 100644 --- a/tests/resources/generator/cellml_unit_scaling_state/model.py +++ b/tests/resources/generator/cellml_unit_scaling_state/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.c b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.c index 034ff677ce..211ac7e6de 100644 --- a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.c +++ b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 0; diff --git a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.h b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.h index 3137b91f18..6d6a6b11a3 100644 --- a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.h +++ b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.py b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.py index f07685af61..e267808bbc 100644 --- a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.py +++ b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_constant/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 0 diff --git a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.c b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.c index ed97d14b47..3ada142a3b 100644 --- a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.c +++ b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.h b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.h index 05eed874d3..b28167c371 100644 --- a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.h +++ b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.py b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.py index bc6233809d..8b4004f24d 100644 --- a/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.py +++ b/tests/resources/generator/cellml_unit_scaling_state_initialised_using_variable/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/cellml_unit_scaling_voi_direct/model.c b/tests/resources/generator/cellml_unit_scaling_voi_direct/model.c index 60ab45f369..1045dc0687 100644 --- a/tests/resources/generator/cellml_unit_scaling_voi_direct/model.c +++ b/tests/resources/generator/cellml_unit_scaling_voi_direct/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 0; diff --git a/tests/resources/generator/cellml_unit_scaling_voi_direct/model.h b/tests/resources/generator/cellml_unit_scaling_voi_direct/model.h index caeb40bab6..9303e63ae3 100644 --- a/tests/resources/generator/cellml_unit_scaling_voi_direct/model.h +++ b/tests/resources/generator/cellml_unit_scaling_voi_direct/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_unit_scaling_voi_direct/model.py b/tests/resources/generator/cellml_unit_scaling_voi_direct/model.py index 25a75e71f3..3f60206736 100644 --- a/tests/resources/generator/cellml_unit_scaling_voi_direct/model.py +++ b/tests/resources/generator/cellml_unit_scaling_voi_direct/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 0 diff --git a/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.c b/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.c index bdaea3fb38..6e9c2fad29 100644 --- a/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.c +++ b/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 3; const size_t VARIABLE_COUNT = 0; diff --git a/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.h b/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.h index 63103f19b5..6de3690637 100644 --- a/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.h +++ b/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.py b/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.py index bd6d5e2beb..7005958e20 100644 --- a/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.py +++ b/tests/resources/generator/cellml_unit_scaling_voi_indirect/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 3 VARIABLE_COUNT = 0 diff --git a/tests/resources/generator/dae_cellml_1_1_model/model.c b/tests/resources/generator/dae_cellml_1_1_model/model.c index 8d6be4763d..b0da0480cf 100644 --- a/tests/resources/generator/dae_cellml_1_1_model/model.c +++ b/tests/resources/generator/dae_cellml_1_1_model/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 10; diff --git a/tests/resources/generator/dae_cellml_1_1_model/model.h b/tests/resources/generator/dae_cellml_1_1_model/model.h index 0a6670a370..775b4fec29 100644 --- a/tests/resources/generator/dae_cellml_1_1_model/model.h +++ b/tests/resources/generator/dae_cellml_1_1_model/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/dae_cellml_1_1_model/model.py b/tests/resources/generator/dae_cellml_1_1_model/model.py index 3dc413e02e..0967f308a9 100644 --- a/tests/resources/generator/dae_cellml_1_1_model/model.py +++ b/tests/resources/generator/dae_cellml_1_1_model/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 10 diff --git a/tests/resources/generator/dependent_eqns/model.c b/tests/resources/generator/dependent_eqns/model.c index f8c2b7877b..72e8b4dc61 100644 --- a/tests/resources/generator/dependent_eqns/model.c +++ b/tests/resources/generator/dependent_eqns/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 2; diff --git a/tests/resources/generator/dependent_eqns/model.h b/tests/resources/generator/dependent_eqns/model.h index 762e2e4573..54e3adf9e8 100644 --- a/tests/resources/generator/dependent_eqns/model.h +++ b/tests/resources/generator/dependent_eqns/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/dependent_eqns/model.py b/tests/resources/generator/dependent_eqns/model.py index 21f76ea6bd..7bd1be7460 100644 --- a/tests/resources/generator/dependent_eqns/model.py +++ b/tests/resources/generator/dependent_eqns/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 2 diff --git a/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.c b/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.c index 00801300ea..5b2fdea1d7 100644 --- a/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.c +++ b/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 33; const size_t VARIABLE_COUNT = 217; diff --git a/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.h b/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.h index b76a0a63a7..1e73f17e6a 100644 --- a/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.h +++ b/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.py b/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.py index 5c73b4ca5c..2f1c730a91 100644 --- a/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.py +++ b/tests/resources/generator/fabbri_fantini_wilders_severi_human_san_model_2017/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 33 VARIABLE_COUNT = 217 diff --git a/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.c b/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.c index 55b5e82071..d1c26aa57c 100644 --- a/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.c +++ b/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 15; const size_t VARIABLE_COUNT = 185; diff --git a/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.h b/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.h index c5d5585fa5..79f9f5c87a 100644 --- a/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.h +++ b/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.py b/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.py index ae48f667d4..f1add8b415 100644 --- a/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.py +++ b/tests/resources/generator/garny_kohl_hunter_boyett_noble_rabbit_san_model_2003/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 15 VARIABLE_COUNT = 185 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.c index e3b3365460..df19755f3d 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.algebraic.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 18; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.py index 48c80dcdfe..fde8fbafd3 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.algebraic.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 18 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.c index 18cd266056..240fb2a4d0 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 18; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.c index 65d01ca6f2..7536350ce3 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.computed.constant.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 18; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.py index 638c26a9d5..df279af939 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.computed.constant.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 18 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.c index 10cd748721..5240505e05 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.constant.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 18; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.py index 0a44cad717..cf9b0c99fe 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.constant.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 18 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.c index 6ddde8da1f..94b0fde0e2 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.dae.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 18; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.h index a6105918ae..921c36cfd1 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.py index 3142e999bb..a78672ba52 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 18 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.c index 1d24bd440c..0140b35169 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.dependent.algebraic.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 18; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.py index 044d7d84db..03e5c7c330 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.algebraic.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 18 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.c index 0a069ee840..c74cf081bc 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.dependent.computed.constant.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 18; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.py index d1744f67cb..d6873e6275 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.computed.constant.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 18 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.c index 943d980c95..a3ad4ba4ec 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.dependent.constant.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 18; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.py index 5794985f2b..a3816969d7 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.constant.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 18 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.c index 1d9663beae..4aa8bde09a 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.dependent.state.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 20; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.py index 58ab6ce157..507b2f58b5 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dependent.state.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 20 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.c index aaccf7ec0a..428d40b752 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 3; const size_t VARIABLE_COUNT = 19; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.py index 2caf7951d1..60f658a6c1 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.external.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 3 VARIABLE_COUNT = 19 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.h index a6105918ae..921c36cfd1 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.py index 4ccccffa1a..7343f761af 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 18 diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.c index 6b8cab0639..6e4ef64afa 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.state.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 3; const size_t VARIABLE_COUNT = 19; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.h index 90f2f2d76b..525f2c3c3f 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.py index 670866666b..ef66381cca 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.state.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 3 VARIABLE_COUNT = 19 diff --git a/tests/resources/generator/noble_model_1962/model.c b/tests/resources/generator/noble_model_1962/model.c index fcf26ac8f2..6b792560c5 100644 --- a/tests/resources/generator/noble_model_1962/model.c +++ b/tests/resources/generator/noble_model_1962/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 4; const size_t VARIABLE_COUNT = 17; diff --git a/tests/resources/generator/noble_model_1962/model.h b/tests/resources/generator/noble_model_1962/model.h index 1f66de15d5..4b13ed1e79 100644 --- a/tests/resources/generator/noble_model_1962/model.h +++ b/tests/resources/generator/noble_model_1962/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/noble_model_1962/model.py b/tests/resources/generator/noble_model_1962/model.py index 2f5b868b5c..ef5da0bc05 100644 --- a/tests/resources/generator/noble_model_1962/model.py +++ b/tests/resources/generator/noble_model_1962/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 4 VARIABLE_COUNT = 17 diff --git a/tests/resources/generator/ode_computed_var_on_rhs/model.c b/tests/resources/generator/ode_computed_var_on_rhs/model.c index 05a03e5a3a..7b1376fb2c 100644 --- a/tests/resources/generator/ode_computed_var_on_rhs/model.c +++ b/tests/resources/generator/ode_computed_var_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/ode_computed_var_on_rhs/model.h b/tests/resources/generator/ode_computed_var_on_rhs/model.h index caeb40bab6..9303e63ae3 100644 --- a/tests/resources/generator/ode_computed_var_on_rhs/model.h +++ b/tests/resources/generator/ode_computed_var_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_computed_var_on_rhs/model.py b/tests/resources/generator/ode_computed_var_on_rhs/model.py index d7af941393..1bd57dc917 100644 --- a/tests/resources/generator/ode_computed_var_on_rhs/model.py +++ b/tests/resources/generator/ode_computed_var_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.c b/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.c index 7501f479cb..d2ad4c72d1 100644 --- a/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.c +++ b/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.h b/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.h index 9aad67f7aa..f1e1489ff9 100644 --- a/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.h +++ b/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.py b/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.py index eb791199cb..afaa321a42 100644 --- a/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.py +++ b/tests/resources/generator/ode_computed_var_on_rhs_one_component/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/ode_const_var_on_rhs/model.c b/tests/resources/generator/ode_const_var_on_rhs/model.c index 50fe9e1d40..287c9cdeb8 100644 --- a/tests/resources/generator/ode_const_var_on_rhs/model.c +++ b/tests/resources/generator/ode_const_var_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/ode_const_var_on_rhs/model.h b/tests/resources/generator/ode_const_var_on_rhs/model.h index caeb40bab6..9303e63ae3 100644 --- a/tests/resources/generator/ode_const_var_on_rhs/model.h +++ b/tests/resources/generator/ode_const_var_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_const_var_on_rhs/model.py b/tests/resources/generator/ode_const_var_on_rhs/model.py index 171d3eb75d..23f8104b7d 100644 --- a/tests/resources/generator/ode_const_var_on_rhs/model.py +++ b/tests/resources/generator/ode_const_var_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/ode_const_var_on_rhs_one_component/model.c b/tests/resources/generator/ode_const_var_on_rhs_one_component/model.c index f2ccf698e3..a8ed6c8612 100644 --- a/tests/resources/generator/ode_const_var_on_rhs_one_component/model.c +++ b/tests/resources/generator/ode_const_var_on_rhs_one_component/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/ode_const_var_on_rhs_one_component/model.h b/tests/resources/generator/ode_const_var_on_rhs_one_component/model.h index 9aad67f7aa..f1e1489ff9 100644 --- a/tests/resources/generator/ode_const_var_on_rhs_one_component/model.h +++ b/tests/resources/generator/ode_const_var_on_rhs_one_component/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_const_var_on_rhs_one_component/model.py b/tests/resources/generator/ode_const_var_on_rhs_one_component/model.py index 05e7479b1b..bf36d8955d 100644 --- a/tests/resources/generator/ode_const_var_on_rhs_one_component/model.py +++ b/tests/resources/generator/ode_const_var_on_rhs_one_component/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/ode_constant_on_rhs/model.c b/tests/resources/generator/ode_constant_on_rhs/model.c index fa52eb92dc..f48ec3fe3e 100644 --- a/tests/resources/generator/ode_constant_on_rhs/model.c +++ b/tests/resources/generator/ode_constant_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 0; diff --git a/tests/resources/generator/ode_constant_on_rhs/model.h b/tests/resources/generator/ode_constant_on_rhs/model.h index caeb40bab6..9303e63ae3 100644 --- a/tests/resources/generator/ode_constant_on_rhs/model.h +++ b/tests/resources/generator/ode_constant_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_constant_on_rhs/model.py b/tests/resources/generator/ode_constant_on_rhs/model.py index 36a70b444f..60f1fa984b 100644 --- a/tests/resources/generator/ode_constant_on_rhs/model.py +++ b/tests/resources/generator/ode_constant_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 0 diff --git a/tests/resources/generator/ode_constant_on_rhs_one_component/model.c b/tests/resources/generator/ode_constant_on_rhs_one_component/model.c index 7ff69acaab..c32855ef56 100644 --- a/tests/resources/generator/ode_constant_on_rhs_one_component/model.c +++ b/tests/resources/generator/ode_constant_on_rhs_one_component/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 0; diff --git a/tests/resources/generator/ode_constant_on_rhs_one_component/model.h b/tests/resources/generator/ode_constant_on_rhs_one_component/model.h index 9aad67f7aa..f1e1489ff9 100644 --- a/tests/resources/generator/ode_constant_on_rhs_one_component/model.h +++ b/tests/resources/generator/ode_constant_on_rhs_one_component/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_constant_on_rhs_one_component/model.py b/tests/resources/generator/ode_constant_on_rhs_one_component/model.py index 5dbb6e4a2d..73500c1d1b 100644 --- a/tests/resources/generator/ode_constant_on_rhs_one_component/model.py +++ b/tests/resources/generator/ode_constant_on_rhs_one_component/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 0 diff --git a/tests/resources/generator/ode_multiple_dependent_odes/model.c b/tests/resources/generator/ode_multiple_dependent_odes/model.c index 06889b8f3d..12adccd98d 100644 --- a/tests/resources/generator/ode_multiple_dependent_odes/model.c +++ b/tests/resources/generator/ode_multiple_dependent_odes/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/ode_multiple_dependent_odes/model.h b/tests/resources/generator/ode_multiple_dependent_odes/model.h index a685abb66c..5c96160229 100644 --- a/tests/resources/generator/ode_multiple_dependent_odes/model.h +++ b/tests/resources/generator/ode_multiple_dependent_odes/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_multiple_dependent_odes/model.py b/tests/resources/generator/ode_multiple_dependent_odes/model.py index 4aec9e3420..4dd2b1c245 100644 --- a/tests/resources/generator/ode_multiple_dependent_odes/model.py +++ b/tests/resources/generator/ode_multiple_dependent_odes/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.c b/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.c index b4132dcb87..2cd822deb2 100644 --- a/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.c +++ b/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.h b/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.h index 6ac98c1de8..8bf456229c 100644 --- a/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.h +++ b/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.py b/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.py index 599f63c55b..db7ce3132f 100644 --- a/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.py +++ b/tests/resources/generator/ode_multiple_dependent_odes_one_component/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/ode_multiple_odes_with_same_name/model.c b/tests/resources/generator/ode_multiple_odes_with_same_name/model.c index 23a6527e44..89b2f0269f 100644 --- a/tests/resources/generator/ode_multiple_odes_with_same_name/model.c +++ b/tests/resources/generator/ode_multiple_odes_with_same_name/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/ode_multiple_odes_with_same_name/model.h b/tests/resources/generator/ode_multiple_odes_with_same_name/model.h index 7b5c06ff36..5d4ca0716d 100644 --- a/tests/resources/generator/ode_multiple_odes_with_same_name/model.h +++ b/tests/resources/generator/ode_multiple_odes_with_same_name/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_multiple_odes_with_same_name/model.py b/tests/resources/generator/ode_multiple_odes_with_same_name/model.py index 07a516dd11..6deb5b65f3 100644 --- a/tests/resources/generator/ode_multiple_odes_with_same_name/model.py +++ b/tests/resources/generator/ode_multiple_odes_with_same_name/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 1 diff --git a/tests/resources/generator/ode_unknown_var_on_rhs/model.c b/tests/resources/generator/ode_unknown_var_on_rhs/model.c index 79d02f6081..e58fa77bf0 100644 --- a/tests/resources/generator/ode_unknown_var_on_rhs/model.c +++ b/tests/resources/generator/ode_unknown_var_on_rhs/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 0; diff --git a/tests/resources/generator/ode_unknown_var_on_rhs/model.h b/tests/resources/generator/ode_unknown_var_on_rhs/model.h index caeb40bab6..9303e63ae3 100644 --- a/tests/resources/generator/ode_unknown_var_on_rhs/model.h +++ b/tests/resources/generator/ode_unknown_var_on_rhs/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/ode_unknown_var_on_rhs/model.py b/tests/resources/generator/ode_unknown_var_on_rhs/model.py index b5e0efba7c..d9bd7aa2be 100644 --- a/tests/resources/generator/ode_unknown_var_on_rhs/model.py +++ b/tests/resources/generator/ode_unknown_var_on_rhs/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 0 diff --git a/tests/resources/generator/robertson_model_1966/model.dae.c b/tests/resources/generator/robertson_model_1966/model.dae.c index f1812a2537..e2915de939 100644 --- a/tests/resources/generator/robertson_model_1966/model.dae.c +++ b/tests/resources/generator/robertson_model_1966/model.dae.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.dae.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 2; const size_t VARIABLE_COUNT = 5; diff --git a/tests/resources/generator/robertson_model_1966/model.dae.h b/tests/resources/generator/robertson_model_1966/model.dae.h index 3dcbda5b4e..ccc12feaa7 100644 --- a/tests/resources/generator/robertson_model_1966/model.dae.h +++ b/tests/resources/generator/robertson_model_1966/model.dae.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/robertson_model_1966/model.dae.py b/tests/resources/generator/robertson_model_1966/model.dae.py index 553cb6f9b0..8da11629b1 100644 --- a/tests/resources/generator/robertson_model_1966/model.dae.py +++ b/tests/resources/generator/robertson_model_1966/model.dae.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 2 VARIABLE_COUNT = 5 diff --git a/tests/resources/generator/robertson_model_1966/model.ode.c b/tests/resources/generator/robertson_model_1966/model.ode.c index 6d01ea6aea..d7f5a3811f 100644 --- a/tests/resources/generator/robertson_model_1966/model.ode.c +++ b/tests/resources/generator/robertson_model_1966/model.ode.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.ode.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 3; const size_t VARIABLE_COUNT = 4; diff --git a/tests/resources/generator/robertson_model_1966/model.ode.h b/tests/resources/generator/robertson_model_1966/model.ode.h index 3dcbda5b4e..ccc12feaa7 100644 --- a/tests/resources/generator/robertson_model_1966/model.ode.h +++ b/tests/resources/generator/robertson_model_1966/model.ode.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/robertson_model_1966/model.ode.py b/tests/resources/generator/robertson_model_1966/model.ode.py index 3c0078a47e..55198cc41a 100644 --- a/tests/resources/generator/robertson_model_1966/model.ode.py +++ b/tests/resources/generator/robertson_model_1966/model.ode.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 3 VARIABLE_COUNT = 4 diff --git a/tests/resources/generator/sine_model_imports/model.c b/tests/resources/generator/sine_model_imports/model.c index 9914549557..f270736d59 100644 --- a/tests/resources/generator/sine_model_imports/model.c +++ b/tests/resources/generator/sine_model_imports/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 10; diff --git a/tests/resources/generator/sine_model_imports/model.h b/tests/resources/generator/sine_model_imports/model.h index 58ad0cde86..24b2fe3f0f 100644 --- a/tests/resources/generator/sine_model_imports/model.h +++ b/tests/resources/generator/sine_model_imports/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/sine_model_imports/model.py b/tests/resources/generator/sine_model_imports/model.py index d2846546b0..e14572eb25 100644 --- a/tests/resources/generator/sine_model_imports/model.py +++ b/tests/resources/generator/sine_model_imports/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 10 diff --git a/tests/resources/generator/unknown_variable_as_external_variable/model.c b/tests/resources/generator/unknown_variable_as_external_variable/model.c index 1dc61a8786..b324146ae9 100644 --- a/tests/resources/generator/unknown_variable_as_external_variable/model.c +++ b/tests/resources/generator/unknown_variable_as_external_variable/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t VARIABLE_COUNT = 10; diff --git a/tests/resources/generator/unknown_variable_as_external_variable/model.h b/tests/resources/generator/unknown_variable_as_external_variable/model.h index 21c1b1569b..bea9fc99b3 100644 --- a/tests/resources/generator/unknown_variable_as_external_variable/model.h +++ b/tests/resources/generator/unknown_variable_as_external_variable/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/unknown_variable_as_external_variable/model.py b/tests/resources/generator/unknown_variable_as_external_variable/model.py index 6557837966..adeded13d5 100644 --- a/tests/resources/generator/unknown_variable_as_external_variable/model.py +++ b/tests/resources/generator/unknown_variable_as_external_variable/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" VARIABLE_COUNT = 10 diff --git a/tests/resources/generator/variable_initialised_using_a_constant/model.c b/tests/resources/generator/variable_initialised_using_a_constant/model.c index 63c674fd83..048c4adee2 100644 --- a/tests/resources/generator/variable_initialised_using_a_constant/model.c +++ b/tests/resources/generator/variable_initialised_using_a_constant/model.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.5.0"; -const char LIBCELLML_VERSION[] = "0.5.0"; +const char LIBCELLML_VERSION[] = "0.6.0"; const size_t STATE_COUNT = 1; const size_t VARIABLE_COUNT = 1; diff --git a/tests/resources/generator/variable_initialised_using_a_constant/model.h b/tests/resources/generator/variable_initialised_using_a_constant/model.h index caeedf9c64..c5fa4a2f9a 100644 --- a/tests/resources/generator/variable_initialised_using_a_constant/model.h +++ b/tests/resources/generator/variable_initialised_using_a_constant/model.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.5.0. */ +/* The content of this file was generated using the C profile of libCellML 0.6.0. */ #pragma once diff --git a/tests/resources/generator/variable_initialised_using_a_constant/model.py b/tests/resources/generator/variable_initialised_using_a_constant/model.py index 4e53eb9454..ea64fa616a 100644 --- a/tests/resources/generator/variable_initialised_using_a_constant/model.py +++ b/tests/resources/generator/variable_initialised_using_a_constant/model.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.5.0. +# The content of this file was generated using the Python profile of libCellML 0.6.0. from enum import Enum from math import * __version__ = "0.4.0" -LIBCELLML_VERSION = "0.5.0" +LIBCELLML_VERSION = "0.6.0" STATE_COUNT = 1 VARIABLE_COUNT = 1 diff --git a/tests/version/version.cpp b/tests/version/version.cpp index f4fc6f4510..4c556e57a6 100644 --- a/tests/version/version.cpp +++ b/tests/version/version.cpp @@ -5,8 +5,8 @@ TEST(Version, versionMatch) { unsigned int version = libcellml::version(); - EXPECT_EQ(0x000500U, version); + EXPECT_EQ(0x000600U, version); std::string versionString = libcellml::versionString(); - EXPECT_EQ("0.5.0", versionString); + EXPECT_EQ("0.6.0", versionString); }