diff --git a/configure.ac b/configure.ac index 7516c341..f2497171 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([netgen],[4.9.10-dev],[],[]) +AC_INIT([netgen],[4.9.10],[],[]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/ng/ngappinit.cpp b/ng/ngappinit.cpp index 69589bc9..7d2842bf 100644 --- a/ng/ngappinit.cpp +++ b/ng/ngappinit.cpp @@ -127,9 +127,6 @@ int main(int argc, char ** argv) #ifdef USE_SUPERLU cout << "Including sparse direct solver SuperLU by Lawrence Berkeley National Laboratory" << endl; #endif -#ifdef USE_PARDISO - cout << "Including sparse direct solver Pardiso" << endl; -#endif #ifdef PARALLEL