Skip to content
Snippets Groups Projects
Verified Commit 4a3423f7 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

macro processor: fix typos

parent b286bedb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment