* use standard CMAKE_BUILD_TYPE

* remove debug_xxx targets
* runtest.sh: don't run make
This commit is contained in:
Benoit Jacob
2009-11-11 16:11:33 -05:00
parent 343eec7ca8
commit ff7fbc9431
5 changed files with 51 additions and 119 deletions

View File

@@ -50,7 +50,7 @@ void syntax()
// this works fine
Matrix< Complex<T>, 9, 1> a;
std::complex<T> * pa = &a[0];
Complex<T> * pa2 = &a[0];
//Complex<T> * pa2 = &a[0];
take_std( pa,9);
// this does not work, but I wish it would