C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
187456164e
commit
c97139ed60
|
@ -13568,7 +13568,7 @@ namespace exprtk
|
||||||
init_branches<1>(branch_, brnch);
|
init_branches<1>(branch_, brnch);
|
||||||
}
|
}
|
||||||
|
|
||||||
~bipow_node()
|
~bipow_node()
|
||||||
{
|
{
|
||||||
cleanup_branches::execute<T,1>(branch_);
|
cleanup_branches::execute<T,1>(branch_);
|
||||||
}
|
}
|
||||||
|
@ -13635,7 +13635,7 @@ namespace exprtk
|
||||||
init_branches<1>(branch_, brnch);
|
init_branches<1>(branch_, brnch);
|
||||||
}
|
}
|
||||||
|
|
||||||
~bipowninv_node()
|
~bipowninv_node()
|
||||||
{
|
{
|
||||||
cleanup_branches::execute<T,1>(branch_);
|
cleanup_branches::execute<T,1>(branch_);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue