Skip to content

Commit

Permalink
upgrade print functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosovic committed Aug 28, 2024
1 parent edc712f commit 0cc1d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/print/constraint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function printBusConstraint(system::PowerSystem, analysis::ACOptimalPowerFlow, i

scale = printScale(system, prefix)
labels, title, header, footer = formPrint(label, system.bus, system.bus.label, title, header, footer, "bus")
@time fmt, width, show, heading, subheading, unit, printing = formatBusConstraint(system, analysis, label, scale, prefix, fmt, width, show, title, style)
fmt, width, show, heading, subheading, unit, printing = formatBusConstraint(system, analysis, label, scale, prefix, fmt, width, show, title, style)

if printing
maxLine, pfmt, hfmt = setupPrint(fmt, width, show, delimiter, style)
Expand Down

0 comments on commit 0cc1d63

Please sign in to comment.