Skip to content

Commit df75b81

Browse files
committed
fix
1 parent c4cfbf8 commit df75b81

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/poisson3d.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ So, the minimal value is expected to be 0.
1010
It is inspired from the 2nd tutorial in Gridap.jl:
1111
https://gridap.github.io/Tutorials/stable/pages/t002_validation/
1212
"""
13-
<<<<<<< HEAD
14-
function poisson3d(; n::Int = 10)
15-
=======
1613
function poisson3d(n :: Int = 10, args...; kwargs...)
17-
>>>>>>> 8f59ae4 (change signature)
1814

1915
#For instance, the following lines build a CartesianDiscreteModel for the unit cube
2016
# (0,1)^3 with n cells per direction

0 commit comments

Comments
 (0)