bumped version to libcomposition version with proper Ye handling and fixed conversion from number fraction to mass fraction
7 lines
161 B
C
7 lines
161 B
C
#pragma once
|
|
|
|
#include <pybind11/pybind11.h>
|
|
|
|
void register_comp_bindings(const pybind11::module &m);
|
|
void register_species_bindings(const pybind11::module &m);
|