Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 22, 2024
1 parent 5ea2a61 commit 6642a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/resources/generator/cellml_slc_example/model.c
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.5.0. */
/* The content of this file was generated using the C profile of libCellML 0.6.0. */

#include "model.h"

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

const char VERSION[] = "0.6.0";
const char LIBCELLML_VERSION[] = "0.5.0";
const char LIBCELLML_VERSION[] = "0.6.0";

const size_t CONSTANT_COUNT = 9;
const size_t COMPUTED_CONSTANT_COUNT = 1;
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/generator/cellml_slc_example/model.h
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.5.0. */
/* The content of this file was generated using the C profile of libCellML 0.6.0. */

#pragma once

Expand Down

0 comments on commit 6642a9d

Please sign in to comment.