removed .

This commit is contained in:
Jukka Aho
2015-06-20 20:26:18 +03:00
parent 2d04ec9e51
commit 13ca11f5b0
+5 -1
View File
@@ -58,9 +58,11 @@ function test_add_and_get_nodes()
end
test_add_and_get_nodes()
function test_print()
lines_with_print = Dict()
src = readdir("./src")
src = readdir("/src")
for file_name in src
fil = open(joinpath("src",file_name),"r")
for line in readlines(fil)
@@ -74,6 +76,8 @@ function test_print()
end
test_print()
function test_add_element()
m = new_model()
nodes = Dict(1 => [0.0, 0.0, 0.0],