From 9ca9c8ad64299ccd5af4af8d9cd0e28de0c9ccb9 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Fri, 24 Jul 2009 07:43:04 +0000 Subject: [PATCH] visualization fix --- configure.ac | 2 +- ng/ngappinit.cpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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