specific MS adaption
This commit is contained in:
parent
f3e7bf141d
commit
c8cd8b95a8
|
|
@ -17,6 +17,10 @@
|
||||||
#include "ngspice/fftext.h"
|
#include "ngspice/fftext.h"
|
||||||
#include "ngspice/memory.h"
|
#include "ngspice/memory.h"
|
||||||
|
|
||||||
|
#ifndef M_PI
|
||||||
|
#define M_PI 3.141592653589793238462643383279502884197 // pi
|
||||||
|
#endif
|
||||||
|
|
||||||
#define eq(a,b) (!strcmp((a), (b)))
|
#define eq(a,b) (!strcmp((a), (b)))
|
||||||
|
|
||||||
// pointers to storage of Utbl's and BRLow's
|
// pointers to storage of Utbl's and BRLow's
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue