mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-17 09:12:09 +00:00
Update build_api.jl
Fixed the array type
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ function search_modules!(module_::Module, append_list::Array{Module, 1})
|
||||
end
|
||||
end
|
||||
|
||||
append_list = []
|
||||
append_list = Array(Module, 0)
|
||||
search_modules!(JuliaFEM, append_list)
|
||||
|
||||
const modules = append_list
|
||||
|
||||
Reference in New Issue
Block a user