From 4b3ad9dd021f49d0e977ea846b5edc03fa5e644d Mon Sep 17 00:00:00 2001 From: Michael Ingold Date: Sun, 1 Dec 2024 22:18:07 -0500 Subject: [PATCH] Update src/specializations/Tetrahedron.jl Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> --- src/specializations/Tetrahedron.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/specializations/Tetrahedron.jl b/src/specializations/Tetrahedron.jl index 1aedfaf5..f074a2fd 100644 --- a/src/specializations/Tetrahedron.jl +++ b/src/specializations/Tetrahedron.jl @@ -30,7 +30,7 @@ end function _parametric(tetrahedron::Meshes.Tetrahedron) function f(t1, t2, t3) if any(Iterators.map(n -> (n < 0) || (n > 1), (t1, t2, t3))) - msg = "tetrahedron(t1, t2, t3) is not defined for t outside [0, 1]." + msg = "tetrahedron(t1, t2, t3) is not defined for (t1, t2, t3) outside [0, 1]³." throw(DomainError((t1, t2, t3), msg)) end