Browse Source

Fix missing semicolon

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
5eef0793ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack-netlib/LAPACKE/include/lapack.h

+ 1
- 1
lapack-netlib/LAPACKE/include/lapack.h View File

@@ -3453,7 +3453,7 @@ void LAPACK_zgedmdq(
lapack_complex_double* s, lapack_int const* lds,
lapack_complex_double* work, lapack_int const* lwork,
lapack_int* iwork, lapack_int const* liwork,
lapack_int* info )
lapack_int* info );

#define LAPACK_cgesv LAPACK_GLOBAL(cgesv,CGESV)
lapack_int LAPACK_cgesv(


Loading…
Cancel
Save