mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
This might fix #1449, although the way import are handled here is slightly chaotic :-)
This commit is contained in:
@@ -26,7 +26,7 @@ using namespace emscripten;
|
||||
|
||||
// Binding code
|
||||
EMSCRIPTEN_BINDINGS(coolprop_bindings) {
|
||||
function("F2K", &CoolProp::F2K);
|
||||
function("F2K", &F2K);
|
||||
function("Props1SI", &CoolProp::Props1SI);
|
||||
function("PropsSI", &CoolProp::PropsSI);
|
||||
function("get_global_param_string", &CoolProp::get_global_param_string);
|
||||
|
||||
Reference in New Issue
Block a user