From 038baf1a60afdf310bc875ee4b6fd69fe60e0415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olli=20V=C3=A4in=C3=B6l=C3=A4?= Date: Tue, 1 Dec 2015 20:36:55 +0200 Subject: [PATCH] removing commented api.jl --- src/JuliaFEM.jl | 2 +- test/test_api.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JuliaFEM.jl b/src/JuliaFEM.jl index fad008b..e558b4a 100644 --- a/src/JuliaFEM.jl +++ b/src/JuliaFEM.jl @@ -12,7 +12,7 @@ include("core.jl") end module API -#include("api.jl") +include("api.jl") # export .... diff --git a/test/test_api.jl b/test/test_api.jl index 379e255..d2b5861 100644 --- a/test/test_api.jl +++ b/test/test_api.jl @@ -79,5 +79,5 @@ function test_piston_8789() model = Model("Piston Calculation", abaqus_input) end -test_basic() + end