visualization fix

This commit is contained in:
Joachim Schoeberl 2009-07-24 07:43:04 +00:00
parent 18a0f73dc5
commit 9ca9c8ad64
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([netgen],[4.9.10-dev],[],[]) AC_INIT([netgen],[4.9.10],[],[])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View File

@ -127,9 +127,6 @@ int main(int argc, char ** argv)
#ifdef USE_SUPERLU #ifdef USE_SUPERLU
cout << "Including sparse direct solver SuperLU by Lawrence Berkeley National Laboratory" << endl; cout << "Including sparse direct solver SuperLU by Lawrence Berkeley National Laboratory" << endl;
#endif #endif
#ifdef USE_PARDISO
cout << "Including sparse direct solver Pardiso" << endl;
#endif
#ifdef PARALLEL #ifdef PARALLEL