removing commented api.jl

This commit is contained in:
Olli Väinölä
2015-12-01 20:36:55 +02:00
parent 6548e3dffc
commit 038baf1a60
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ include("core.jl")
end
module API
#include("api.jl")
include("api.jl")
# export ....
+1 -1
View File
@@ -79,5 +79,5 @@ function test_piston_8789()
model = Model("Piston Calculation", abaqus_input)
end
test_basic()
end