Ignore:
Timestamp:
Apr 11, 2001, 12:01:44 PM (24 years ago)
Author:
ansari
Message:

1) Fin de passage des flags en int_8
2) TOIRegularWindow mis ds un fichier spare , Reza 11/4/2001

File:
1 edited

Legend:

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

    r1462 r1464  
    259259
    260260#ifndef NO_SOPHYA
     261/* ---- l'interface va etre modifiee, NE PAS UTILISER
    261262Array TOIProcessor::getData(int toiIndex, int iStart, int iEnd) {
    262263  TOI* toi = getInputTOI(toiIndex);
     
    276277  return toi->getFlag(iStart, iEnd);
    277278}
     279       l'interface va etre modifiee, NE PAS UTILISER ---- */
    278280#endif
    279281
     
    284286}
    285287
    286 void  TOIProcessor::getData(int toiIndex, int i, double &data,int_4 &flag)
     288void  TOIProcessor::getData(int toiIndex, int i, double &data,int_8 &flag)
    287289{
    288290  TOI* toi = getInputTOI(toiIndex);
     
    337339
    338340
    339 void TOIProcessor::putData(int toiIndex, int i, double value, int_4 flg) {
     341void TOIProcessor::putData(int toiIndex, int i, double value, int_8 flg) {
    340342  TOI* toi = getOutputTOI(toiIndex);
    341343  toi->putData(i, value, flg);
Note: See TracChangeset for help on using the changeset viewer.