mpi minor polish

This commit is contained in:
Joachim Schoeberl 2012-06-16 12:11:35 +00:00
parent 35b373ba36
commit 455428582f
2 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@ if {[catch {package require Tix } result ]} {
# userlevel 1..standard user 2..power-user 3..developer
set userlevel 3

View File

@ -3020,7 +3020,6 @@ void PlayAnimFile(const char* name, int speed, int maxcnt)
#ifdef PARALLEL
if (id == 0) MyMPI_SendCmd ("end");
cout << "finalize, id = " << id << endl;
MPI_Finalize();
#endif
@ -3069,7 +3068,6 @@ void PlayAnimFile(const char* name, int speed, int maxcnt)
#ifdef OCCGEOMETRY
extern "C" int Ng_occ_Init (Tcl_Interp * interp);
#endif
#endif