mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-19 09:54:55 +00:00
Nodes and Elements corrected
This commit is contained in:
+1
-3
@@ -2,7 +2,6 @@
|
||||
module JuliaFEM
|
||||
|
||||
# package code goes here
|
||||
<<<<<<< HEAD
|
||||
type Node
|
||||
node_id
|
||||
coords
|
||||
@@ -10,10 +9,9 @@ end
|
||||
type Element
|
||||
element_id
|
||||
node_ids
|
||||
=======
|
||||
|
||||
function test()
|
||||
return 1
|
||||
>>>>>>> 449851216b54d7b731c51df489af594afed19821
|
||||
end
|
||||
|
||||
end # module
|
||||
|
||||
Reference in New Issue
Block a user