Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPinet committed Mar 6, 2025
1 parent 220ffd0 commit 90d191d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/geode/geometry/normal_frame_transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ namespace geode
{
return impl_->apply( point );
}
template opengeode_geometry_api class NormalFrameTransform< 2 >;
template opengeode_geometry_api class NormalFrameTransform< 3 >;
template class opengeode_geometry_api NormalFrameTransform< 2 >;
template class opengeode_geometry_api NormalFrameTransform< 3 >;
} // namespace geode
1 change: 0 additions & 1 deletion tests/geometry/test-normal-frame-transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ void test_normal_frame_transform()

void test()
{
geode::OpenGeodeGeometryLibrary::initialize();
test_normal_frame_transform();
}

Expand Down

0 comments on commit 90d191d

Please sign in to comment.