Changeset 1743 in Sophya for trunk/ArchTOIPipe/Kernel/toiprocessor.cc
- Timestamp:
- Nov 10, 2001, 12:14:28 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.cc
r1742 r1743 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toiprocessor.cc,v 1.1 5 2001-11-09 23:13:15aubourg Exp $5 // $Id: toiprocessor.cc,v 1.16 2001-11-09 23:14:28 aubourg Exp $ 6 6 7 7 #include "toiprocessor.h" … … 394 394 395 395 void TOIProcessor::putData(int toiIndex, int i, int n, double const* val, 396 uint_8 const* flg =0) {396 uint_8 const* flg) { 397 397 TOI* toi = getOutputTOI(toiIndex); 398 398 toi->putData(i, n, val, flg);
Note:
See TracChangeset
for help on using the changeset viewer.