mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
9 lines
181 B
Julia
9 lines
181 B
Julia
# This file is a part of JuliaFEM. License is MIT: https://github.com/ovainola/JuliaFEM/blob/master/README.md
|
|
|
|
using JuliaFEM
|
|
using Base.Test
|
|
|
|
@test 1 == 1
|
|
|
|
@test_approx_eq 1.0 1.0
|