From 700b5b2a117e4d36e765c952cfb2e6a6eb544f5a Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Sat, 16 Mar 2013 08:06:35 +1100 Subject: [PATCH] C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html --- exprtk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exprtk.hpp b/exprtk.hpp index e04e4c3..9647f2e 100644 --- a/exprtk.hpp +++ b/exprtk.hpp @@ -10895,7 +10895,7 @@ namespace exprtk T1 t1 = n->t1(); T2 t2 = n->t2(); return synthesize_sf4ext_expression:: - template compile(expr_gen,id,t0,t1,t2,t,result); + template compile(expr_gen,id,t0,t1,t2,t,result); } else return false;