[clfft] 24/32: fixing gcc build break
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Apr 26 08:34:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clfft.
commit cd15ef38eccf1ff2c0e1a5261f721bc4cbe1fa93
Author: bragadeesh <bragadeesh.natarajan at amd>
Date: Fri Apr 8 17:09:23 2016 -0700
fixing gcc build break
---
src/tests/accuracy_test_directed.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/tests/accuracy_test_directed.cpp b/src/tests/accuracy_test_directed.cpp
index 35e8755..f2613f6 100644
--- a/src/tests/accuracy_test_directed.cpp
+++ b/src/tests/accuracy_test_directed.cpp
@@ -327,8 +327,8 @@ namespace DirectedTest {
8192, 16384, 32768, 65536, 131072, 262144, 524288,
1048576, 2097152, 4194304};
- supported_length = supported_length_array;
- size_supported_length = sizeof(supported_length_array) / sizeof(supported_length_array[0]);
+ TestListGenerator<ParameterType>::supported_length = supported_length_array;
+ TestListGenerator<ParameterType>::size_supported_length = sizeof(supported_length_array) / sizeof(supported_length_array[0]);
}
};
@@ -343,8 +343,8 @@ namespace DirectedTest {
static const size_t supported_length_array[] = {
25050025, 27027000, 17320303, 19487171, 4826809, 53094899, 23030293, 214358881, 62748517 };
- supported_length = supported_length_array;
- size_supported_length = sizeof(supported_length_array) / sizeof(supported_length_array[0]);
+ TestListGenerator<ParameterType>::supported_length = supported_length_array;
+ TestListGenerator<ParameterType>::size_supported_length = sizeof(supported_length_array) / sizeof(supported_length_array[0]);
}
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list