Skip to content
Snippets Groups Projects
Commit 9b4b658a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr

parent fd67edcc
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ CNodeFun3::CNodeFun3( const CFunc* _fu, PNode _a0, PNode _a1, PNode _a2 )
const RObj CNodeFun::tree_val( const CContext& ctx ) const
{
string basetypes;
const CTypedFunc* tf;
const CTypedFunc* tf = NULL;
try {
// evaluate arguments, determine if all results are scalar.
vector<RObj> pa(narg);
......
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