Skip to content
Snippets Groups Projects
Commit 0690c5fd authored by Matias Richart's avatar Matias Richart
Browse files

Correct file name in rate and power

parent 2c4eed2b
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ public class RateAndPower_LuPA { ...@@ -166,7 +166,7 @@ public class RateAndPower_LuPA {
Utils.showDot(rateAndPower.toDot("after")); Utils.showDot(rateAndPower.toDot("after"));
try { try {
LupaExporterRatePower.generateLupaFiles(rateAndPower, "src/fsm_template.lua", "fsm_rate_loss.lua"); LupaExporterRatePower.generateLupaFiles(rateAndPower, "src/fsm_template.lua", "fsm_rate_loss");
} catch (UnsupportedTFFSTException e) { } catch (UnsupportedTFFSTException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment