Adding Docile

This commit is contained in:
Tero Frondelius
2015-06-20 22:34:16 +03:00
parent 3ccf625df5
commit c37859c3ad
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
julia 0.4-
Logging
LightXML
Docile
+2
View File
@@ -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
VERSION < v"0.4-" && using Docile
export Model, new_model, new_field, get_field, add_nodes, get_nodes, add_elements, get_elements