Skip to content

Commit

Permalink
Some minor cleaning up following the last merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 14, 2024
1 parent 5c0d33f commit d1c8fb5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* 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"

#include <math.h>
#include <stdlib.h>

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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* 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"

#include <math.h>
#include <stdlib.h>

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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d1c8fb5

Please sign in to comment.