Skip to content

Commit

Permalink
Per unit and nominal apparent power should not be const to be usable.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Nov 29, 2024
1 parent 899937d commit d510eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module Network
using CxxWrap
using DataFrames

const nominal_apparent_power = 100.0
const per_unit = false
nominal_apparent_power::Float64 = 100.0
per_unit::Bool = false

mutable struct NetworkHandle
handle::Powsybl.JavaHandle
Expand Down

0 comments on commit d510eb0

Please sign in to comment.