From 4a3423f74fdcb96dada8c7c118eac9aa04c7774f Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 2 Aug 2019 14:34:26 -0400
Subject: [PATCH] macro processor: fix typos

---
 src/macro/Expressions.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/macro/Expressions.cc b/src/macro/Expressions.cc
index 813866ec..7eb2ce97 100644
--- a/src/macro/Expressions.cc
+++ b/src/macro/Expressions.cc
@@ -1305,10 +1305,10 @@ UnaryOp::print(ostream &output, bool matlab_output) const noexcept
       output << "round(";
       break;
     case codes::UnaryOp::normpdf:
-      output << "normpdf";
+      output << "normpdf(";
       break;
     case codes::UnaryOp::normcdf:
-      output << "round(";
+      output << "normcdf(";
       break;
     }
 
-- 
GitLab