Changeset 3125 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc
- Timestamp:
- Jan 11, 2007, 7:02:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r3123 r3125 475 475 PIHisto* pih = NULL; 476 476 if( (pih = dynamic_cast<PIHisto *>(pidwr))==NULL ) continue; 477 Histo* h = pih->Histogram();477 P1DHistoWrapper* h = pih->HistoWrapper(); 478 478 if(h==NULL) continue; 479 479 if(h->NBins()<1) continue;
Note:
See TracChangeset
for help on using the changeset viewer.