mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
chore(io): remove legacy AbaqusReader module stub
Drop the thin `AbaqusReader` wrapper that only forwarded includes into the old parser stack; opt-in Abaqus ingestion now ships from `Legacy` instead. - Delete the standalone `src/io/AbaqusReader.jl` entry module (Nullables-era).
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# This file is a part of JuliaFEM.
|
||||
# License is MIT: see https://github.com/JuliaFEM/AbaqusReader.jl/blob/master/LICENSE
|
||||
|
||||
module AbaqusReader
|
||||
|
||||
using Nullables
|
||||
|
||||
include("parse_mesh.jl")
|
||||
include("keyword_register.jl")
|
||||
include("parse_model.jl")
|
||||
include("create_surface_elements.jl")
|
||||
include("abaqus_download.jl")
|
||||
|
||||
export abaqus_read_mesh, abaqus_read_model, create_surface_elements
|
||||
export abaqus_download
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user