From 646879ea300fbd74005942bb3015c1de59dc6b2e Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 20 Jun 2015 22:01:22 +0300 Subject: [PATCH] xdmf != xdfs etc. --- test/test_xdmf.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_xdmf.jl b/test/test_xdmf.jl index 65d56b8..cc3a559 100644 --- a/test/test_xdmf.jl +++ b/test/test_xdmf.jl @@ -2,7 +2,7 @@ using JuliaFEM using Base.Test -function test_write_to_xdfm() +function test_write_to_xdmf() m = new_model() nodes = Dict(1 => [0.0, 0.0, 0.0], 2 => [1.0, 0.0, 0.0], @@ -30,4 +30,4 @@ function test_write_to_xdfm() @test d[123]["temperature"][:] = [0.1, 0.2, 0.3] end -test_write_to_xdfm() \ No newline at end of file +test_write_to_xdmf()