Changeset 1443 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Mar 15, 2001, 4:46:21 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/simtst.cc
r1442 r1443 119 119 TOISeqBuffered * toisig = new TOISeqBuffered("sigma", w1); 120 120 if (fgdbg) toisig->setDebugLevel(1); 121 TOISeqBuffered * toiincopie = new TOISeqBuffered("incopie", w1); 122 if (fgdbg) toiincopie->setDebugLevel(1); 121 123 122 124 … … 141 143 degl.addOutput("mean", toimean); 142 144 degl.addOutput("sigma", toisig); 145 degl.addOutput("incopie", toiincopie); 143 146 144 147 145 148 146 149 w.setOutFlags(true); 150 w.addInput("in", toiincopie); 147 151 w.addInput("degli", toiout); 148 152 w.addInput("mean", toimean); … … 172 176 // w.PrintStatus(cout); 173 177 178 cout << degl; 174 179 cout << " ------ toiin and toiout Status information ------- " << endl; 175 180 cout << *toiin;
Note:
See TracChangeset
for help on using the changeset viewer.