Skip to content
Snippets Groups Projects
Commit b1e43968 authored by Stephan Hilb's avatar Stephan Hilb
Browse files

Merge branch 'andreas/paper2'

parents fdcc7ea5 2548a0dc
Branches
No related tags found
No related merge requests found
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
*.pvd *.pvd
data/* data/*
output/* output/*
scripts/data/*
include("run_experiments.jl") include("run_experiments.jl")
const datapath = joinpath(@__DIR__, "../../data") #const datapath = joinpath(@__DIR__, "../../data")
const outpath = joinpath(@__DIR__, "../../data") #const outpath = joinpath(@__DIR__, "../../data")
const datapath = joinpath(@__DIR__, "data")
const outpath = joinpath(@__DIR__, "data")
ctx = Util.Context(datapath, outpath) ctx = Util.Context(datapath, outpath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment