mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-19 01:48:47 +00:00
refactor(src): update basis_generator.jl
src/basis/basis_generator.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
@@ -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)")
|
||||
|
||||
Reference in New Issue
Block a user