WilCrofter / GenS.jl

A Julia package to generate the nonzero entries of a system matrix.
Other
0 stars 1 forks source link

Copy GenS mfiles to another location #2

Open WilCrofter opened 8 years ago

WilCrofter commented 8 years ago

GenS includes four m-files. The package directory is probably not the most convenient place for them. However, they are easily copied to another location. The following shows how I copy them to my desktop using the Julia function, cp. Note that * is Julia's string concatenation operator

julia> cp(Pkg.dir("GenS") * "/mfiles", "/home/wil/Desktop/mfiles")