Enable log output (warning and error messages) on the Windows GUI
This commit is contained in:
parent
7555669183
commit
4830d7cb2d
|
|
@ -17,6 +17,10 @@ extern double scalbn(double, int);
|
||||||
extern double logb(double);
|
extern double logb(double);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAS_WINGUI
|
||||||
|
#include "ngspice/wstdio.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
static void LoadGmin_CSC (double **diag, unsigned int n, double Gmin) ;
|
static void LoadGmin_CSC (double **diag, unsigned int n, double Gmin) ;
|
||||||
static void LoadGmin (SMPmatrix *eMatrix, double Gmin) ;
|
static void LoadGmin (SMPmatrix *eMatrix, double Gmin) ;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue