From 1471aac6b20afb76b642e273a3ac843c70372e0f Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sat, 23 Aug 2003 20:02:47 +0000 Subject: [PATCH] Cleaned the code. --- src/maths/ni/nipzmeth.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/maths/ni/nipzmeth.c b/src/maths/ni/nipzmeth.c index d265947bb..ad1023723 100644 --- a/src/maths/ni/nipzmeth.c +++ b/src/maths/ni/nipzmeth.c @@ -3,7 +3,6 @@ Copyright 1990 Regents of the University of California. All rights reserved. **********/ #include "ngspice.h" -#include #include "pzdefs.h" #include "complex.h" #include "cktdefs.h" @@ -13,10 +12,8 @@ Copyright 1990 Regents of the University of California. All rights reserved. #ifdef PZDEBUG -#define DEBUG(N) if (0) -/*if (Debug >= (unsigned) (N)) -static unsigned int Debug = 0; -*/ +#define DEBUG(N) if (Debug >= (unsigned) (N)) +static unsigned int Debug = 3; #endif extern void zaddeq(double *a, int *amag, double x, int xmag, double y, int ymag);