Ignore:
Timestamp:
Nov 10, 2001, 12:14:28 AM (24 years ago)
Author:
aubourg
Message:

optim lecture/ecriture en bloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toiprocessor.cc

    r1742 r1743  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toiprocessor.cc,v 1.15 2001-11-09 23:13:15 aubourg Exp $
     5// $Id: toiprocessor.cc,v 1.16 2001-11-09 23:14:28 aubourg Exp $
    66
    77#include "toiprocessor.h"
     
    394394
    395395void TOIProcessor::putData(int toiIndex, int i, int n, double const* val,
    396                            uint_8 const* flg=0) {
     396                           uint_8 const* flg) {
    397397  TOI* toi = getOutputTOI(toiIndex);
    398398  toi->putData(i, n, val, flg);
Note: See TracChangeset for help on using the changeset viewer.