Skip to content

add viskores rotational and linear extrusion - #1766

Open
nicolemarsaglia wants to merge 12 commits into
developfrom
task/2026_08_viskores_revolve_filter
Open

add viskores rotational and linear extrusion#1766
nicolemarsaglia wants to merge 12 commits into
developfrom
task/2026_08_viskores_revolve_filter

Conversation

@nicolemarsaglia

Copy link
Copy Markdown
Contributor

No description provided.

Mark inline methods with explicit 'inline' keyword to prevent symbol duplication
when both vtkh_core.dll and vtkh_filters.dll export the Error class.

This resolves linker error LNK2005 for Error constructor and other inline methods
that were being defined in multiple DLLs when both were built with ASCENT_EXPORTS_FLAG.

The explicit 'inline' keyword ensures these symbols are properly inlined at compile time
and not duplicated across translation units in different DLLs.

Fixes Windows build failure: fatal error LNK1169 in vtkh_filters.vcxproj
@cyrush cyrush added this to the 0.9.6 milestone Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants