mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00:33 +05:00
mpi minor polish
This commit is contained in:
parent
35b373ba36
commit
455428582f
@ -10,8 +10,6 @@ if {[catch {package require Tix } result ]} {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# userlevel 1..standard user 2..power-user 3..developer
|
# userlevel 1..standard user 2..power-user 3..developer
|
||||||
|
|
||||||
set userlevel 3
|
set userlevel 3
|
||||||
|
@ -3020,7 +3020,6 @@ void PlayAnimFile(const char* name, int speed, int maxcnt)
|
|||||||
|
|
||||||
#ifdef PARALLEL
|
#ifdef PARALLEL
|
||||||
if (id == 0) MyMPI_SendCmd ("end");
|
if (id == 0) MyMPI_SendCmd ("end");
|
||||||
cout << "finalize, id = " << id << endl;
|
|
||||||
MPI_Finalize();
|
MPI_Finalize();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -3069,7 +3068,6 @@ void PlayAnimFile(const char* name, int speed, int maxcnt)
|
|||||||
#ifdef OCCGEOMETRY
|
#ifdef OCCGEOMETRY
|
||||||
extern "C" int Ng_occ_Init (Tcl_Interp * interp);
|
extern "C" int Ng_occ_Init (Tcl_Interp * interp);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user