Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosovic committed Aug 17, 2024
1 parent 976875d commit fba91f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/print/constraint.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
printBusConstraint(system::PowerSystem, analysis::ACOptimalPowerFlow, [io::IO];
printBusConstraint(system::PowerSystem, analysis::OptimalPowerFlow, [io::IO];
label, header, footer, delimiter, fmt, width, show, style)
The function prints constraint data related to buses. Optionally, an `IO` may be passed as the
Expand Down Expand Up @@ -415,7 +415,7 @@ function formatBusConstraint(system::PowerSystem, analysis::DCOptimalPowerFlow,
end

"""
printBranchConstraint(system::PowerSystem, analysis::ACOptimalPowerFlow, [io::IO];
printBranchConstraint(system::PowerSystem, analysis::OptimalPowerFlow, [io::IO];
label, header, footer, delimiter, fmt, width, show, style)
The function prints constraint data related to branches. Optionally, an `IO` may be passed as
Expand Down Expand Up @@ -1057,7 +1057,7 @@ function branchConstraintHeader(io::IO, width::Dict{String, Int64}, show::Dict{S
end

"""
printGeneratorConstraint(system::PowerSystem, analysis::ACOptimalPowerFlow, [io::IO];
printGeneratorConstraint(system::PowerSystem, analysis::OptimalPowerFlow, [io::IO];
label, header, footer, delimiter, fmt, width, show, style)
The function prints constraint data related to generators. Optionally, an `IO` may be passed as
Expand Down

0 comments on commit fba91f3

Please sign in to comment.