Skip to content
Snippets Groups Projects
Commit 27efe643 authored by Ian Bell's avatar Ian Bell
Browse files

Expose a method for debugging loading of fluid

parent 6694b45d
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,5 @@ void add_multifluid(py::module& m) {
// Expose some additional functions for working with the JSON data structures and resolving aliases
m.def("get_BIPdep", &MultiFluidReducingFunction::get_BIPdep, py::arg("BIPcollection"), py::arg("identifiers"), py::arg("flags") = nlohmann::json{});
m.def("build_alias_map", &build_alias_map, py::arg("root"));
m.def("collect_component_json", &collect_component_json, py::arg("identifiers"), py::arg("root"));
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment