mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-07-28 03:27:30 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -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_);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user