Changeset 1924 in Sophya for trunk/SophyaPI/PIext/flowmodex.cc
- Timestamp:
- Mar 6, 2002, 7:15:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/flowmodex.cc
r1920 r1924 126 126 if(tokens.size()>7) bidon = tokens[7]; 127 127 if(tokens.size()>5) nocut = tokens[5]; 128 cout << " nocut "<<nocut<<" bidon "<<bidon<<endl; 129 128 130 srvo->ComputeExpressions(obja,tokens[1],tokens[2],tokens[3],tokens[4],nocut,bidon,ntint,NULL,NULL); 131 132 if(ntint->NEntry()<=0){ 133 cerr << " FlowModExecutor::Execute plot2dvec <=0 evts selectionness "<<endl; 134 return(0); 135 } 136 137 cout << " avant creation de p2dv "<<endl; 129 138 p2dv = new PI2dVecDrawer(ntint,adel); 130 139 p2dv->SelectXY(ntn[0],ntn[1]);
Note:
See TracChangeset
for help on using the changeset viewer.