Skip to content
Snippets Groups Projects
Commit 12cef559 authored by Leif Andersson's avatar Leif Andersson
Browse files

Small change in "using" statement

parent 03c2fdc8
No related branches found
No related tags found
No related merge requests found
name = "ModJuliaTikz"
uuid = "03fd23bd-cacd-4584-a80b-c389ae8a36ca"
authors = ["Leif Andersson <leif.andersson@control.lth.se>"]
version = "1.0.0-DEV"
version = "0.1.0"
[compat]
julia = "1"
......
......@@ -86,10 +86,8 @@ function JuliaTikz(tikzfile,delete=true)
end;
line = "module " * name;
println(out, line);
line = "import ..ModJuliaTikz: printcsv";
line = "import ModJuliaTikz: printcsv";
println(out, line);
# line = "name = \"" * name * "\"";
# println(out,line);
while !eof(file)
println(out,readline(file));
end;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment