fixing a copy-paste error

This commit is contained in:
Tero Frondelius
2015-06-24 23:43:00 +03:00
parent 2217212090
commit b9b1b5218a
+1 -2
View File
@@ -1,6 +1,6 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
module JuliaFEM
using JuliaFEM
using FactCheck
using Logging
@@ -108,4 +108,3 @@ include("test_elasticity_solver.jl")
for dic in FactCheck.getstats()
@debug(dic[1], ": ",dic[2])
end
end # of Module