From 6ad8d19d5d170a84404d775bc6830643bcfb857a Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 5 Nov 2010 23:45:56 +0000 Subject: [PATCH] correct feature explanations --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c990f1302..6aa541a63 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ dnl --enable-nosqrt: define NOSQRT for the code AC_ARG_ENABLE(nosqrt, AS_HELP_STRING([--enable-nosqrt],[Use always log/exp for nonlinear capacitances])) -dnl --enable-bypass: define BYPASS for the code +dnl --enable-nobypass: define NOBYPASS for the code AC_ARG_ENABLE(nobypass, AS_HELP_STRING([--enable-nobypass],[Don't bypass recalculations of slowly changing variables])) @@ -81,7 +81,7 @@ dnl --enable-predictor: define PREDICTOR for the code AC_ARG_ENABLE(predictor, AS_HELP_STRING([--enable-predictor],[Enable a predictor method for convergence])) -dnl --enable-newpred: define PREDICTOR for the code +dnl --enable-newpred: define NEWPRED for the code AC_ARG_ENABLE(newpred, AS_HELP_STRING([--enable-newpred],[Enable NEWPRED whatever it is(?)]))