Skip to content

Conversation

@lassoan
Copy link
Contributor

@lassoan lassoan commented Nov 24, 2025

fixes #64

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a compilation error by adding a missing variable declaration in a test file. The tangentsArray variable was being used at line 109 without being declared, causing a build failure.

  • Added missing tangentsArray declaration in the second test block to match the pattern used in the first test block

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jcfr jcfr changed the title COMP: Fix test build error COMP: Fix test build error related to vtkParallelTransportTest1 Nov 24, 2025
@lassoan lassoan merged commit 5cee466 into main Nov 24, 2025
8 checks passed
@lassoan lassoan deleted the fix-test-build branch November 24, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Build failure vtkParallelTransportTest1.cxx

2 participants