diff --git a/CMakeLists.txt b/CMakeLists.txt index c5675f689..fa033219d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ 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.6.2) +set(_PROJECT_VERSION 0.6.3) set(PROJECT_DEVELOPER_VERSION ) project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX) diff --git a/docs/changelogs/changelog_v0.6.3.rst b/docs/changelogs/changelog_v0.6.3.rst new file mode 100644 index 000000000..eadd28231 --- /dev/null +++ b/docs/changelogs/changelog_v0.6.3.rst @@ -0,0 +1,34 @@ +libCellML v0.6.3 Changelog +========================== + +Analyser +-------- + +* Analyser: make sure that we are dealing with a power function when units maps are not dimensionless by `@agarny `_ [`#1291 `_]. + +Infrastructure +-------------- + +* Still require this undefine for older macOS by `@hsorby `_ [`#1299 `_]. +* Fix static build and test on Linux by `@hsorby `_ [`#1292 `_]. +* SWIG: make it work with Clang 19 by `@agarny `_ [`#1250 `_]. +* Replace use of mikehardy/buildcache-action@v2 with cscouto/buildcache-action@v1 by `@hsorby `_ [`#1296 `_]. +* Deploy on release updates by `@hsorby `_ [`#1287 `_]. +* CI: add some "basic" GitHub Actions by `@agarny `_ [`#1254 `_]. + +Modified feature +---------------- + +* Tidy analyseNode by `@hsorby `_ [`#1295 `_]. + +Contributors +------------ + +.. image:: https://avatars.githubusercontent.com/u/778048?v=4 + :target: https://github.com/hsorby + :height: 32 + :width: 32 +.. image:: https://avatars.githubusercontent.com/u/602265?v=4 + :target: https://github.com/agarny + :height: 32 + :width: 32 diff --git a/docs/changelogs/index.rst b/docs/changelogs/index.rst index f5b39d903..2bb78f9fd 100644 --- a/docs/changelogs/index.rst +++ b/docs/changelogs/index.rst @@ -4,12 +4,9 @@ Changelogs .. toctree:: -<<<<<<< HEAD - changelog_v0.6.1 -======= + changelog_v0.6.3 changelog_v0.6.2 - changelog_v0.6.1-rc.3 ->>>>>>> release_staging_v0.6.2 + changelog_v0.6.1 changelog_v0.6.0 changelog_v0.5.0 changelog_v0.4.0 diff --git a/docs/index.rst b/docs/index.rst index 19e8713c3..db5087670 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,12 +39,9 @@ Changelogs .. toctree:: -<<<<<<< HEAD - changelogs/changelog_v0.6.1 -======= + changelogs/changelog_v0.6.3 changelogs/changelog_v0.6.2 - changelogs/changelog_v0.6.1-rc.3 ->>>>>>> release_staging_v0.6.2 + changelogs/changelog_v0.6.1 changelogs/changelog_v0.6.0 changelogs/changelog_v0.5.0 changelogs/changelog_v0.4.0 diff --git a/src/analyserequationast.cpp b/src/analyserequationast.cpp index ccb0a915a..f543f766f 100644 --- a/src/analyserequationast.cpp +++ b/src/analyserequationast.cpp @@ -18,6 +18,8 @@ limitations under the License. #include "analyserequationast_p.h" +#include "libcellml/undefines.h" + namespace libcellml { void AnalyserEquationAst::AnalyserEquationAstImpl::populate(AnalyserEquationAst::Type type, diff --git a/tests/bindings/javascript/version.test.js b/tests/bindings/javascript/version.test.js index ee3656cd1..2fdb9ec60 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.6.2'); + expect(libcellml.versionString()).toBe('0.6.3'); }); }) diff --git a/tests/resources/coverage/generator/model.c b/tests/resources/coverage/generator/model.c index 59f1d701e..49d0304f9 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 7; diff --git a/tests/resources/coverage/generator/model.h b/tests/resources/coverage/generator/model.h index 239ca07b0..363681273 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/coverage/generator/model.implementation.out b/tests/resources/coverage/generator/model.implementation.out index 8370a503e..ad759475d 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.6.2. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.3. */ 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 dec1c0721..5e05de246 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.6.2. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/coverage/generator/model.modified.profile.c b/tests/resources/coverage/generator/model.modified.profile.c index 1dbe2257c..0548a6ab7 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.6.2. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0.post0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 7; diff --git a/tests/resources/coverage/generator/model.modified.profile.h b/tests/resources/coverage/generator/model.modified.profile.h index f2b47033f..546e7d451 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.6.2. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/coverage/generator/model.modified.profile.py b/tests/resources/coverage/generator/model.modified.profile.py index 4b453d73f..0be884d66 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.6.2. +# The content of this file was generated using a modified Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0.post0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 7 diff --git a/tests/resources/coverage/generator/model.out b/tests/resources/coverage/generator/model.out index 8c5782dca..8b148ed66 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.6.2. */ +/* The content of this file was generated using a modified C profile of libCellML 0.6.3. */ #include "customheaderfile.h" diff --git a/tests/resources/coverage/generator/model.py b/tests/resources/coverage/generator/model.py index 3378feed3..160d44a84 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 7 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 f2db02a9c..f751495ef 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_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 847c4258b..0324525ff 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_COUNT = 0; 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 0aaa77c0f..9a7ba657b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 1ee6e6f35..0de02dd14 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_COUNT = 0 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 cd526414b..75cb90a18 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 0e2f27bba..e7668f310 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_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 fb442a6d4..1a2b2fdd7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 1; const size_t COMPUTED_CONSTANT_COUNT = 1; 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 cd526414b..75cb90a18 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 798574ac8..b8916eb81 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 1 COMPUTED_CONSTANT_COUNT = 1 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 090335984..ee8029b1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_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 aa4fce9b4..43917db40 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 338f468bb..6d49d79e9 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_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 353099ca6..a57e8c2db 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; 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 cd7b86d10..4be41afea 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 2a6d7a986..4a585994f 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 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 932645b0f..5d25c9d3a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; 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 97ca0399e..0cf4442b7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 a1c4808d4..ca93354b6 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 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 16fda43a9..fe7c9e489 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; 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 ca7f969bf..9a705870e 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 0ff4d795b..1f730f43a 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 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 9cc8ff442..c92de6531 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; 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 6a9fedc28..53799e112 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 4b3c8efc6..917811845 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 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 dd3cb1c9e..9b41a3723 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_COUNT = 3; 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 074c16c12..d9b0310d4 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_COUNT = 2; 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 0aaa77c0f..9a7ba657b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 724f7daa3..78344f82b 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_COUNT = 2 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 cd526414b..75cb90a18 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 908b458f3..38d180928 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_COUNT = 3 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 69e67675a..ea54ce0df 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_COUNT = 0; diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.c b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.c index 569447809..386a0be1c 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.c +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_COUNT = 0; diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.h b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.h index 120174f5c..43266515a 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.h +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.py b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.py index 9652ae256..de0df95d2 100644 --- a/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.py +++ b/tests/resources/generator/algebraic_system_with_three_linked_unknowns/model.external.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_COUNT = 0 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 8c034d86e..074d991c3 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #pragma once 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 dd0e8795f..e4406db8c 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_COUNT = 0 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 dd0906ef7..c1849c1a2 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.not.ordered.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 2; const size_t COMPUTED_CONSTANT_COUNT = 1; 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 8c034d86e..074d991c3 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 ded324b83..e16b6b67b 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 2 COMPUTED_CONSTANT_COUNT = 1 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 a6cfc5670..3a27678bf 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.ordered.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 2; const size_t COMPUTED_CONSTANT_COUNT = 1; 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 8c034d86e..074d991c3 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 093a969df..4bcd566de 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 2 COMPUTED_CONSTANT_COUNT = 1 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 8799aedf6..b9e31402a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_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 aa4fce9b4..43917db40 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 5def41b86..a408121e0 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_COUNT = 2 diff --git a/tests/resources/generator/cell_geometry_model/model.c b/tests/resources/generator/cell_geometry_model/model.c index a4da28aee..963beb354 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 2; const size_t COMPUTED_CONSTANT_COUNT = 2; diff --git a/tests/resources/generator/cell_geometry_model/model.external.c b/tests/resources/generator/cell_geometry_model/model.external.c index a370ff47d..3776c80ae 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 0; const size_t COMPUTED_CONSTANT_COUNT = 0; diff --git a/tests/resources/generator/cell_geometry_model/model.external.h b/tests/resources/generator/cell_geometry_model/model.external.h index d74387aa0..0c30f64ab 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 9f8660c4a..5575d1949 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 0 COMPUTED_CONSTANT_COUNT = 0 diff --git a/tests/resources/generator/cell_geometry_model/model.h b/tests/resources/generator/cell_geometry_model/model.h index 87a21b1cd..599d9f367 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/generator/cell_geometry_model/model.py b/tests/resources/generator/cell_geometry_model/model.py index dd2319bed..9269a44f3 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 2 COMPUTED_CONSTANT_COUNT = 2 diff --git a/tests/resources/generator/cellml_mappings_and_encapsulations/model.c b/tests/resources/generator/cellml_mappings_and_encapsulations/model.c index acc2e0989..cae325060 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_COUNT = 0; diff --git a/tests/resources/generator/cellml_mappings_and_encapsulations/model.h b/tests/resources/generator/cellml_mappings_and_encapsulations/model.h index 9b201d7b2..158aaec2c 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 2c0b37b26..0ba311b01 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_COUNT = 0 diff --git a/tests/resources/generator/cellml_slc_example/model.py b/tests/resources/generator/cellml_slc_example/model.py index c4da30f7b..b96cc634e 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 9 COMPUTED_CONSTANT_COUNT = 1 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 237e45d1c..d7e2e3723 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_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 b03d81418..4d8f0e475 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 b631aa04d..54cfda7c4 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_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 5cd46402a..160b9da73 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 9; const size_t COMPUTED_CONSTANT_COUNT = 10; diff --git a/tests/resources/generator/cellml_unit_scaling_constant/model.h b/tests/resources/generator/cellml_unit_scaling_constant/model.h index aae295d3b..50f3ec5d0 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 525cc27e7..f3c4c08ae 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 9 COMPUTED_CONSTANT_COUNT = 10 diff --git a/tests/resources/generator/cellml_unit_scaling_rate/model.c b/tests/resources/generator/cellml_unit_scaling_rate/model.c index fda80c6e7..2767b1600 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; diff --git a/tests/resources/generator/cellml_unit_scaling_rate/model.h b/tests/resources/generator/cellml_unit_scaling_rate/model.h index b03d81418..4d8f0e475 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 4ed6839aa..7c3699776 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 diff --git a/tests/resources/generator/cellml_unit_scaling_state/model.c b/tests/resources/generator/cellml_unit_scaling_state/model.c index 86bc72d71..91349947c 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; diff --git a/tests/resources/generator/cellml_unit_scaling_state/model.h b/tests/resources/generator/cellml_unit_scaling_state/model.h index b03d81418..4d8f0e475 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 953a0430c..5839a1ba2 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 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 9cb244ce9..17a35c7d1 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_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 d422e6838..edd268903 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 933049a9d..e2ecdb690 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_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 bd53a21f6..3de73cc8c 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_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 d064ea1e3..85890db19 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 8b991cc6b..e36bf3f5c 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_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 258ac90b4..e67ddcceb 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_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 cfb0053db..9e491081b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 655b2b63b..94a907a0b 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_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 d414704d5..478d943df 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 3; const size_t CONSTANT_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 c0f89a2ad..307290b9e 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 aecbc6cff..7de225f40 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 3 CONSTANT_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 e7449efb7..b98629b5b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_COUNT = 5; 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 87862db48..513fd0922 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 685592d77..9673c420a 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_COUNT = 5 diff --git a/tests/resources/generator/dependent_eqns/model.c b/tests/resources/generator/dependent_eqns/model.c index 250567fc2..a82fa83d6 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; diff --git a/tests/resources/generator/dependent_eqns/model.h b/tests/resources/generator/dependent_eqns/model.h index cbf3873a8..b5ccc8efe 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/generator/dependent_eqns/model.py b/tests/resources/generator/dependent_eqns/model.py index 7baca9ee4..fc7bfc947 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 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 fb614af8e..89ba9aa87 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 33; const size_t CONSTANT_COUNT = 91; 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 eb2260720..674a0b69d 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 34803adff..efa8e06b7 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 33 CONSTANT_COUNT = 91 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 f620073b4..48a1746f9 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 15; const size_t CONSTANT_COUNT = 110; 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 e37eaf0bc..ae87fb8a1 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 ccfd1502e..6ebe495f3 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 15 CONSTANT_COUNT = 110 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 70a482602..75e213725 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.algebraic.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 5; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 ca9e943d1..53b625d36 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 5 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 256e57d52..0f3d5ef29 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 5; 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 c9cc9a2a3..af7e376e2 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.computed.constant.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 5; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 de5f136e3..67b3cc73c 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 5 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 d5db0be46..05260ea3f 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.constant.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 4; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 6c8740a2c..de7ac2357 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 4 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 bcf954098..1098ed4d5 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.dae.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 5; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.c b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.c index 3fa8cd50f..bacce2ba8 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.c +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.c @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.dae.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 3; const size_t CONSTANT_COUNT = 5; diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.h b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.h index 2061b2f63..d6171fd1a 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.h +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.h @@ -1,4 +1,4 @@ -/* The content of this file was generated using the C profile of libCellML 0.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.py b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.py index bfb2728e9..76a61944b 100644 --- a/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.py +++ b/tests/resources/generator/hodgkin_huxley_squid_axon_model_1952/model.dae.external.py @@ -1,11 +1,11 @@ -# The content of this file was generated using the Python profile of libCellML 0.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 3 CONSTANT_COUNT = 5 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 f26bec4c4..0019e3509 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 30e8246d7..c50f0c64b 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 5 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 5720f4a7a..a9a552c8b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.dependent.algebraic.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 5; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 2afeb0995..83626beeb 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 5 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 14024fa37..c592108ef 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.dependent.computed.constant.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 4; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 0c973cabd..4da78587b 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 4 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 3ae4b3096..2f8359b0b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.dependent.constant.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 3; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 2f48b1e2c..d24df5195 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 3 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 0e02183d2..a363a047e 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.dependent.state.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_COUNT = 5; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 c5a5d1eb0..6c333b8b4 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_COUNT = 5 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 061f95495..1299c63b4 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.external.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 3; const size_t CONSTANT_COUNT = 5; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 43b3193e8..0964000c3 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 3 CONSTANT_COUNT = 5 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 f26bec4c4..0019e3509 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 f4c1daea9..07ee1723c 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 5 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 3b7eeda6b..d465e1ab9 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.state.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 3; const size_t CONSTANT_COUNT = 5; 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 2061b2f63..d6171fd1a 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 74a887c59..0940318f8 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 3 CONSTANT_COUNT = 5 diff --git a/tests/resources/generator/noble_model_1962/model.c b/tests/resources/generator/noble_model_1962/model.c index 234ac6733..f9986d0e4 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 4; const size_t CONSTANT_COUNT = 5; diff --git a/tests/resources/generator/noble_model_1962/model.h b/tests/resources/generator/noble_model_1962/model.h index 4d47a49d7..91f4bcba0 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/generator/noble_model_1962/model.py b/tests/resources/generator/noble_model_1962/model.py index 595c302c3..63f4abd61 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 4 CONSTANT_COUNT = 5 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 9add1758f..3b8bdd928 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; 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 cfb0053db..9e491081b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 96c4ae883..fb17e5f4d 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 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 a7b966cba..163cdbcd7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 0; 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 97ca0399e..0cf4442b7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 2b08ac2b5..5565726bd 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 0 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 303b84f27..3564b0178 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_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 cfb0053db..9e491081b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 9a3525247..5a7099b2a 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_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 41d85b8f5..ce6da46fc 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_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 97ca0399e..0cf4442b7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 09d06c9ab..94f9c6134 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_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 cd363c933..72ff3f904 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_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 cfb0053db..9e491081b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 d60f476b1..d7dfb28f5 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_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 55eebad27..435843298 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_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 97ca0399e..0cf4442b7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 a56b4aede..e9282025e 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_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 b7b6cfa2f..ab0872c8d 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_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 5e6bb67ae..1bcaec686 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 33a84c48c..cc86016f3 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_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 ac42fe645..94753f8e7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_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 5d6629bc2..2ea06f038 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 139fdba6a..f24ba364b 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_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 bfb4a704e..5bea76b02 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_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 5a2ce2e7a..670773ddb 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 e6fc545ff..9ce90f941 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_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 684d8dc72..ba61a382b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_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 cfb0053db..9e491081b 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 88b417cbd..0e1d5bdf1 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_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 8a75dc67b..6c956cc25 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.dae.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 2; const size_t CONSTANT_COUNT = 3; diff --git a/tests/resources/generator/robertson_model_1966/model.dae.h b/tests/resources/generator/robertson_model_1966/model.dae.h index 9c5787a44..ed7d57014 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 49d9d9e67..f621da6df 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 2 CONSTANT_COUNT = 3 diff --git a/tests/resources/generator/robertson_model_1966/model.ode.c b/tests/resources/generator/robertson_model_1966/model.ode.c index 46fe57120..8e0d686f7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.ode.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 3; const size_t CONSTANT_COUNT = 3; diff --git a/tests/resources/generator/robertson_model_1966/model.ode.h b/tests/resources/generator/robertson_model_1966/model.ode.h index 9c5787a44..ed7d57014 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 adacde750..0d47b31e4 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 3 CONSTANT_COUNT = 3 diff --git a/tests/resources/generator/sine_model_imports/model.c b/tests/resources/generator/sine_model_imports/model.c index 927d0b6a3..46fb9e568 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_COUNT = 2; diff --git a/tests/resources/generator/sine_model_imports/model.h b/tests/resources/generator/sine_model_imports/model.h index df32f6d65..bb8ef07e7 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #pragma once diff --git a/tests/resources/generator/sine_model_imports/model.py b/tests/resources/generator/sine_model_imports/model.py index 2c3085ca6..3e71cba10 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 2 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 f78304378..cc58f6fd4 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t CONSTANT_COUNT = 8; const size_t COMPUTED_CONSTANT_COUNT = 0; 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 86d08f53a..0fdf636e1 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 318d5ccf1..78543cb69 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" CONSTANT_COUNT = 8 COMPUTED_CONSTANT_COUNT = 0 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 45f932f6f..4f08cb86e 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #include "model.h" @@ -6,7 +6,7 @@ #include const char VERSION[] = "0.6.0"; -const char LIBCELLML_VERSION[] = "0.6.2"; +const char LIBCELLML_VERSION[] = "0.6.3"; const size_t STATE_COUNT = 1; const size_t CONSTANT_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 9fbd37a11..72ba8c278 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.6.2. */ +/* The content of this file was generated using the C profile of libCellML 0.6.3. */ #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 dfd5c096e..fb828996a 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.6.2. +# The content of this file was generated using the Python profile of libCellML 0.6.3. from enum import Enum from math import * __version__ = "0.5.0" -LIBCELLML_VERSION = "0.6.2" +LIBCELLML_VERSION = "0.6.3" STATE_COUNT = 1 CONSTANT_COUNT = 1 diff --git a/tests/version/version.cpp b/tests/version/version.cpp index 0e39bc618..8d5652270 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(0x000602U, version); + EXPECT_EQ(0x000603U, version); std::string versionString = libcellml::versionString(); - EXPECT_EQ("0.6.2", versionString); + EXPECT_EQ("0.6.3", versionString); }