From a6fcb391406908adb18fc3064cf544680c4708e1 Mon Sep 17 00:00:00 2001 From: Anson Date: Wed, 30 Mar 2022 19:16:40 -0700 Subject: [PATCH] added source for cube math --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index cf4200e..6b69f92 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -8,6 +8,7 @@ using MeshIO using LinearAlgebra @testset "simple cube stl" begin + # https://hepweb.ucsd.edu/ph110b/110b_notes/node26.html stl = load(raw"test\test_assets\cubeblender.stl") props = get_mass_properties(stl)