Skip to content

Commit

Permalink
Better printing of differentiate
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19538 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 10, 2014
1 parent 73d9d4d commit cad390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Util/OMDumpXML.cpp
Expand Up @@ -138,7 +138,7 @@ OMOperationDifferentiate::OMOperationDifferentiate(QStringList ops)

QString OMOperationDifferentiate::toString()
{
return "differentiate: d" + exp + "/d" + wrt + " = " + result;
return "differentiate: d/d" + wrt + " " + exp + " => " + result;
}

OMOperationResidual::OMOperationResidual(QStringList ops)
Expand Down

0 comments on commit cad390d

Please sign in to comment.