Correct spelling error in output.

This commit is contained in:
Patrick Shriwise 2020-03-18 17:01:40 -05:00
parent ae3a0f4a3b
commit ec3ef05b2f

View file

@ -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;