Skip to content
Snippets Groups Projects
Commit c42d7e89 authored by graham's avatar graham
Browse files

STYLE: Typo in warning.

parent 1fe653ac
No related merge requests found
......@@ -237,7 +237,7 @@ scalar tetrahedron<Point, PointRef>::barycentric
"const point& pt"
") const"
)
<< "Degenerate triangle - returning 1/4 barycentric coordinates."
<< "Degenerate tetrahedron - returning 1/4 barycentric coordinates."
<< endl;
bary = List<scalar>(4, 0.25);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment