mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
visualization fix
This commit is contained in:
parent
18a0f73dc5
commit
9ca9c8ad64
@ -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])
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user