From ec3ef05b2f1b223b7478efdbcf526ef342b5de9a Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 18 Mar 2020 17:01:40 -0500 Subject: [PATCH] Correct spelling error in output. --- src/mesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh.cpp b/src/mesh.cpp index 95e63d1ea..66872f5c6 100644 --- a/src/mesh.cpp +++ b/src/mesh.cpp @@ -1722,7 +1722,7 @@ UnstructuredMesh::bins_crossed(const Particle* p, lengths.push_back((hit.first - last_dist) / track_len); } else { // if in the loop, we should always find a tet - warning("No tet found for location between trianle hits"); + warning("No tet found for location between triangle hits"); } last_dist = hit.first;