Ignore:
Timestamp:
Sep 9, 2002, 5:33:16 PM (23 years ago)
Author:
aubourg
Message:

Vivien, limites processors et connect

File:
1 edited

Legend:

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

    r2041 r2187  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: fitstoiwtr.cc,v 1.21 2002-06-03 14:23:39 ansari Exp $
     5// $Id: fitstoiwtr.cc,v 1.22 2002-09-09 15:33:14 aubourg Exp $
    66
    77#include "fitstoiwtr.h"
     
    6161  cout << "fitstoiwriter running" << endl;
    6262  // init done here
    63   afterinit();
    64   inited=true;
     63  if (!inited) {
     64    afterinit();
     65    inited=true;
     66  }
    6567
    6668  int ndata = inIx.size();
     
    194196
    195197
    196 
    197 
    198 
    199 
    200 
     198bool FITSTOIWriter::checkSampleLimits(long &min, long &max, int pass)
     199{
     200  if (!inited) {
     201    afterinit();
     202    inited=true;
     203  }
     204  return TOIProcessor::checkSampleLimits(min, max, pass);
     205}
     206
     207
Note: See TracChangeset for help on using the changeset viewer.