From 979e2f1c5cd8214c0c8733115479eaa107893d32 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 16 Nov 2022 21:23:50 +0100 Subject: [PATCH] Add predictor to VS compile --- visualc/src/include/ngspice/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index 0ae65b701..a14119196 100644 --- a/visualc/src/include/ngspice/config.h +++ b/visualc/src/include/ngspice/config.h @@ -491,7 +491,7 @@ #define PACKAGE_VERSION VERSION /* Define if we want predictor algorithm */ -/* #undef PREDICTOR */ +#define PREDICTOR 1 /* Define to 1 if the C compiler supports function prototypes. */ /* #undef PROTOTYPES */