Browse Source

include float.h for DBL_MIN

pull/3941/head
Martin Kroeker GitHub 3 years ago
parent
commit
6a5c4f1c04
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lapack/getf2/getf2_k.c

+ 1
- 0
lapack/getf2/getf2_k.c View File

@@ -37,6 +37,7 @@
/*********************************************************************/

#include <stdio.h>
#include <float.h>
#include "common.h"

static FLOAT dp1 = 1.;


Loading…
Cancel
Save