Skip to content

Commit

Permalink
update docstrings, print functions, and polish syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosovic committed Jul 10, 2024
1 parent efda503 commit 3a55c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/print/measurement.jl
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function printWattmeterData(system::PowerSystem, device::Measurement, io::IO = s

power = ACPower(Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]),
Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]),
Cartesian(Float64[], Float64[]), nothing)
Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]))

_printWattmeterData(system, device, power, io, label, prefix, header, footer, width, fmt)
end
Expand Down Expand Up @@ -385,7 +385,7 @@ function printVarmeterData(system::PowerSystem, device::Measurement, io::IO = st

power = ACPower(Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]),
Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]),
Cartesian(Float64[], Float64[]), nothing)
Cartesian(Float64[], Float64[]), Cartesian(Float64[], Float64[]))

_printVarmeterData(system, device, power, io, label, prefix, header, footer, width, fmt)
end
Expand Down

0 comments on commit 3a55c7e

Please sign in to comment.