From 4449dbaf0d5e48f77ea4c83ce6c123522f3a4f87 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Tue, 22 Dec 2020 03:47:57 +0000 Subject: [PATCH] Add benchmark/exception headers as symlink to the benchmarks for now, in the future these should be moved to the util library --- dvmp/analysis/benchmark.hh | 1 + dvmp/analysis/exception.hh | 1 + 2 files changed, 2 insertions(+) create mode 120000 dvmp/analysis/benchmark.hh create mode 120000 dvmp/analysis/exception.hh diff --git a/dvmp/analysis/benchmark.hh b/dvmp/analysis/benchmark.hh new file mode 120000 index 00000000..a9677242 --- /dev/null +++ b/dvmp/analysis/benchmark.hh @@ -0,0 +1 @@ +../../util/benchmark.hh \ No newline at end of file diff --git a/dvmp/analysis/exception.hh b/dvmp/analysis/exception.hh new file mode 120000 index 00000000..e50e23b6 --- /dev/null +++ b/dvmp/analysis/exception.hh @@ -0,0 +1 @@ +../../util/exception.hh \ No newline at end of file -- GitLab