Browse Source

Update dgesvd.c

pull/3539/head
Martin Kroeker GitHub 4 years ago
parent
commit
320439d144
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/SRC/dgesvd.c

+ 1
- 1
lapack-netlib/SRC/dgesvd.c View File

@@ -12,7 +12,7 @@
#include <string.h>
#include <stdio.h>
#include <complex.h>
#include "common.h"
#include "../../common.h"
#ifdef complex
#undef complex
#endif


Loading…
Cancel
Save