Skip to content

Fix/issue 78 size t conversion - #93

Merged
tmolteno merged 2 commits into
masterfrom
fix/issue-78-size_t-conversion
Jun 25, 2026
Merged

Fix/issue 78 size t conversion#93
tmolteno merged 2 commits into
masterfrom
fix/issue-78-size_t-conversion

Conversation

@tmolteno

Copy link
Copy Markdown
Owner

No description provided.

tmolteno added 2 commits June 25, 2026 10:37
- Fix nec_ground::get_radial_wire_length() returning wrong field
- Fix dangling pointer in ASSERT macro (nec_debug.h)
- Remove using namespace std from nec2cpp.h header
- Fix multi-frequency plane wave excitation loop
- Optimize safe_array::resize() to use geometric growth
- Refactor c_ggrid::interpolate() for thread safety and speed
- Fix safe_array BoundsViol ODR issue
On 32-bit platforms, int64_t is wider than size_t, causing a
-Wconversion warning when int64_t _len is passed to std::memcpy.
Explicitly cast to avoid the warning.

Closes #78
@tmolteno
tmolteno merged commit 5af8541 into master Jun 25, 2026
1 check passed
@tmolteno
tmolteno deleted the fix/issue-78-size_t-conversion branch June 25, 2026 08:51
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.

1 participant