mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 01:02:13 +00:00
chore(io): Limit IO module imports to only Element and Mesh
- 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.
This commit is contained in:
+1
-2
@@ -25,8 +25,7 @@ body = create_elements(mesh, "BODY")
|
||||
"""
|
||||
module IO
|
||||
|
||||
using ..JuliaFEM: Element, Mesh, add_node!, add_element_to_element_set!,
|
||||
add_node_to_node_set!
|
||||
using ..JuliaFEM: Element, Mesh
|
||||
|
||||
# Re-export for convenience
|
||||
import ..JuliaFEM.Preprocess
|
||||
|
||||
Reference in New Issue
Block a user