mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
added export
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# This file is a part of JuliaFEM. License is MIT: https://github.com/ovainola/JuliaFEM/blob/master/README.md
|
||||
module JuliaFEM
|
||||
|
||||
export Model, new_model
|
||||
|
||||
type Model
|
||||
model # For global variables
|
||||
nodes # For nodes
|
||||
|
||||
Reference in New Issue
Block a user