summarylogtreecommitdiffstats
path: root/c_hist.patch
diff options
context:
space:
mode:
authorPiotr Rogoża2017-09-17 20:45:28 +0200
committerPiotr Rogoża2017-09-17 20:45:28 +0200
commit89e6a84628939073993fe94080861ad5a35d4b59 (patch)
tree2f373064d44b111f3b4a8cb6044889b06f62c97a /c_hist.patch
parentaf3d1f543c894328d12da70f77111e5b9236917a (diff)
downloadaur-89e6a84628939073993fe94080861ad5a35d4b59.tar.gz
Upgraded to 3.0.0
Diffstat (limited to 'c_hist.patch')
-rw-r--r--c_hist.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/c_hist.patch b/c_hist.patch
deleted file mode 100644
index b29350d8a5e4..000000000000
--- a/c_hist.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/oqapy-iproc.h b/oqapy-iproc.h
-index c52bb0b1..554112b3 100644
---- a/oqapy-iproc.h
-+++ b/oqapy-iproc.h
-@@ -52,7 +52,7 @@ private :
- Mat b_hist;
- Mat g_hist;
- Mat r_hist;
-- float c_hist[];
-+ float* c_hist;
- void getColorHistogram();
- void setContrastStretching(int min, int max, int index);
-