Revision: 21581
Author: gervandiepen
Date: Tue Mar 24 09:48:34 2015 UTC
Log: Needed an extra space for C++11 compiler
https://code.google.com/p/casacore/source/detail?r=21581
Modified:
/branches/nov14/python/Converters/PycArrayComCC.h
=======================================
--- /branches/nov14/python/Converters/PycArrayComCC.h Wed Dec 10 08:06:42
2014 UTC
+++ /branches/nov14/python/Converters/PycArrayComCC.h Tue Mar 24 09:48:34
2015 UTC
@@ -49,7 +49,7 @@
{
if (!PyArray_API) {
if (!importArray() || !PyArray_API) {
- throw AipsError ("PycArray: failed to load the "PYC_USE_PYARRAY
+ throw AipsError ("PycArray: failed to load the " PYC_USE_PYARRAY
" API");
}
}