From ed21d280b58c9d19a82515f8dda26babdc6d1caa Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 26 Nov 2014 15:01:42 +0000 Subject: [PATCH] Reverted the previous commit that wrongly modified two code files. --- examples/plot_sorted.py | 1 + examples/test_bh_sorted.c | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/plot_sorted.py b/examples/plot_sorted.py index 57d29b6..c321f37 100644 --- a/examples/plot_sorted.py +++ b/examples/plot_sorted.py @@ -214,3 +214,4 @@ for orientation in range( 26 ): + diff --git a/examples/test_bh_sorted.c b/examples/test_bh_sorted.c index b6498f5..e1e7c65 100644 --- a/examples/test_bh_sorted.c +++ b/examples/test_bh_sorted.c @@ -3240,3 +3240,4 @@ int main(int argc, char *argv[]) { return 0; } + -- GitLab