Skip to content

Commit 8b5ea61

Browse files
Update src/Setup_geometry.jl
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
1 parent 2b123bd commit 8b5ea61

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
@@ -566,7 +566,7 @@ julia> write_paraview(Model3D,"LaMEM_ModelSetup") # Save model to para
566566
```
567567
"""
568568
function add_cylinder!(Phase, Temp, Grid::AbstractGeneralGrid; # required input
569-
base::NTuple{3, } = (-1,-1,-1.5), cap::NTuple{3, } = (-1,-1,-0.5), radius::Number, # center and radius of the sphere
569+
base::NTuple{3} = (-1,-1,-1.5), cap::NTuple{3} = (-1,-1,-0.5), radius::Number, # center and radius of the sphere
570570
phase = ConstantPhase(1), # Sets the phase number(s) in the sphere
571571
T=nothing, cell=false ) # Sets the thermal structure (various functions are available)
572572

0 commit comments

Comments
 (0)