Skip to content

Commit b04ac76

Browse files
committed
another try
1 parent a650f5a commit b04ac76

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/QMCGenerators.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export IIDU01Seq
2020
include("common.jl")
2121
export Reset!,Next,NextR,NextBinary,FirstLinear,BinaryToFloat64,NextBinary,FirstLinearBinary,FirstRLinear
2222

23-
#try
24-
import CairoMakie
25-
using LaTeXStrings
26-
include("plots.jl")
27-
export qmcscatter!,JULIA4LOGOCOLORS
28-
# catch
29-
# nothing;
30-
# end
23+
try
24+
import CairoMakie
25+
using LaTeXStrings
26+
include("plots.jl")
27+
export qmcscatter!,JULIA4LOGOCOLORS
28+
catch
29+
nothing;
30+
end
3131

3232
end

0 commit comments

Comments
 (0)