Changeset 3370 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- Oct 31, 2007, 11:49:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r3279 r3370 999 999 for(i=0; i<10; i++) xnt[i] = 0.; 1000 1000 1001 1002 // $CHECK$ A virer des que possible - Pb blocage application quand trop d'impression1003 // redirige - On redirige la sortie sur le terminal1004 bool red = mImgapp->HasRedirectedStdOutErr();1005 mImgapp->RedirectStdOutErr(false);1006 1007 1001 int_8 k1,k2,dk; 1008 1002 k1 = 0; k2 = objnt->NbLines(); dk = 1; … … 1042 1036 if (adel) delete objnt; // Delete de l'objet NTupleInterface si necessaire 1043 1037 CloseDLL(); 1044 1045 // $CHECK$ A virer des que possible On redirige la sortie sur la fenetre PIConsole1046 mImgapp->RedirectStdOutErr(red);1047 1038 1048 1039 if (fgnnt) MyObjMgr()->AddObj(nt, nomnt);
Note:
See TracChangeset
for help on using the changeset viewer.