From 45c65a18f99f9e0b037cc3f29f24ff672f84755a Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 19 Dec 2007 22:41:56 +0000 Subject: [PATCH] Added the WITH_VCSNONIDEAL flag --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h.in b/config.h.in index dafe77090..7a0d44e66 100755 --- a/config.h.in +++ b/config.h.in @@ -152,5 +152,9 @@ typedef int ftnlen; // Fortran hidden string length type #undef WITH_PRIME +// Enable the VCS NonIdeal equilibrium solver. This is +// accessed by specifying the solver=2 option +#undef WITH_VCSNONIDEAL + #endif