issue#70
Houtan Bastani 2018-09-27 10:40:55 +02:00
parent c6cb9aa1b8
commit 63a334cfd3
1 changed files with 1 additions and 1 deletions

View File

@ -6064,7 +6064,7 @@ void
DynamicModel::writeJsonAST(ostream &output) const
{
vector<pair<string, string>> eqtags;
output << "\"Abstract Syntax Tree\":[" << endl;
output << "\"abstract_syntax_tree\":[" << endl;
for (int eq = 0; eq < (int) equations.size(); eq++)
{
if (eq != 0)