Removed workspace() in examples.

time-shift
Stéphane Adjemian (Hermes) 2016-05-20 14:50:28 +02:00
parent 9c1739520b
commit f0229f3b1c
3 changed files with 0 additions and 9 deletions

View File

@ -1,6 +1,3 @@
#clear workspace
workspace()
# Modification of the path (for packages). Should be done in ~/.juliarc.jl with a fixed path instead.
if isempty(findin([abspath("../../../julia")], LOAD_PATH))
unshift!(LOAD_PATH, abspath("../../../julia"))

View File

@ -1,6 +1,3 @@
#clear workspace
workspace()
# Modification of the path (for packages). Should be done in ~/.juliarc.jl with a fixed path instead.
if isempty(findin([abspath("../../../julia")], LOAD_PATH))
unshift!(LOAD_PATH, abspath("../../../julia"))

View File

@ -1,6 +1,3 @@
#clear workspace
workspace()
# Modification of the path (for packages). Should be done in ~/.juliarc.jl with a fixed path instead.
if isempty(findin([abspath("../../../julia")], LOAD_PATH))
unshift!(LOAD_PATH, abspath("../../../julia"))