mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-30 08:02:50 +00:00
22a1dbfd8a
- Removed unused imports (`add_node!`, `add_element_to_element_set!`, `add_node_to_node_set!`) from the `using ..JuliaFEM:` line - Keep `Preprocess` re-exported for convenience This reduces namespace pollution and lowers the chance of circular import issues; no functional changes expected.