Skip to content

Commit 39174d7

Browse files
author
Olena Rogovchenko
committed
figaro changes
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25325 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent d9490d4 commit 39174d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Script/Figaro.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected
2626
String bdfFile = workingDir + "/FigaroObjects.fi" "Figaro code to the Figaro processor";
2727
String figaroFile = workingDir + "/Figaro0.fi" "Figaro code from the Figaro processor";
2828
String argumentFile = workingDir + "/figp_commands.xml" "instructions to the Figaro processor";
29-
String resultFile = workingDir + "/result.xml" "status from the Figaro processor"; // File name cannot be changed.
29+
String resultFile = "result.xml" "status from the Figaro processor"; // File name cannot be changed.
3030
SCode.Element program;
3131
String figaro, database, xml, xml2;
3232
list<String> sl;

0 commit comments

Comments
 (0)