Skip to content

Commit 4172332

Browse files
committed
minor
1 parent 046eee4 commit 4172332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/physics/profiles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ function Hmode_profiles(edge::Real, ped::Real, core::Real, ngrid::Int, expin::Re
666666
@assert core >= 0.0 "invalid core = $core"
667667
@assert expin >= 0.0 "invalid expin = $expin"
668668
@assert expout >= 0.0 "invalid expout = $expout"
669-
@assert 0.0 < widthp < 1.0 "pedestal width cannot be $widthp"
669+
@assert 0.0 < widthp < 1.0 "invalid width = $widthp"
670670

671671
xpsi = range(0.0, 1.0, ngrid)
672672

0 commit comments

Comments
 (0)