Changeset 1483 in Sophya for trunk/ArchTOIPipe/ProcWSophya/simtoipr.h
- Timestamp:
- Apr 30, 2001, 10:52:01 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simtoipr.h
r1479 r1483 158 158 virtual void run(); 159 159 160 inline void KeepSpectra( int nb=0)161 { nb_keep = nb; }160 inline void KeepSpectra(string outname, int nb) 161 { outppfname = outname; nb_keep = nb; } 162 162 protected: 163 163 int_8 totnscount; // Nombre total d'echantillon processe … … 165 165 Vector ffcoef; // Coefficients du filtre 166 166 int nb_keep; 167 string outppfname; 167 168 }; 168 169
Note:
See TracChangeset
for help on using the changeset viewer.