refactor(src): update basis_generator.jl

src/basis/basis_generator.jl | 4 ++--  1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Jukka Aho
2026-05-09 16:30:39 +03:00
parent 1f87d1d21a
commit 038d115d8a
+2 -2
View File
@@ -1,5 +1,5 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
# ==============================================================================
# BASIS GENERATOR (symbolic) — tooling only, not loaded at runtime
@@ -532,7 +532,7 @@ end
function write_generated_file(elements)
output = IOBuffer()
println(output, "# This file is a part of JuliaFEM.")
println(output, "# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE")
println(output, "# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md")
println(output)
println(output, "# ============================================================================")
println(output, "# AUTO-GENERATED BASIS FUNCTIONS (All Families)")