Skip to content

Commit

Permalink
Merge pull request #17 from ccecka/patches
Browse files Browse the repository at this point in the history
Patches
  • Loading branch information
michael-lehn committed Feb 6, 2016
2 parents 0c855f6 + 4f5d586 commit 039022b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cxxblas/drivers/openblas.h
Expand Up @@ -46,4 +46,10 @@
# define CBLAS_INDEX size_t
# endif // CBLAS_INDEX

// BLAS extensions
#ifndef HAVE_CBLAS_AXPBY
# define HAVE_CBLAS_AXPBY
# define BLAS_EXT(x) cblas_##x
#endif

#endif // CXXBLAS_DRIVERS_OPENBLAS_H
2 changes: 1 addition & 1 deletion cxxstd/type_traits.h
Expand Up @@ -3,4 +3,4 @@

#include <type_traits>

#endif // CXXSTD_STRING_H
#endif // CXXSTD_TYPE_TRAITS_H
2 changes: 1 addition & 1 deletion flens/lapack/la/ilaenv.tcc
Expand Up @@ -455,7 +455,7 @@ ilaenv_LapackTest(int spec, const char *name_, const char *opts,
{
using std::complex;

char name[strlen(name_+2)];
char name[strlen(name_)+2];
if (IsSame<T,float>::value) {
*name = 'S';
} else if (IsSame<T,double>::value) {
Expand Down

0 comments on commit 039022b

Please sign in to comment.