Skip to content

Commit 769cb68

Browse files
Update src/Setup_geometry.jl
Co-authored-by: Albert de Montserrat <[email protected]>
1 parent 4a1a436 commit 769cb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Setup_geometry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ julia> write_paraview(Model3D,"LaMEM_ModelSetup") # Save model to para
664664
665665
"""
666666
function add_polygon!(Phase, Temp, Grid::AbstractGeneralGrid; # required input
667-
xlim=(), ylim::Tuple = (0,0.8), zlim=(), # limits of the box
667+
xlim=(), ylim::Tuple = (0.0,0.8), zlim=(), # limits of the box
668668
phase = ConstantPhase(1), # Sets the phase number(s) in the box
669669
T=nothing, cell=false ) # Sets the thermal structure (various functions are available)
670670

0 commit comments

Comments
 (0)