Skip to content

Commit 78311a2

Browse files
added pybind submodule
1 parent dd06229 commit 78311a2

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
[submodule "lib/tuv-x"]
55
path = lib/tuv-x
66
url = https://github.com/NCAR/tuv-x
7+
[submodule "lib/pybind11"]
8+
path = lib/pybind11
9+
url = ../../pybind/pybind11
10+
branch = stable

lib/pybind11

Submodule pybind11 added at 8b03ffa

src/micm/micm.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <micm/solver/rosenbrock_solver_parameters.hpp>
1313
#include <musica/micm.hpp>
1414

15+
16+
1517
MICM* create_micm(const char* config_path, int* error_code)
1618
{
1719
try {

0 commit comments

Comments
 (0)