Skip to content
Snippets Groups Projects
Commit 14499ed8 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Define M_SQRT2 if not available.

parent 4a333b09
No related branches found
No related tags found
No related merge requests found
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <math.h>
#include <float.h>
#include <stdio.h>
#include <stdlib.h>
#include <float.h>
#include <math.h>
#ifndef M_SQRT2
#define M_SQRT2 1.41421356237309504880168872420969808
#endif
#include "dmemory.h"
#include "gaussgrid.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment