# This file is a part of JuliaFEM. # License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md module FieldTests using JuliaFEM.Test using JuliaFEM.Core: Field function test_create_field() f = Field(1.0) end end