Changeset 1442 in Sophya for trunk/ArchTOIPipe/ProcWSophya/rztoi.h
- Timestamp:
- Mar 15, 2001, 1:09:31 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/rztoi.h
r1437 r1442 23 23 class RzSimpleTOIProc : public TOIProcessor { 24 24 public: 25 RzSimpleTOIProc( double fact=1.0, int npr=1000);25 RzSimpleTOIProc(int wsz=1024, double fact=1.0); 26 26 virtual void init(); 27 27 virtual void run(); … … 29 29 protected: 30 30 double _fact; 31 int _ nprt;31 int _wsz; 32 32 }; 33 33
Note:
See TracChangeset
for help on using the changeset viewer.