Fixed bug in output format.
This commit is contained in:
parent
8969364f73
commit
340db244f6
@ -218,11 +218,11 @@ void TranslatorASP::translateActions() const
|
|||||||
|
|
||||||
this->translateLiteral(literal);
|
this->translateLiteral(literal);
|
||||||
|
|
||||||
m_outputStream << ") :- ";
|
m_outputStream << ") :- " << utils::Keyword("action") << "(";
|
||||||
|
|
||||||
printActionName(*action);
|
printActionName(*action);
|
||||||
|
|
||||||
m_outputStream << ".";
|
m_outputStream << ").";
|
||||||
};
|
};
|
||||||
|
|
||||||
m_outputStream << std::endl;
|
m_outputStream << std::endl;
|
||||||
|
Reference in New Issue
Block a user