Skip to content

Commit ce9f469

Browse files
committed
bug fix
1 parent 6cf6c18 commit ce9f469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/geometry/quality.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ namespace geode
264264
try
265265
{
266266
const auto& vertices = triangle.vertices();
267-
std::array< double, dimension > sinus;
267+
std::array< double, 3 > sinus;
268268
for( const auto v : LRange{ 3 } )
269269
{
270270
const auto point = vertices[v].get();

0 commit comments

Comments
 (0)